Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/example-servicerequest-amina-fhg> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-servicerequest-amina-fhg"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-servicerequest|1.0.0" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-servicerequest|1.0.0>
]
] ;
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: ServiceRequest example-servicerequest-amina-fhg</b></p><a name=\"example-servicerequest-amina-fhg\"> </a><a name=\"hcexample-servicerequest-amina-fhg\"> </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-kenya-core-servicerequest.html\">Kenya Core ServiceRequest Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: Placer Identifier/SR-2026-OPD-00456 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">Full haemogram</span></p><p><b>subject</b>: <a href=\"Patient-CR2026080100001-1.html\">Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-amina-outpatient.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-08-01 08:30:00+0300 --> 2026-08-01 09:15:00+0300</a></p><p><b>occurrence</b>: 2026-08-01 09:00:00+0300</p><p><b>authoredOn</b>: 2026-08-01 08:45:00+0300</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner-njoroge.html\">Practitioner Dr. Sarah Njoroge</a></p><p><b>performer</b>: <a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://id.who.int/icd/release/11-mms MG30}\">Anaemia, unspecified</span></p><p><b>note</b>: </p><blockquote><div><p>Patient presenting with fatigue; rule out anaemia.</p>\n</div></blockquote></div>"
] ;
fhir:ServiceRequest.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PLAC" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/identifier/servicerequest" ] ;
fhir:Identifier.value [ fhir:value "SR-2026-OPD-00456" ]
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:108252007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "108252007" ] ;
fhir:Coding.display [ fhir:value "Laboratory procedure" ]
]
] ;
fhir:ServiceRequest.priority [ fhir:value "routine"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:58410-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "58410-2" ] ;
fhir:Coding.display [ fhir:value "CBC panel" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Full haemogram" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/CR2026080100001-1> ;
fhir:Reference.reference [ fhir:value "Patient/CR2026080100001-1" ]
] ;
fhir:ServiceRequest.encounter [
fhir:link <http://hl7.org/fhir/Encounter/example-encounter-amina-outpatient> ;
fhir:Reference.reference [ fhir:value "Encounter/example-encounter-amina-outpatient" ]
] ;
fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2026-08-01T09:00:00+03:00"^^xsd:dateTime] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2026-08-01T08:45:00+03:00"^^xsd:dateTime] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner-njoroge> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-njoroge" ]
] ;
fhir:ServiceRequest.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example-organization-knh> ;
fhir:Reference.reference [ fhir:value "Organization/example-organization-knh" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://id.who.int/icd/release/11-mms" ] ;
fhir:Coding.code [ fhir:value "MG30" ] ;
fhir:Coding.display [ fhir:value "Anaemia, unspecified" ]
]
] ;
fhir:ServiceRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Patient presenting with fatigue; rule out anaemia." ]
] .
<http://hl7.org/fhir/Patient/CR2026080100001-1> a fhir:Patient .
<http://hl7.org/fhir/Encounter/example-encounter-amina-outpatient> a fhir:Encounter .
<http://hl7.org/fhir/Practitioner/example-practitioner-njoroge> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/example-organization-knh> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/example-servicerequest-amina-fhg.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/example-servicerequest-amina-fhg.ttl> .
IG © 2024+ Digital Health Agency (DHA), Kenya. Package ke.fhir.core#1.0.0 based on FHIR 4.0.1. Generated 2026-08-12
Links: Table of Contents |
QA Report