Slot
BaseA slot of time on a schedule that may be available for booking appointments.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| Slot | 0..* | — | A slot of time on a schedule that may be available for booking appointments |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .identifierΣ | 0..* | Identifier | External Ids for this item |
| .serviceCategoryΣ | 0..* | CodeableConcept | A broad categorization of the service that is to be performed during this appointment Bindingservice-category(example) |
| .serviceTypeΣ | 0..* | CodeableConcept | The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource Bindingservice-type(example) |
| .specialtyΣ | 0..* | CodeableConcept | The specialty of a practitioner that would be required to perform the service requested in this appointment Bindingc80-practice-codes(preferred) |
| .appointmentTypeΣ | 0..1 | CodeableConcept | The style of appointment or patient that may be booked in the slot (not service type) Bindingv2-0276(preferred) |
| .scheduleΣ | 1..1 | Reference(Schedule) | The schedule resource that this slot defines an interval of status information |
| .statusΣ | 1..1 | code | busy | free | busy-unavailable | busy-tentative | entered-in-error Bindingslotstatus(required) |
| .startΣ | 1..1 | instant | Date/Time that the slot is to begin |
| .endΣ | 1..1 | instant | Date/Time that the slot is to conclude |
| .overbooked | 0..1 | boolean | This slot has already been overbooked, appointments are unlikely to be accepted for this time |
| .comment | 0..1 | string | Comments on the slot to describe any extended information. Such as custom constraints on the slot |