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/fhir/StructureDefinition/ke-medication-dispense"^^xsd:anyURI ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-dispense> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Dispense DISP-2025-OPD-00456</b></p><p>First-fill dispense of Azithromycin 500 mg oral tablet — 3 tablets dispensed at KNH Outpatient Pharmacy against prescription RX-2025-OPD-00789 for Amina Hassan. Dispensed: 15 June 2025. 3-day supply.</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/dispense-identifier"^^xsd:anyURI ] ;
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://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs"^^xsd:anyURI ] ;
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:reference [ fhir:v "Patient/example-patient-amina" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/example-encounter-amina-outpatient" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/example-organization-knh" ] ]
] ) ; #
fhir:location [
fhir:reference [ fhir:v "Location/example-location-knh-pharmacy" ]
] ; #
fhir:authorizingPrescription ( [
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: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:code [ fhir:v "1" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
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://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs"^^xsd:anyURI ] ;
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-06-22
Links: Table of Contents |
QA Report