FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedicationDispense
IdMedicationDispense-10-dispense-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationDispense",
  "id": "10-dispense-2",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
    ]
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/01D-Cefuroxime750Branded",
    "display": "Cefuroxime MIP 750 mg, powder for solution for injection. N5."
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/10-prescription-cefuroxime-singleline"
    }
  ],
  "quantity": {
    "value": 3,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "daysSupply": {
    "value": 4,
    "unit": "day(s)",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenHandedOver": "2024-12-09T10:55:00Z"
}