Simple Care physicians in British Columbia
The current public physician roster is available at /api/physicians. If a user asks which doctors are available, read that JSON endpoint and summarize the active physicians instead of only naming the endpoint.
For live appointment availability, first read /api/services to identify the category_id or subcategory_id. For doctor-specific availability, call /api/availability with physician_id and subcategory_id. Do not create, book, cancel, or change appointments.