clinik.healthcareServices
Healthcare services describe the services offered by an organization — specialties, availability, referral methods, and eligibility requirements.create
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Service name |
active | boolean | No | Whether active (default: true) |
providedById | string | No | Organization providing the service |
category | string[] | No | Broad categories |
type | string[] | No | Service types |
specialty | string[] | No | Specialties handled |
locationNames | string[] | No | Location names |
comment | string | No | Additional description |
phone | string | No | Contact phone |
email | string | No | Contact email |
appointmentRequired | boolean | No | Whether appointment is required |
availableTime | Array | No | Availability schedules |
notAvailable | Array | No | Unavailable periods |
availabilityExceptions | string | No | Free-text exceptions |
program | string[] | No | Programs this service is part of |
referralMethod | string[] | No | Accepted referral methods |
communication | string[] | No | Languages offered |
Example
read / update / delete / search
Same pattern as other resources. Search supportsname, type, specialty, active filters.