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 / C#
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 : ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
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? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
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? |
read/write · raw twin | Type of medication usage |
| Subject | Reference? |
read/write · raw twin | The patient |
| DateAsserted | FuzzyDate? |
read/write | When the statement was captured |
| ReasonCode | Concepts |
read/write · raw twin | Reason for why the medication is being/was taken |
| Dosage | Json[]? |
read/write | Details of how medication is/was taken or should be taken |