Medication Dispense Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-medicationdispense |
|---|---|
| Status | draft · 1.26.0 |
| Base | MedicationDispense (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for MedicationDispense resources, primarily for recording dispense events. Aligns with CII N1/N2 requirements and Nexus EMR standards.
TypedFhir API / C#
The typed accessor surface MedicationDispense exposes for MedicationDispense — 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 MedicationDispense : 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 | preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped |
| Category | Concept? |
read/write · raw twin | Dispense category with raw code support |
| Subject | Reference? |
read/write · raw twin | Who the dispense is for |
| Performer | Json[]? |
read/write | Who performed the dispense |
| AuthorizingPrescription | References |
read/write · raw twin | Prescription that authorized this dispense |
| Type | Concept? |
read/write · raw twin | Dispense type with raw code support |
| Quantity | Quantity? |
read/write · raw twin | Amount dispensed |
| DaysSupply | Quantity? |
read/write · raw twin | Amount of medication for period of time |
| WhenPrepared | FuzzyDate? |
read/write | When product was prepared |
| WhenHandedOver | FuzzyDate? |
read/write | When product was given - Maps to CII N2 Medication_Dispensed_Date |
| Note | Notes |
read/write | Additional information about dispense |
| DosageInstruction | Json[]? |
read/write | How medication should be taken |