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

: Organization Type - 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 "OrganizationTypeCS"] ; # 
  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 OrganizationTypeCS</b></p><a name=\"OrganizationTypeCS\"> </a><a name=\"hcOrganizationTypeCS\"> </a><p>This  code system <code>https://nhts.dha.go.ke/orgs/MOH-KENYA/sources/ORG-00001-SRC-024</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\">private<a name=\"OrganizationTypeCS-private\"> </a></td><td>Private</td></tr><tr><td style=\"white-space:nowrap\">community<a name=\"OrganizationTypeCS-community\"> </a></td><td>Community</td></tr><tr><td style=\"white-space:nowrap\">NGO<a name=\"OrganizationTypeCS-NGO\"> </a></td><td>Non-Governmental Organisation</td></tr><tr><td style=\"white-space:nowrap\">all<a name=\"OrganizationTypeCS-all\"> </a></td><td>All</td></tr><tr><td style=\"white-space:nowrap\">GOK<a name=\"OrganizationTypeCS-GOK\"> </a></td><td>Government of Kenya</td></tr><tr><td style=\"white-space:nowrap\">FBO<a name=\"OrganizationTypeCS-FBO\"> </a></td><td>Faith-Based Organisation</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://nhts.dha.go.ke/orgs/MOH-KENYA/sources/ORG-00001-SRC-024"^^xsd:anyURI ;
fhir:l <https://nhts.dha.go.ke/orgs/MOH-KENYA/sources/ORG-00001-SRC-024>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OrganizationTypeCS"] ; # 
  fhir:title [ fhir:v "Organization Type"] ; # 
  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 "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "private" ] ;
fhir:display [ fhir:v "Private" ]
  ] [
fhir:code [ fhir:v "community" ] ;
fhir:display [ fhir:v "Community" ]
  ] [
fhir:code [ fhir:v "NGO" ] ;
fhir:display [ fhir:v "Non-Governmental Organisation" ]
  ] [
fhir:code [ fhir:v "all" ] ;
fhir:display [ fhir:v "All" ]
  ] [
fhir:code [ fhir:v "GOK" ] ;
fhir:display [ fhir:v "Government of Kenya" ]
  ] [
fhir:code [ fhir:v "FBO" ] ;
fhir:display [ fhir:v "Faith-Based Organisation" ]
  ] ) . #