FHIR IG analytics| Package | hl7.at.fhir.elga.emed.r4 |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-At-Emed-Example-Durchgefuehrte-Abgabe-01.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
| 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
{
"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"
}