Skip to content

Slot Profile

Canonical../StructureDefinition/nexus-emr-core-slot
Statusdraft · 1.26.0
BaseSlot (constraint)
CQL primary code pathserviceTypewhat this means
SourceFSH · JSON

Minimal Nexus EMR profile for Slot resources — an individual bookable time window owned by a Schedule. Slots are materialised from recurring templates (Phase 1: OscarPro scheduletemplate rows) into concrete date+time instances. Booking clients select a free Slot, create an Appointment referencing it, and the booking system transitions the Slot's status.

TypedFhir API / Python

The typed accessor surface Slot exposes for Slot — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.

class Slot(ClinicalResource)generated source

Accessor Type Access Notes
effective_date FuzzyDate | None read-only The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f…
display str | None read-only The resource's human headline — a coded concept's label, else a title / name, else undefined.
service_category Concepts read/write · raw twin Service category with raw code support
service_type Concepts read/write · raw twin Service type with raw code support
specialty Concepts read/write · raw twin The specialty of a practitioner that would be required to perform the service requested in this appointment
appointment_type Concept | None read/write · raw twin Appointment type that fits this slot
schedule Reference | None read/write · raw twin The Schedule this Slot belongs to
status str | None read/write busy | free | busy-unavailable | busy-tentative | entered-in-error
start FuzzyDate | None read/write Slot start instant (UTC with offset)
end FuzzyDate | None read/write Slot end instant (UTC with offset)
overbooked bool | None read/write Whether the slot is intentionally overbooked
comment str | None read/write Free-text notes about the slot (e.g. blockout reason)