Kenya Patient Summary 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-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions
| Active as of 2026-08-07 |
@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/CodeSystem/observation-category-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "observation-category-cs"] ;
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: CodeSystem observation-category-cs</b></p><a name=\"observation-category-cs\"> </a><a name=\"hcobservation-category-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/observation-category-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">social-history<a name=\"observation-category-cs-social-history\"> </a></td><td>Social History</td><td>Social History Observations define the patient's occupational, personal, social, familial, and environmental history and health risk factors that may impact the patient's health.</td></tr><tr><td style=\"white-space:nowrap\">vital-signs<a name=\"observation-category-cs-vital-signs\"> </a></td><td>Vital Signs</td><td>Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"observation-category-cs-imaging\"> </a></td><td>Imaging</td><td>Observations generated by imaging including plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, and nuclear medicine.</td></tr><tr><td style=\"white-space:nowrap\">laboratory<a name=\"observation-category-cs-laboratory\"> </a></td><td>Laboratory</td><td>The results of observations generated by laboratories.</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"observation-category-cs-procedure\"> </a></td><td>Procedure</td><td>Observations generated by other procedures excluding laboratory and imaging.</td></tr><tr><td style=\"white-space:nowrap\">survey<a name=\"observation-category-cs-survey\"> </a></td><td>Survey</td><td>Observations from survey instruments, questionnaires, forms, and assessment tools.</td></tr><tr><td style=\"white-space:nowrap\">exam<a name=\"observation-category-cs-exam\"> </a></td><td>Exam</td><td>Observations generated by physical exam findings.</td></tr><tr><td style=\"white-space:nowrap\">therapy<a name=\"observation-category-cs-therapy\"> </a></td><td>Therapy</td><td>Observations generated by non-interventional treatment protocols.</td></tr><tr><td style=\"white-space:nowrap\">activity<a name=\"observation-category-cs-activity\"> </a></td><td>Activity</td><td>Observations that measure or record bodily activity that enhances or maintains physical fitness and overall health and wellness.</td></tr><tr><td style=\"white-space:nowrap\">symptom<a name=\"observation-category-cs-symptom\"> </a></td><td>Symptom</td><td>Observations which record a manifestation of a disease that is apparent to and has been communicated by the patient.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/observation-category-cs"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "ObservationCategoryCS"] ;
fhir:CodeSystem.title [ fhir:value "Observation Category Codes"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-08-07T13:10:11+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Agency (DHA), Kenya" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.dha.go.ke" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Agency of Kenya – Interoperability Team" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.dha.go.ke" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Observation Category codes."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "KE" ] ;
fhir:Coding.display [ fhir:value "Kenya" ]
]
] ;
fhir:CodeSystem.copyright [ fhir:value "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "social-history" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Social History" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Social History Observations define the patient's occupational, personal, social, familial, and environmental history and health risk factors that may impact the patient's health." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-signs" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Vital Signs" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "imaging" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Imaging" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations generated by imaging including plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, and nuclear medicine." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "laboratory" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Laboratory" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The results of observations generated by laboratories." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "procedure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Procedure" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations generated by other procedures excluding laboratory and imaging." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "survey" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Survey" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations from survey instruments, questionnaires, forms, and assessment tools." ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "exam" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Exam" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations generated by physical exam findings." ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "therapy" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Therapy" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations generated by non-interventional treatment protocols." ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "activity" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Activity" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations that measure or record bodily activity that enhances or maintains physical fitness and overall health and wellness." ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "symptom" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Symptom" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Observations which record a manifestation of a disease that is apparent to and has been communicated by the patient." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/observation-category-cs.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/observation-category-cs.ttl> .
IG © 2024+ Digital Health Agency (DHA), Kenya. Package ke.fhir.patient-summary#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report