FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-NgMedicationDispense-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense NgMedicationDispense-002
Profile: NG MedicationDispense
status: Completed
medication: Medication
subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)
| Actor |
| Practitioner Hauwa Garba |
quantity: 100 mL (Details: UCUM codemL = 'mL')
whenHandedOver: 2025-11-04 12:25:00+0100
note:
Shake well before use.
| Text |
| 5 mL orally every 6 hours as needed for fever. |
{
"resourceType": "MedicationDispense",
"id": "NgMedicationDispense-002",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-dispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/NgMedication-002"
},
"subject": {
"reference": "Patient/NgPatient-003"
},
"performer": [
{
"actor": {
"reference": "Practitioner/NgPractitioner-003"
}
}
],
"quantity": {
"value": 100,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"whenHandedOver": "2025-11-04T12:25:00+01:00",
"note": [
{
"text": "Shake well before use."
}
],
"dosageInstruction": [
{
"text": "5 mL orally every 6 hours as needed for fever."
}
]
}