Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG, published by IntelliSOFT Consulting. 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

: KHTS.A CodeSystem for Counties in Kenya - TTL Representation

Draft as of 2025-07-15

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 "KHTS.A"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KHTS.A</b></p><a name=\"KHTS.A\"> </a><a name=\"hcKHTS.A\"> </a><p>This case-insensitive code system <code>https://example.org/fhir/CodeSystem/KHTS.A</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\">C-001<a name=\"KHTS.A-C-001\"> </a></td><td>Mombasa</td><td>County of Residence, Mombasa</td></tr><tr><td style=\"white-space:nowrap\">C-002<a name=\"KHTS.A-C-002\"> </a></td><td>Kilifi</td><td>County of Residence, Kilifi</td></tr><tr><td style=\"white-space:nowrap\">C-003<a name=\"KHTS.A-C-003\"> </a></td><td>Tana River	Hola</td><td>County of Residence, Tana River	Hola</td></tr><tr><td style=\"white-space:nowrap\">C-004<a name=\"KHTS.A-C-004\"> </a></td><td>Lamu</td><td>County of Residence, Lamu</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/CodeSystem/KHTS.A"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KHTS_A"] ; # 
  fhir:title [ fhir:v "KHTS.A CodeSystem for Counties in Kenya"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-15T09:30:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IntelliSOFT Consulting"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IntelliSOFT Consulting" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://.com/fhir/example-publisher" ]     ] )
  ] [
fhir:name [ fhir:v "KPS Team Kenya." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@example.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for KHTS.A Counties in Kenya"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "C-001" ] ;
fhir:display [ fhir:v "Mombasa" ] ;
fhir:definition [ fhir:v "County of Residence, Mombasa" ]
  ] [
fhir:code [ fhir:v "C-002" ] ;
fhir:display [ fhir:v "Kilifi" ] ;
fhir:definition [ fhir:v "County of Residence, Kilifi" ]
  ] [
fhir:code [ fhir:v "C-003" ] ;
fhir:display [ fhir:v "Tana River	Hola" ] ;
fhir:definition [ fhir:v "County of Residence, Tana River	Hola" ]
  ] [
fhir:code [ fhir:v "C-004" ] ;
fhir:display [ fhir:v "Lamu" ] ;
fhir:definition [ fhir:v "County of Residence, Lamu" ]
  ] ) . #