Communication Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-communication |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | Communication (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for Communication, covering two distinct populations: WELL-internal staff chat about a patient, and eReferral correspondence passed through from or to external partners. First pass -- the pass-through boundary and message threading are not yet settled.
TypedFhir API / TypeScript
The typed accessor surface Communication exposes for Communication — 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 Communication 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. |
| inResponseTo | References |
read/write · raw twin | The message this one replies to |
| status | string | undefined |
read/write | preparation | in-progress | not-done | completed | entered-in-error | ... |
| statusReason | Concept | undefined |
read/write · raw twin | Reason for current status |
| category | Concepts |
read/write · raw twin | Which population: internal staff chat, or external eReferral correspondence |
| priority | string | undefined |
read/write | routine | urgent | asap | stat |
| medium | Concepts |
read/write · raw twin | A channel of communication |
| subject | Reference | undefined |
read/write · raw twin | The patient the communication is about |
| topic | Concept | undefined |
read/write · raw twin | Description of the purpose/content |
| sent | FuzzyDate | undefined |
read/write | When the message was sent |
| received | FuzzyDate | undefined |
read/write | When the message was received |
| recipient | References |
read/write · raw twin | Who the message was addressed to |
| sender | Reference | undefined |
read/write · raw twin | Who sent the message |
| reasonCode | Concepts |
read/write · raw twin | Indication for message |
| payload | Json[] | undefined |
read/write | The message content |