FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-ExtRequiresDosage-MS.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-ExtRequiresDosage-MS
Profile: Medication Statement dgMP
R5: Full representation of the dosage instructions (new):
Morgens 1 Tablette
status: Active
medication: Ibuprofen 400mg
subject: Patient
{
"resourceType": "MedicationStatement",
"id": "INV-C-ExtRequiresDosage-MS",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.renderedDosageInstruction",
"valueMarkdown": "Morgens 1 Tablette"
}
],
"status": "active",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
}
}