Composition Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-composition |
|---|---|
| Status | draft · 1.26.0 |
| Base | Composition (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for an AUTHORED clinical note -- principally the encounter note (progress note, consult note, telephone note) written by an EMR user or drafted by an AI scribe and attested by a clinician.
TypedFhir API / TypeScript
The typed accessor surface Composition exposes for Composition — 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 Composition 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. |
| status | string | undefined |
read/write | preliminary (draft) | final (signed) | amended (edited after signing) | entered-in-error |
| type | Concept | undefined |
read/write · raw twin | What kind of document this is: note, summary or letter |
| category | Concepts |
read/write · raw twin | Refinements of the type: which kind of note, which kind of summary |
| subject | Reference | undefined |
read/write · raw twin | Patient the note is about |
| encounter | Reference | undefined |
read/write · raw twin | The encounter this note documents |
| date | FuzzyDate | undefined |
read/write | When the note was last logically changed |
| author | References |
read/write · raw twin | Who or what wrote the note |
| title | string | undefined |
read/write | Human-readable label for the note |
| confidentiality | string | undefined |
read/write | Confidentiality level, where the EMR distinguishes |
| attester | Json[] | undefined |
read/write | Who signed the note, and when |
| custodian | Reference | undefined |
read/write · raw twin | Organization responsible for maintaining the note |
| event | Json[] | undefined |
read/write | The care being documented -- what happened, and WHEN it happened |
| section | Sections |
read/write | The attachment packets travelling with this document, one entry each |