Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build

Kenya Core FHIR Implementation Guide (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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Facility Level - TTL Representation

Active as of 2025-12-17

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  code system <code>http://example.org/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 "http://example.org/CodeSystem/FacilityLevelCS"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/FacilityLevelCS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FacilityLevelCS"] ; # 
  fhir:title [ fhir:v "Facility Level"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-12-17T09:57:49+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: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" ]
  ] ) . #