Kenya Core FHIR Implementation Guide
1.0.0 - release Kenya flag

Kenya Core FHIR Implementation Guide, published by Kenya Social Health Authority (SHA). 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

: Facility Level - TTL Representation

Active as of 2026-05-06

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 "FacilityLevelCS"] ; # 
  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 FacilityLevelCS</b></p><a name=\"FacilityLevelCS\"> </a><a name=\"hcFacilityLevelCS\"> </a><p>This case-insensitive code system <code>https://fhir.sha.go.ke/fhir/CodeSystem/FacilityLevelCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">LEVEL-2<a name=\"FacilityLevelCS-LEVEL-2\"> </a></td><td>Level 2</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-3A<a name=\"FacilityLevelCS-LEVEL-3A\"> </a></td><td>Level 3A</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-3B<a name=\"FacilityLevelCS-LEVEL-3B\"> </a></td><td>Level 3B</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-4<a name=\"FacilityLevelCS-LEVEL-4\"> </a></td><td>Level 4</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-5<a name=\"FacilityLevelCS-LEVEL-5\"> </a></td><td>Level 5</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-6A<a name=\"FacilityLevelCS-LEVEL-6A\"> </a></td><td>Level 6A</td></tr><tr><td style=\"white-space:nowrap\">LEVEL-6B<a name=\"FacilityLevelCS-LEVEL-6B\"> </a></td><td>Level 6B</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.sha.go.ke/fhir/CodeSystem/FacilityLevelCS"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/CodeSystem/FacilityLevelCS>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "FacilityLevelCS"] ; # 
  fhir:title [ fhir:v "Facility Level"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-06T17:06:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Kenya Social Health Authority (SHA)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Kenya Social Health Authority (SHA)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sha.go.ke" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@sha.go.ke" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Facility Level Code Systems"] ; # 
  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:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "LEVEL-2" ] ;
fhir:display [ fhir:v "Level 2" ]
  ] [
fhir:code [ fhir:v "LEVEL-3A" ] ;
fhir:display [ fhir:v "Level 3A" ]
  ] [
fhir:code [ fhir:v "LEVEL-3B" ] ;
fhir:display [ fhir:v "Level 3B" ]
  ] [
fhir:code [ fhir:v "LEVEL-4" ] ;
fhir:display [ fhir:v "Level 4" ]
  ] [
fhir:code [ fhir:v "LEVEL-5" ] ;
fhir:display [ fhir:v "Level 5" ]
  ] [
fhir:code [ fhir:v "LEVEL-6A" ] ;
fhir:display [ fhir:v "Level 6A" ]
  ] [
fhir:code [ fhir:v "LEVEL-6B" ] ;
fhir:display [ fhir:v "Level 6B" ]
  ] ) . #