FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-AtApsExampleMedicationDispense01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense AtApsExampleMedicationDispense01
Profile: AT APS MedicationDispense
status: Completed
medication: Ramipril 5mg Kapseln
subject: Maria Musterfrau
| Actor |
| Amadeus Spital |
authorizingPrescription: Verordnung Ramipril
quantity: 30 Kapseln
daysSupply: 30 Tage (Details: UCUM coded = 'd')
whenHandedOver: 2024-10-15 09:30:00+0100
| Text | Timing | Route |
| 1 Kapsel täglich morgens | Once per 1 day | Oral use |
{
"resourceType": "MedicationDispense",
"id": "AtApsExampleMedicationDispense01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationdispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/AtApsExampleMedication01",
"display": "Ramipril 5mg Kapseln"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"performer": [
{
"actor": {
"reference": "Organization/AtApsExampleOrganization01",
"display": "Amadeus Spital"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/AtApsExampleMedicationRequest01",
"display": "Verordnung Ramipril"
}
],
"quantity": {
"value": 30,
"unit": "Kapseln"
},
"daysSupply": {
"value": 30,
"unit": "Tage",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenHandedOver": "2024-10-15T09:30:00+01:00",
"dosageInstruction": [
{
"text": "1 Kapsel täglich morgens",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
}
}
]
}