MessageHeader Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-messageheader |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | MessageHeader (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for MessageHeader -- the routing envelope on an eReferral message bundle, consumed by the gateway's operation-routing middleware. Infrastructure rather than clinical content: no effective date, and R4 gives it no identifier element. First pass: the event vocabulary is not settled.
TypedFhir API / C#
The typed accessor surface MessageHeader exposes for MessageHeader — 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 MessageHeader : 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. |
| Destination | Json[]? |
read/write | The intended receiver(s) |
| Sender | Reference? |
read/write · raw twin | The organization or person responsible for the message content |
| Source | JsonNode? |
read/write | The system that sent the message |
| Responsible | Reference? |
read/write · raw twin | The party accountable for the message |
| Reason | Concept? |
read/write · raw twin | Cause of event |
| Response | JsonNode? |
read/write | Present when this message is a response to an earlier one |
| Focus | References |
read/write · raw twin | The resource(s) this message concerns |