FHIR IG analytics| Package | dguv.enla |
| Resource Type | MedicationStatement |
| Id | DGUV_ENLA_Bsp_MedikationsInformation_2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Strukturierte Dosierung: 500 mg zweimal täglich, oral.
{
"resourceType": "MedicationStatement",
"id": "medstmt-strukturiert-1",
"meta": {
"profile": [
"http://fhir.dguv.de/ENLA/MedicationStatement/DGUV-ENLA-PR-MedikationsInformation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "med1",
"meta": {
"profile": [
"http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel"
]
},
"code": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/ifa/pzn",
"code": "12345678",
"display": "Beispielmedikament 500 mg Tablette"
}
]
}
}
],
"status": "active",
"medicationReference": {
"reference": "#med1"
},
"subject": {
"reference": "Patient/123"
},
"dosage": [
{
"text": "Strukturierte Dosierung",
"timing": {
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code": "BID",
"display": "zweimal täglich",
"_display": {
"extension": [
{
"url": "http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-AnzeigenameDeutsch",
"valueString": "Zweimal täglich"
}
]
}
}
]
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Orale Anwendung"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}