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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-medication-azithromycin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication> ] )
] ; #
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: Medication example-medication-azithromycin</b></p><a name=\"example-medication-azithromycin\"> </a><a name=\"hcexample-medication-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.html\">Kenya eRx Medication</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-medication-identifier.html\" title=\"PPB-assigned identifier for a medicinal product, linking the dispensed item to the national drug register. Format: KE-MED-{CODE}.\">KenyaMedicationIdentifier</a>/KE-MED-AZI-500</p><p><b>code</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>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs DF10594}\">Tablet, Film-Coated</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs AC10746}\">Azithromycin</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>LOT2025KNH001</td><td>2027-06-30</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier> ] ;
fhir:value [ fhir:v "KE-MED-AZI-500" ]
] ) ; #
fhir:code [
( 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:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs> ] ;
fhir:code [ fhir:v "DF10594" ] ;
fhir:display [ fhir:v "Tablet, Film-Coated" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs> ] ;
fhir:code [ fhir:v "AC10746" ] ;
fhir:display [ fhir:v "Azithromycin" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^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:batch [
fhir:lotNumber [ fhir:v "LOT2025KNH001" ] ;
fhir:expirationDate [ fhir:v "2027-06-30"^^xsd:date ]
] . #
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