FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-Invalid-Dosage-05-of-12-multiple-types-MD.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense Invalid-Dosage-05-of-12-multiple-types-MD
Profile: Medication Dispense dgMP
status: Completed
medication: DEV Medication
subject: DEV Dosage
| Timing |
| Morning, Once per 1 day |
| Once per 1 day |
{
"resourceType": "MedicationDispense",
"id": "Invalid-Dosage-05-of-12-multiple-types-MD",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "DEV Medication"
},
"subject": {
"display": "DEV Dosage"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
}
},
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"timeOfDay": [
"08:00:00"
]
}
}
}
]
}