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

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeMedicationDispense
IdMedicationDispense-At-Emed-Example-Durchgefuehrte-Abgabe-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationDispense At-Emed-Example-Durchgefuehrte-Abgabe-01

R5: When the recording of the dispense started (new): 2026-02-27 10:20:00+0000

status: Completed

medication: Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.

subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription: MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06

type: FF

quantity: 1 1 (Details: UCUM code1 = '1')

whenHandedOver: 2026-02-27 10:20:00+0000


Source1

{
  "resourceType": "MedicationDispense",
  "id": "At-Emed-Example-Durchgefuehrte-Abgabe-01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medicationdispense-durchgefuehrteabgabe"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded",
      "valueDateTime": "2026-02-27T10:20:00+00:00"
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/01C-Cefuroxime1500Branded",
    "display": "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10."
  },
  "subject": {
    "reference": "Patient/At-Emed-Example-Patient-01"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/400C-prescription-cefuroxime-singleline"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "FF"
      }
    ]
  },
  "quantity": {
    "value": 1,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "whenHandedOver": "2026-02-27T10:20:00+00:00"
}