FHIR IG analytics| Package | dguv.enla |
| Resource Type | MedicationStatement |
| Id | DGUV_ENLA_Bsp_MedikationsInformation_1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patient nimmt Beispielmedikament ein (Freitext-Dosierung).
{
"resourceType": "MedicationStatement",
"id": "medstmt-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"
}
],
"text": "Beispielmedikament"
}
}
],
"status": "active",
"medicationReference": {
"reference": "#med1"
},
"subject": {
"reference": "Patient/123"
},
"dosage": [
{
"text": "Freitextliche Dosierung",
"patientInstruction": "Nach dem Essen einnehmen"
}
]
}