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 / C#

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 : ClinicalResourcegenerated source

Accessor Type Access Notes
EffectiveDate FuzzyDate? read-only The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f…
Display string? read-only The resource's human headline — a coded concept's label, else a title / name, else undefined.
ServiceCategory Concepts read/write · raw twin Service category with raw code support
ServiceType 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
AppointmentType Concept? read/write · raw twin Appointment type that fits this slot
Schedule Reference? read/write · raw twin The Schedule this Slot belongs to
Status string? read/write busy | free | busy-unavailable | busy-tentative | entered-in-error
Start FuzzyDate? read/write Slot start instant (UTC with offset)
End FuzzyDate? read/write Slot end instant (UTC with offset)
Overbooked bool? read/write Whether the slot is intentionally overbooked
Comment string? read/write Free-text notes about the slot (e.g. blockout reason)