Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build
Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationDispense",
"id" : "BBDE520D-9406-43AE-9B12-F7CC50987A7B",
"meta" : {
"profile" : [
🔗 "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzMedicationDispense"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense BBDE520D-9406-43AE-9B12-F7CC50987A7B</b></p><a name=\"BBDE520D-9406-43AE-9B12-F7CC50987A7B\"> </a><a name=\"hcBBDE520D-9406-43AE-9B12-F7CC50987A7B\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SzMedicationDispense.html\">Eswatini Medication Dispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzProductCodeCS 102492}\">Paracetamol Tablets 500g (Coloured Green) 100 TABS</span></p><p><b>subject</b>: <a href=\"Patient-13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB.html\">Celucolo Celani Sacolo Male, DoB: 2000-01-01 ( Medical Record Number: Client Management Information System#M001010101-1\u00a0(use:\u00a0usual,\u00a0))</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-B1BA0AFE-3D96-42F8-9384-800B5CBEED6B.html\">Practitioner Susan Carol Smith </a></td></tr></table><p><b>location</b>: <a href=\"Location-992F1F3C-00CD-4838-94D1-91658DFA99BD.html\">Location Mahwalala Red Cross Clinic</a></p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-A8D487FD-02D6-4E09-84B8-CD9F18DBEBB6.html\">MedicationRequest: status = active; intent = order; medication[x] = Paracetamol Tablets 500g (Coloured Green) 100 TABS; authoredOn = 2024-09-11 10:00:00+0000</a></p><p><b>quantity</b>: 30 tablets</p><p><b>daysSupply</b>: 30 days</p><p><b>whenPrepared</b>: 2024-09-11 10:00:00+0000</p><p><b>whenHandedOver</b>: 2024-09-12 10:00:00+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one tablet by mouth 3 times a day before food</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet</td></tr></table></blockquote></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzProductCodeCS",
"code" : "102492",
"display" : "Paracetamol Tablets 500g (Coloured Green) 100 TABS"
}
],
"text" : "Paracetamol Tablets 500g (Coloured Green) 100 TABS"
},
"subject" : {
🔗 "reference" : "Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/B1BA0AFE-3D96-42F8-9384-800B5CBEED6B"
}
}
],
"location" : {
🔗 "reference" : "Location/992F1F3C-00CD-4838-94D1-91658DFA99BD"
},
"authorizingPrescription" : [
{
🔗 "reference" : "MedicationRequest/A8D487FD-02D6-4E09-84B8-CD9F18DBEBB6"
}
],
"quantity" : {
"value" : 30,
"unit" : "tablets"
},
"daysSupply" : {
"value" : 30,
"unit" : "days"
},
"whenPrepared" : "2024-09-11T10:00:00Z",
"whenHandedOver" : "2024-09-12T10:00:00Z",
"dosageInstruction" : [
{
"text" : "Take one tablet by mouth 3 times a day before food",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "tablet"
}
}
]
}
]
}