Site Accessibility Features: Skip to page menus


Reset Website Accessibility

Site Menus Section Skip to page content

Pet Health Checker

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!

Contact Us

Phone: 407-352-2579

Fax: 407-352-2513

Email: drphillipsanimal@att.net

Address

7600 Dr Phillips Blvd. #142

Orlando, Florida, 32819

Hours of Operation

Monday 8:00am – 11:00pm Tuesday 8:00am – 11:00pm Wednesday 8:00am – 11:00pm Thursday 8:00am – 11:00pm Friday 8:00am – 11:00pm Saturday 9:00am – 7:00pm Sunday 9:00am – 5:00pm

© 2025 Dr. Phillips Animal Hospital. Powered by LifeLearn Veterinary Websites

Location

7600 Dr Phillips Blvd. #142 Orlando, Florida, 32819

Give Us A Call
407-352-2579
Hours of Operation

Mon – Fri 8:00am-11:00pm

Sat 9:00am-7:00pm

Sun 9:00am-5:00pm