FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-NgMedicationDispense-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense NgMedicationDispense-003
Profile: NG MedicationDispense
status: Completed
medication: Insulin (short-acting) 100 IU/mL vial
subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
| Actor |
| Practitioner Kehinde Adebayo |
quantity: 10 mL (Details: UCUM codemL = 'mL')
whenHandedOver: 2025-11-04 12:40:00+0100
note:
Keep refrigerated. Do not freeze.
| Text |
| Inject 10 units subcutaneously before breakfast daily. |
{
"resourceType": "MedicationDispense",
"id": "NgMedicationDispense-003",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-dispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "Insulin (short-acting) 100 IU/mL vial"
},
"subject": {
"reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
},
"performer": [
{
"actor": {
"reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
}
}
],
"quantity": {
"value": 10,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"whenHandedOver": "2025-11-04T12:40:00+01:00",
"note": [
{
"text": "Keep refrigerated. Do not freeze."
}
],
"dosageInstruction": [
{
"text": "Inject 10 units subcutaneously before breakfast daily."
}
]
}