FHIR IG analytics| Package | dguv.enla |
| Resource Type | Medication |
| Id | DGUV_ENLA_Bsp_MedikationRezeptur_1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Rezeptur: Salicyl-Vaselin 5% (5 g Salicylsäure / 95 g Vaselin auf 100 g)
{
"resourceType": "Medication",
"id": "example-rezeptur-1",
"meta": {
"profile": [
"http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationRezeptur"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type",
"code": "rezeptur"
}
],
"text": "Rezeptur: Salicyl-Vaselin 5 %"
},
"status": "active",
"ingredient": [
{
"itemCodeableConcept": {
"text": "Acidum salicylicum (Salicylsäure)"
},
"strength": {
"numerator": {
"value": 5,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
},
"denominator": {
"value": 100,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
},
{
"itemCodeableConcept": {
"text": "Vaselinum album"
},
"strength": {
"numerator": {
"value": 95,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
},
"denominator": {
"value": 100,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
}
]
}