FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-AtApsExampleMedicationStatement01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement AtApsExampleMedicationStatement01
Profile: AT APS MedicationStatement
status: Active
medication: Ramipril 5mg Kapseln
subject: Maria Musterfrau
effective: 2024-10-01 --> 2025-03-31
informationSource: Hanna Hausärztin
reasonCode: Hypertonie
dosage
text: 1 Kapsel täglich morgens
route: Oral use
DoseAndRates
Dose[x] 5 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationStatement",
"id": "AtApsExampleMedicationStatement01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/AtApsExampleMedication01",
"display": "Ramipril 5mg Kapseln"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"effectivePeriod": {
"start": "2024-10-01",
"end": "2025-03-31"
},
"informationSource": {
"reference": "Practitioner/at-aps-example-practitioner-01",
"display": "Hanna Hausärztin"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59621000",
"display": "Hypertonie"
}
],
"text": "Hypertonie"
}
],
"dosage": [
{
"text": "1 Kapsel täglich morgens",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}