Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-medicationdispense-amina-azithromycin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication-dispense"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication-dispense> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-medicationdispense-amina-azithromycin</b></p><a name=\"example-medicationdispense-amina-azithromycin\"> </a><a name=\"hcexample-medicationdispense-amina-azithromycin\"> </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-ke-medication-dispense.html\">Kenya eRx MedicationDispense</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-dispense-identifier.html\" title=\"Dispense transaction number generated by the pharmacy management system. Format: DISP-{YYYY}-{SITE}-{SEQ}.\">KenyaDispenseIdentifier</a>/DISP-2025-OPD-00456</p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs GE10015}\">Azithromycin 500 mg Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-amina.html\">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-amina-outpatient.html\">Encounter: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/encounter-identifier#KenyaEncounterIdentifier#ENC-2025-OPD-00123; status = finished; class = ambulatory (ActCode#AMB); serviceType = General Practice; priority = Routine; period = 2025-06-15 09:00:00+0300 --> 2025-06-15 10:30:00+0300</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=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></td></tr></table><p><b>location</b>: <a href=\"Location-example-location-knh-pharmacy.html\">Location KNH Outpatient Pharmacy</a></p><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-example-medicationrequest-amina-azithromycin.html\">MedicationRequest: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/prescription-identifier#KenyaPrescriptionIdentifier#RX-2025-OPD-00789; status = active; intent = order; category = Outpatient; priority = routine; medication[x] = Azithromycin 500 mg Oral Tablet; authoredOn = 2025-06-15</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FF}\">First Fill</span></p><p><b>quantity</b>: 3 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></p><p><b>daysSupply</b>: 3 day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>whenPrepared</b>: 2025-06-15 10:15:00+0300</p><p><b>whenHandedOver</b>: 2025-06-15 10:30:00+0300</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 tablet (500 mg) by mouth once daily for 3 days</td><td>Once per 1 day</td><td><span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs RT10025}\">Oral</span></td></tr></table><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>WasSubstituted</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/dispense-identifier"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/NamingSystem/dispense-identifier> ] ;
fhir:value [ fhir:v "DISP-2025-OPD-00456" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs> ] ;
fhir:code [ fhir:v "GE10015" ] ;
fhir:display [ fhir:v "Azithromycin 500 mg Oral Tablet" ] ] ) ;
fhir:text [ fhir:v "Azithromycin 500 mg Oral Tablet" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient-amina ;
fhir:reference [ fhir:v "Patient/example-patient-amina" ]
] ; #
fhir:context [
fhir:l fhir:Encounter/example-encounter-amina-outpatient ;
fhir:reference [ fhir:v "Encounter/example-encounter-amina-outpatient" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:l fhir:Organization/example-organization-knh ;
fhir:reference [ fhir:v "Organization/example-organization-knh" ] ]
] ) ; #
fhir:location [
fhir:l fhir:Location/example-location-knh-pharmacy ;
fhir:reference [ fhir:v "Location/example-location-knh-pharmacy" ]
] ; #
fhir:authorizingPrescription ( [
fhir:l fhir:MedicationRequest/example-medicationrequest-amina-azithromycin ;
fhir:reference [ fhir:v "MedicationRequest/example-medicationrequest-amina-azithromycin" ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "FF" ] ;
fhir:display [ fhir:v "First Fill" ] ] )
] ; #
fhir:quantity [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "{tablet}" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "d" ]
] ; #
fhir:whenPrepared [ fhir:v "2025-06-15T10:15:00+03:00"^^xsd:dateTime] ; #
fhir:whenHandedOver [ fhir:v "2025-06-15T10:30:00+03:00"^^xsd:dateTime] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 1 tablet (500 mg) by mouth once daily for 3 days" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:route [
( fhir:coding [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/CodeSystem/route-of-administration-cs> ] ;
fhir:code [ fhir:v "RT10025" ] ;
fhir:display [ fhir:v "Oral" ] ] ) ]
] ) ; #
fhir:substitution [
fhir:wasSubstituted [ fhir:v false ]
] . #
IG © 2025+ DHA, Kenya. Package fhir.eprescription.ig#0.1.0 based on FHIR 4.0.1. Generated 2026-04-24
Links: Table of Contents |
QA Report