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 / Python
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(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. |
| active | bool | None |
read/write | Whether the schedule is in active use |
| 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 | Type of specialty needed |
| actor | References |
read/write · raw twin | Who/what the schedule belongs to |
| planning_horizon | dict | None |
read/write | Rolling booking window this schedule supports |
| comment | str | None |
read/write | Free-text scheduling notes |