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

: Encounter Type Code System - 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 "encounter-type-cs"] ; # 
  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 encounter-type-cs</b></p><a name=\"encounter-type-cs\"> </a><a name=\"hcencounter-type-cs\"> </a><p>This case-insensitive code system <code>https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs</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\">EMERGENCY-VISIT<a name=\"encounter-type-cs-EMERGENCY-VISIT\"> </a></td><td>Emergency Visit</td><td>The encounter is an emergency visit.</td></tr><tr><td style=\"white-space:nowrap\">OUTPATIENT-VISIT<a name=\"encounter-type-cs-OUTPATIENT-VISIT\"> </a></td><td>Outpatient Visit</td><td>The encounter is an outpatient visit.</td></tr><tr><td style=\"white-space:nowrap\">REFERRAL-VISIT<a name=\"encounter-type-cs-REFERRAL-VISIT\"> </a></td><td>Referral Visit</td><td>The encounter is a referral visit.</td></tr><tr><td style=\"white-space:nowrap\">FOLLOW-UP-VISIT<a name=\"encounter-type-cs-FOLLOW-UP-VISIT\"> </a></td><td>Follow-up Visit</td><td>The encounter is a follow-up visit.</td></tr><tr><td style=\"white-space:nowrap\">INPATIENT-VISIT<a name=\"encounter-type-cs-INPATIENT-VISIT\"> </a></td><td>Inpatient Visit</td><td>The encounter is an inpatient visit.</td></tr><tr><td style=\"white-space:nowrap\">CONSULTATION<a name=\"encounter-type-cs-CONSULTATION\"> </a></td><td>Consultation</td><td>The encounter is a consultation.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/CodeSystem/encounter-type-cs>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EncounterTypeCS"] ; # 
  fhir:title [ fhir:v "Encounter Type Code System"] ; # 
  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 "A code system that defines types of encounters."] ; # 
  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 "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "EMERGENCY-VISIT" ] ;
fhir:display [ fhir:v "Emergency Visit" ] ;
fhir:definition [ fhir:v "The encounter is an emergency visit." ]
  ] [
fhir:code [ fhir:v "OUTPATIENT-VISIT" ] ;
fhir:display [ fhir:v "Outpatient Visit" ] ;
fhir:definition [ fhir:v "The encounter is an outpatient visit." ]
  ] [
fhir:code [ fhir:v "REFERRAL-VISIT" ] ;
fhir:display [ fhir:v "Referral Visit" ] ;
fhir:definition [ fhir:v "The encounter is a referral visit." ]
  ] [
fhir:code [ fhir:v "FOLLOW-UP-VISIT" ] ;
fhir:display [ fhir:v "Follow-up Visit" ] ;
fhir:definition [ fhir:v "The encounter is a follow-up visit." ]
  ] [
fhir:code [ fhir:v "INPATIENT-VISIT" ] ;
fhir:display [ fhir:v "Inpatient Visit" ] ;
fhir:definition [ fhir:v "The encounter is an inpatient visit." ]
  ] [
fhir:code [ fhir:v "CONSULTATION" ] ;
fhir:display [ fhir:v "Consultation" ] ;
fhir:definition [ fhir:v "The encounter is a consultation." ]
  ] ) . #