FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-INV-C-DosageStructuredRequiresBoth-Dispense-01-of-02.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-DosageStructuredRequiresBoth-Dispense-01-of-02
Profile: Medication Dispense dgMP
status: Completed
medication: Ibuprofen 400mg
subject: Patient
| Timing |
| Morning, Once per 1 day |
{
"resourceType": "MedicationDispense",
"id": "INV-C-DosageStructuredRequiresBoth-Dispense-01-of-02",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
}
}
]
}