Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of 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

: Entry Types - TTL Representation

Active as of 2026-05-31

Raw ttl | Download


@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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "entry-types"] ; # 
  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: CodeSystem entry-types</b></p><a name=\"entry-types\"> </a><a name=\"hcentry-types\"> </a><p>This  code system <code>http://localhost:8085/fhir/CodeSystem/entry-types</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\">CONDITION<a name=\"entry-types-CONDITION\"> </a></td><td>Condition</td><td>Clinical condition or diagnosis entry.</td></tr><tr><td style=\"white-space:nowrap\">PROCEDURE<a name=\"entry-types-PROCEDURE\"> </a></td><td>Procedure</td><td>Clinical procedure entry.</td></tr><tr><td style=\"white-space:nowrap\">MEDICATION<a name=\"entry-types-MEDICATION\"> </a></td><td>Medication</td><td>Medication-related entry.</td></tr><tr><td style=\"white-space:nowrap\">INVESTIGATION<a name=\"entry-types-INVESTIGATION\"> </a></td><td>Investigation</td><td>Investigation or laboratory test entry.</td></tr><tr><td style=\"white-space:nowrap\">ALLERGY<a name=\"entry-types-ALLERGY\"> </a></td><td>Allergy</td><td>Allergy or intolerance entry.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://localhost:8085/fhir/CodeSystem/entry-types"^^xsd:anyURI ;
fhir:l <http://localhost:8085/fhir/CodeSystem/entry-types>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EntryTypesCS"] ; # 
  fhir:title [ fhir:v "Entry Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-31T11:35:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ]     ] )
  ] [
fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines the type of clinical entry recorded in the health record."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "CONDITION" ] ;
fhir:display [ fhir:v "Condition" ] ;
fhir:definition [ fhir:v "Clinical condition or diagnosis entry." ]
  ] [
fhir:code [ fhir:v "PROCEDURE" ] ;
fhir:display [ fhir:v "Procedure" ] ;
fhir:definition [ fhir:v "Clinical procedure entry." ]
  ] [
fhir:code [ fhir:v "MEDICATION" ] ;
fhir:display [ fhir:v "Medication" ] ;
fhir:definition [ fhir:v "Medication-related entry." ]
  ] [
fhir:code [ fhir:v "INVESTIGATION" ] ;
fhir:display [ fhir:v "Investigation" ] ;
fhir:definition [ fhir:v "Investigation or laboratory test entry." ]
  ] [
fhir:code [ fhir:v "ALLERGY" ] ;
fhir:display [ fhir:v "Allergy" ] ;
fhir:definition [ fhir:v "Allergy or intolerance entry." ]
  ] ) . #