Site Accessibility Features: Skip to page menus
Site Menus Section Skip to page content
![]()
Use our Pet Health Checker tool to help you decide if your pet's symptoms require immediate attention or if you should continue to monitor those symptoms at home. To get started, click on the dog or cat to identify which type of pet you have, and then enter your pet’s symptom to continue.
Note: The Pet Health Checker tool is designed to help you understand the level of urgency associated with seeking veterinary attention for your pet’s symptom. It does not provide diagnosis or treatment advice. Please contact us if you’re concerned that your pet requires immediate attention.
Site Sidebar: Skip to end of sidebar
// Store the visit time in sessionStorage to persist across pages (function () { const VISIT_KEY = 'uet_first_visit_time';
// Only set on the first page of the session if (!sessionStorage.getItem(VISIT_KEY)) { sessionStorage.setItem(VISIT_KEY, Date.now().toString()); }
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('click', function (e) { let el = e.target;
// Traverse up to find the closest
// Only proceed if it's a real tel: link if (el && el.tagName === 'A' && el.href && el.href.toLowerCase().startsWith('tel:')) { const visitStart = parseInt(sessionStorage.getItem(VISIT_KEY) || '0', 10); const now = Date.now(); const timeElapsed = now - visitStart;
if (timeElapsed >= 30000) { uet_report_conversion(); } else { console.log("⏱️ Phone clicked before 30s – conversion NOT triggered"); } } }, true); }); })();
See What Our Customers Say View Testimonials!Phone: 407-352-2579
Fax: 407-352-2513
Email: drphillipsanimal@att.net
7600 Dr Phillips Blvd. #142
Orlando, Florida, 32819
© 2025 Dr. Phillips Animal Hospital. Powered by LifeLearn Veterinary Websites
7600 Dr Phillips Blvd. #142 Orlando, Florida, 32819
Mon – Fri 8:00am-11:00pm
Sat 9:00am-7:00pm
Sun 9:00am-5:00pm