FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Medication |
| Id | Medication-AtApsExampleMedication01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication AtApsExampleMedication01
Profile: AT APS Medication
code: Ramipril 5mg Kapseln
status: Active
manufacturer: Amadeus Spital
| Item[x] | IsActive | Strength |
| Ramipril Wirkstoff | true | 500 mg (Details: UCUM codemg = 'mg')/1 Kapsel (Details: UCUM code1 = '1') |
{
"resourceType": "Medication",
"id": "AtApsExampleMedication01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "C09AA05",
"display": "Ramipril"
}
],
"text": "Ramipril 5mg Kapseln"
},
"status": "active",
"manufacturer": {
"reference": "Organization/AtApsExampleOrganization01",
"display": "Amadeus Spital"
},
"ingredient": [
{
"itemReference": {
"reference": "Medication/AtApsExampleMedication01",
"display": "Ramipril Wirkstoff"
},
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Kapsel",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
}
]
}