FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-00127455-e5f6-4789-a123-456789abcdef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense 00127455-e5f6-4789-a123-456789abcdef
Profile: NG MedicationDispense
status: Completed
medication: Medication
subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)
| Actor |
| Practitioner Nkiru Okeke |
quantity: 30 1 (Details: UCUM code1 = '1')
whenHandedOver: 2025-11-04 12:20:00+0100
note:
Dispensed after coverage verification.
| Text |
| Take 1 capsule orally every 8 hours for 10 days. |
{
"resourceType": "MedicationDispense",
"id": "00127455-e5f6-4789-a123-456789abcdef",
"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-001"
},
"subject": {
"reference": "Patient/NgPatient-002"
},
"performer": [
{
"actor": {
"reference": "Practitioner/NgPractitioner-002"
}
}
],
"quantity": {
"value": 30,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
},
"whenHandedOver": "2025-11-04T12:20:00+01:00",
"note": [
{
"text": "Dispensed after coverage verification."
}
],
"dosageInstruction": [
{
"text": "Take 1 capsule orally every 8 hours for 10 days."
}
]
}