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 / Python
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(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. |
| status | str | None |
read/write | preliminary (draft) | final (signed) | amended (edited after signing) | entered-in-error |
| type | Concept | None |
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 | None |
read/write · raw twin | Patient the note is about |
| encounter | Reference | None |
read/write · raw twin | The encounter this note documents |
| date | FuzzyDate | None |
read/write | When the note was last logically changed |
| author | References |
read/write · raw twin | Who or what wrote the note |
| title | str | None |
read/write | Human-readable label for the note |
| confidentiality | str | None |
read/write | Confidentiality level, where the EMR distinguishes |
| attester | dict[] | None |
read/write | Who signed the note, and when |
| custodian | Reference | None |
read/write · raw twin | Organization responsible for maintaining the note |
| event | dict[] | None |
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 |