Resources
Schedule
A container for slots of time that may be available for booking appointments.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | External Ids for this item |
active | No | boolean | Whether this schedule is in active use |
serviceCategory | No | CodeableConcept[] | High-level category |
serviceType | No | CodeableConcept[] | Specific service |
specialty | No | CodeableConcept[] | Type of specialty needed |
actor | Yes | Reference<Patient / Practitioner / PractitionerRole / RelatedPerson / Device / HealthcareService / Location>[] | Resource(s) that availability information is being provided for |
planningHorizon | No | Period | Period of time covered by schedule |
comment | No | string | Comments on availability |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
active | token | Is the schedule in active use | Schedule.active |
actor | reference | The individual(HealthcareService, Practitioner, Location, …) to find a Schedule for | Schedule.actor |
date | date | Search for Schedule resources that have a period that contains this date specified | Schedule.planningHorizon |
identifier | token | A Schedule Identifier | Schedule.identifier |
service-category | token | High-level category | Schedule.serviceCategory |
service-type | token | The type of appointments that can be booked into associated slot(s) | Schedule.serviceType |
specialty | token | Type of specialty needed | Schedule.specialty |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Schedule.