Skip to content

Medication Dispense Profile

Canonical../StructureDefinition/nexus-emr-core-medicationdispense
Statusdraft · 1.26.0
BaseMedicationDispense (constraint)
SourceFSH · JSON

Nexus EMR profile for MedicationDispense resources, primarily for recording dispense events. Aligns with CII N1/N2 requirements and Nexus EMR standards.

Examples

Iron Sample

Example medication dispense for iron supplement sample given to Avery Linwood

MedicationDispense/avery-iron-sample-20250408 — claims conformance to Medication Dispense Profile

{
  "resourceType": "MedicationDispense",
  "id": "avery-iron-sample-20250408",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'>3-day starter supply of ferrous sulfate 325mg tablets dispensed to Avery Linwood by Dr. Emil Navarro on April 8, 2025.</div>"
  },
  "identifier": [
    {
      "use": "secondary",
      "system": "../NamingSystem/cedarbrook-clinic-medicationdispense-raw-code",
      "value": "EMR-DISPENSE-SAMPLE-IRON-20250408"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Ferrous sulfate 325 MG Oral Tablet",
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "B03AA07",
        "display": "ferrous sulfate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/avery-linwood",
    "display": "Avery Linwood"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/dr-emil-navarro",
        "display": "Dr. Emil Navarro"
      }
    }
  ],
  "quantity": {
    "value": 3,
    "unit": "1",
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "daysSupply": {
    "value": 3,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenHandedOver": "2025-04-08T10:40:00-06:00",
  "dosageInstruction": [
    {
      "text": "Take one tablet by mouth daily"
    }
  ],
  "note": [
    {
      "text": "Three-day supply of ferrous sulfate provided as a starter sample during appointment."
    }
  ]
}