FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-dos-1-Statement-03-of-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement INV-C-dos-1-Statement-03-of-03
Profile: Medication Statement dgMP
status: Active
medication: Ibuprofen 400mg
subject: Patient
| Extension | Text | AsNeeded[x] |
| Bei Bedarf einnehmen | false |
{
"resourceType": "MedicationStatement",
"id": "INV-C-dos-1-Statement-03-of-03",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosage": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
"valueCodeableConcept": {
"text": "Kopfschmerzen"
}
}
],
"text": "Bei Bedarf einnehmen",
"asNeededBoolean": false
}
]
}