FHIR IG analytics| Package | dguv.enla |
| Resource Type | Medication |
| Id | DGUV_ENLA_Bsp_MedikationArzneimittel_1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Medication",
"id": "beispiel-medikation-arzneimittel",
"meta": {
"profile": [
"http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel"
]
},
"code": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/ifa/pzn",
"code": "12345678",
"display": "Beispielpräparat 500 mg Tabletten"
}
],
"text": "Beispielpräparat 500 mg Tabletten"
},
"status": "active",
"form": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
"version": "1.0.0",
"code": "TAB",
"display": "Tablette"
}
]
},
"amount": {
"numerator": {
"value": 1,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
},
"denominator": {
"value": 1,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
}