Appointment Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-appointment |
|---|---|
| Status | draft · 1.26.0 |
| Base | Appointment (constraint) |
| Source | FSH · JSON |
Minimal Nexus EMR profile for Appointment resources, primarily for mapping status, start date (Last Visit Date), and required patient/practitioner participants. Assumes filtering for status='fulfilled' happens during data retrieval/processing. Contains embedded aliases and invariants.
TypedFhir API / C#
The typed accessor surface Appointment exposes for Appointment — 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 Appointment : ClinicalResource — generated 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. |
| Status | string? |
read/write | Where the appointment is in its lifecycle |
| CancelationReason | Concept? |
read/write · raw twin | The coded reason for the appointment being cancelled |
| 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 with raw code support |
| ReasonCode | Concepts |
read/write · raw twin | Appointment reason with raw code support |
| Start | FuzzyDate? |
read/write | When appointment is to take place - Maps to A12_Last Visit Date |
| Slot | References |
read/write · raw twin | Slot(s) this appointment was booked into |
| Created | FuzzyDate? |
read/write | When the appointment record was initially created |
| Participant | Json[]? |
read/write | Participants involved in appointment |