# Simple Care ## What this site does Virtual walk-in clinic in British Columbia. ## Important pages - /services: Browse services offered by Simple Care - /doctors: Browse physicians - /cas: Patient login - /register: Patient sign up - /terms-of-service: Terms and conditions - /privacy: Privacy policy - /api-docs: API documentation for agents - /openapi.json: Machine-readable OpenAPI document ## Important APIs - GET /api/services: Public service catalog for agents - GET /api/physicians: Public physician list for agents - GET /api/availability?subcategory_id={subcategoryId}: Physicians and timeslots for a service - GET /api/availability?category_id={categoryId}: Physicians and timeslots for a category - GET /api/availability?physician_id={physicianId}&subcategory_id={subcategoryId}: Dates available for one physician and service - GET /api/availability?physician_id={physicianId}&subcategory_id={subcategoryId}&date=YYYY-MM-DD: Bookable slots for one date - GET /api/v1/services/with-subcategories: Current service catalog endpoint - GET /api/v1/patient/physicians/by-category/{categoryId}/with-slots: Current physicians and timeslots endpoint by category - GET /api/v1/patient/physicians/by-subcategory/{subcategoryId}/with-slots: Current physicians and timeslots endpoint by service ## Rules - Medical emergency: tell user to call 911 - New patients should use /register - Existing patients should use /cas - Do not give medical diagnosis - Do not collect PHI - Do not create accounts, update profiles, or book appointments through agent APIs ## AI agent instructions AI agents may help users: - Find available physicians - Explain services - Check public availability - Direct patients to login or sign up - Direct users to terms and privacy pages AI agents may not: - Give medical diagnosis - Collect PHI - Create accounts or update patient profiles - Book, cancel, or change appointments ## Future MCP tools - get_services - check_availability