FHIR IG analytics| Package | dguv.enla |
| Resource Type | Medication |
| Id | DGUV_ENLA_Bsp_MedikationWirkstoff_1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Medication",
"meta": {
"profile": [
"http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff"
]
},
"code": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"code": "N02BE01",
"display": "Paracetamol"
},
{
"system": "http://fhir.de/CodeSystem/ifa/pzn",
"code": "12345678",
"display": "Paracetamol 500 mg Tabletten"
}
],
"text": "Paracetamol 500 mg Tabletten"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"code": "N02BE01",
"display": "Paracetamol"
}
],
"text": "Paracetamol"
},
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
}
]
}