Kenya eClaims Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/ECLM-DISP-001> a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ECLM-DISP-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-medicationdispense" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-medicationdispense>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ECLM-DISP-001</b></p><a name=\"ECLM-DISP-001\"> </a><a name=\"hcECLM-DISP-001\"> </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-eclaims-medicationdispense.html\">eClaims Medication Dispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs GE10002}\">Metformin 500 mg Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-ECLM-PT-001.html\">John Mwangi Kamau</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-ECLM-PRA-001.html\">Practitioner Dr. James Ochieng (official)</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-ECLM-MR-001.html\">MedicationRequest: status = active; intent = order; category = Inpatient; medication[x] = Metformin 500 mg Oral Tablet; authoredOn = 2025-11-02; reasonCode = insulin resistant diabetes</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>: 60 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p><p><b>whenHandedOver</b>: 2025-11-02 14:30:00+0300</p></div>"
] ;
fhir:MedicationDispense.status [ fhir:value "completed"] ;
fhir:MedicationDispense.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs" ] ;
fhir:Coding.code [ fhir:value "GE10002" ] ;
fhir:Coding.display [ fhir:value "Metformin 500 mg Oral Tablet" ]
]
] ;
fhir:MedicationDispense.subject [
fhir:link <http://hl7.org/fhir/Patient/ECLM-PT-001> ;
fhir:Reference.reference [ fhir:value "Patient/ECLM-PT-001" ] ;
fhir:Reference.display [ fhir:value "John Mwangi Kamau" ]
] ;
fhir:MedicationDispense.performer [
fhir:index 0 ;
fhir:MedicationDispense.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/ECLM-PRA-001> ;
fhir:Reference.reference [ fhir:value "Practitioner/ECLM-PRA-001" ]
]
] ;
fhir:MedicationDispense.authorizingPrescription [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/MedicationRequest/ECLM-MR-001> ;
fhir:Reference.reference [ fhir:value "MedicationRequest/ECLM-MR-001" ]
] ;
fhir:MedicationDispense.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "FF" ] ;
fhir:Coding.display [ fhir:value "First Fill" ]
]
] ;
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Tablet" ] ;
fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
fhir:Quantity.code [ fhir:value "TAB" ]
] ;
fhir:MedicationDispense.whenHandedOver [ fhir:value "2025-11-02T14:30:00+03:00"^^xsd:dateTime] .
<http://hl7.org/fhir/Patient/ECLM-PT-001> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/ECLM-PRA-001> a fhir:Practitioner .
<http://hl7.org/fhir/MedicationRequest/ECLM-MR-001> a fhir:MedicationRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/ECLM-DISP-001.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationDispense/ECLM-DISP-001.ttl> .
IG © 2024+ Digital Health Agency (DHA), Kenya. Package ke.fhir.eclaims#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report