FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-INV-C-ExtRequiresDosage-MD.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense INV-C-ExtRequiresDosage-MD
Profile: Medication Dispense dgMP
R5: Full representation of the dosage instructions (new):
Morgens 1 Tablette
status: Completed
medication: Ibuprofen 400mg
subject: Patient
{
"resourceType": "MedicationDispense",
"id": "INV-C-ExtRequiresDosage-MD",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.renderedDosageInstruction",
"valueMarkdown": "Morgens 1 Tablette"
}
],
"status": "completed",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
}
}