Statement of Disagreement Profile¶
| Canonical | ../StructureDefinition/nexus-statement-of-disagreement |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | Communication Profile (constraint) |
| Source | FSH · JSON |
The individual's own statement about information they asked to have corrected and the custodian refused to correct.
TypedFhir API / Python
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(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. |
| in_response_to | References |
read/write · raw twin | The message this one replies to |
| status | str | None |
read/write | preparation | in-progress | not-done | completed | entered-in-error | ... |
| status_reason | Concept | None |
read/write · raw twin | Reason for current status |
| category | Concepts |
read/write · raw twin | Which population: internal staff chat, or external eReferral correspondence |
| priority | str | None |
read/write | routine | urgent | asap | stat |
| medium | Concepts |
read/write · raw twin | A channel of communication |
| subject | Reference | None |
read/write · raw twin | The patient the communication is about |
| topic | Concept | None |
read/write · raw twin | Description of the purpose/content |
| sent | FuzzyDate | None |
read/write | When the message was sent |
| received | FuzzyDate | None |
read/write | When the message was received |
| recipient | References |
read/write · raw twin | Who the message was addressed to |
| sender | Reference | None |
read/write · raw twin | Who sent the message |
| reason_code | Concepts |
read/write · raw twin | Indication for message |
| payload | dict[] | None |
read/write | The message content |