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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedicationDispense
IdMedicationDispense-300-dispense-for-2-requests.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": "300-dispense-for-2-requests",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
    ]
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/02A-ClotrimazoleCanifugCremolum",
    "display": "Canifug Cremolum, cream + pessary"
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "identifier": {
        "value": "300-1/2"
      }
    },
    {
      "identifier": {
        "value": "300-2/2"
      }
    }
  ],
  "quantity": {
    "value": 1,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "whenHandedOver": "2024-10-06T19:54:00Z"
}