Schedule Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-schedule |
|---|---|
| Status | draft · 1.26.0 |
| Base | Schedule (constraint) |
| CQL primary code path | serviceType — what this means |
| Source | FSH · JSON |
Minimal Nexus EMR profile for Schedule resources, representing a clinic or provider's bookable calendar. Slots reference back to a Schedule via Slot.schedule. Phase 1 sources OscarPro provider templates (one Schedule per provider) but the profile supports room/equipment (Location) and service-line (HealthcareService) schedules as well.
TypedFhir API / TypeScript
The typed accessor surface Schedule exposes for Schedule — 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 Schedule extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
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 | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| active | boolean | undefined |
read/write | Whether the schedule is in active use |
| 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 | Type of specialty needed |
| actor | References |
read/write · raw twin | Who/what the schedule belongs to |
| planningHorizon | Json | undefined |
read/write | Rolling booking window this schedule supports |
| comment | string | undefined |
read/write | Free-text scheduling notes |