Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya eClaims FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage Class Code System - TTL Representation

Active as of 2026-05-19

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 "coverage-class-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 coverage-class-cs</b></p><a name=\"coverage-class-cs\"> </a><a name=\"hccoverage-class-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/eclaims/CodeSystem/coverage-class-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></tr><tr><td style=\"white-space:nowrap\">GROUP<a name=\"coverage-class-cs-GROUP\"> </a></td><td>Group</td></tr><tr><td style=\"white-space:nowrap\">SUBGROUP<a name=\"coverage-class-cs-SUBGROUP\"> </a></td><td>Subgroup</td></tr><tr><td style=\"white-space:nowrap\">PLAN<a name=\"coverage-class-cs-PLAN\"> </a></td><td>Plan</td></tr><tr><td style=\"white-space:nowrap\">SUBPLAN<a name=\"coverage-class-cs-SUBPLAN\"> </a></td><td>Subplan</td></tr><tr><td style=\"white-space:nowrap\">CLASS<a name=\"coverage-class-cs-CLASS\"> </a></td><td>Class</td></tr><tr><td style=\"white-space:nowrap\">SUBCLASS<a name=\"coverage-class-cs-SUBCLASS\"> </a></td><td>Subclass</td></tr><tr><td style=\"white-space:nowrap\">SEQUENCE<a name=\"coverage-class-cs-SEQUENCE\"> </a></td><td>Sequence</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.dha.go.ke/eclaims/CodeSystem/coverage-class-cs"^^xsd:anyURI ;
fhir:l <https://fhir.dha.go.ke/eclaims/CodeSystem/coverage-class-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CoverageClassCS"] ; # 
  fhir:title [ fhir:v "Coverage Class Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-19T11:26:54+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dha.go.ke" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ]     ] )
  ] [
fhir:name [ fhir:v "eClaims Technical Working Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for insurance coverage class categories (MOH-Kenya OCL: COVERAGE-CLASS)"] ; # 
  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 true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "GROUP" ] ;
fhir:display [ fhir:v "Group" ]
  ] [
fhir:code [ fhir:v "SUBGROUP" ] ;
fhir:display [ fhir:v "Subgroup" ]
  ] [
fhir:code [ fhir:v "PLAN" ] ;
fhir:display [ fhir:v "Plan" ]
  ] [
fhir:code [ fhir:v "SUBPLAN" ] ;
fhir:display [ fhir:v "Subplan" ]
  ] [
fhir:code [ fhir:v "CLASS" ] ;
fhir:display [ fhir:v "Class" ]
  ] [
fhir:code [ fhir:v "SUBCLASS" ] ;
fhir:display [ fhir:v "Subclass" ]
  ] [
fhir:code [ fhir:v "SEQUENCE" ] ;
fhir:display [ fhir:v "Sequence" ]
  ] ) . #