Medication Statement Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-medicationstatement |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | MedicationStatement (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for MedicationStatement -- patient-reported medication use, distinct from prescriptions. First pass: status, text-first medication concept, effective timing, free-text dosage. Closed to SMART apps pending an exposure decision.
TypedFhir API / TypeScript
The typed accessor surface MedicationStatement exposes for MedicationStatement — 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 MedicationStatement 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 | active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken |
| statusReason | Concepts |
read/write · raw twin | Reason for current status |
| category | Concept | undefined |
read/write · raw twin | Type of medication usage |
| subject | Reference | undefined |
read/write · raw twin | The patient |
| dateAsserted | FuzzyDate | undefined |
read/write | When the statement was captured |
| reasonCode | Concepts |
read/write · raw twin | Reason for why the medication is being/was taken |
| dosage | Json[] | undefined |
read/write | Details of how medication is/was taken or should be taken |