@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 -------------------------------------------------------------------

<https://fhir.dha.go.ke/eclaims/CodeSystem/ExclusionCS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExclusionCS"] ; # 
  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 ExclusionCS</b></p><a name=\"ExclusionCS\"> </a><a name=\"hcExclusionCS\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/eclaims/CodeSystem/ExclusionCS</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\">COSMETIC<a name=\"ExclusionCS-COSMETIC\"> </a></td><td>Cosmetic</td></tr><tr><td style=\"white-space:nowrap\">EXPERIMENTAL<a name=\"ExclusionCS-EXPERIMENTAL\"> </a></td><td>Experimental</td></tr><tr><td style=\"white-space:nowrap\">ELECTIVE<a name=\"ExclusionCS-ELECTIVE\"> </a></td><td>Elective</td></tr><tr><td style=\"white-space:nowrap\">OUT-OF-NETWORK<a name=\"ExclusionCS-OUT-OF-NETWORK\"> </a></td><td>Out of Network</td></tr><tr><td style=\"white-space:nowrap\">NON-FORMULARY-DRUG<a name=\"ExclusionCS-NON-FORMULARY-DRUG\"> </a></td><td>Non Formulary Drug</td></tr><tr><td style=\"white-space:nowrap\">INFERTILITY<a name=\"ExclusionCS-INFERTILITY\"> </a></td><td>Infertility</td></tr><tr><td style=\"white-space:nowrap\">PRE-EXISTING-CONDITION<a name=\"ExclusionCS-PRE-EXISTING-CONDITION\"> </a></td><td>Pre Existing Condition</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.dha.go.ke/eclaims/CodeSystem/ExclusionCS"^^xsd:anyURI ;
     fhir:l <https://fhir.dha.go.ke/eclaims/CodeSystem/ExclusionCS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ExclusionCS"] ; # 
  fhir:title [ fhir:v "Exclusion Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-19T11:24:13+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 "A code system that defines Exclusion"] ; # 
  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 "COSMETIC" ] ;
     fhir:display [ fhir:v "Cosmetic" ]
  ] [
     fhir:code [ fhir:v "EXPERIMENTAL" ] ;
     fhir:display [ fhir:v "Experimental" ]
  ] [
     fhir:code [ fhir:v "ELECTIVE" ] ;
     fhir:display [ fhir:v "Elective" ]
  ] [
     fhir:code [ fhir:v "OUT-OF-NETWORK" ] ;
     fhir:display [ fhir:v "Out of Network" ]
  ] [
     fhir:code [ fhir:v "NON-FORMULARY-DRUG" ] ;
     fhir:display [ fhir:v "Non Formulary Drug" ]
  ] [
     fhir:code [ fhir:v "INFERTILITY" ] ;
     fhir:display [ fhir:v "Infertility" ]
  ] [
     fhir:code [ fhir:v "PRE-EXISTING-CONDITION" ] ;
     fhir:display [ fhir:v "Pre Existing Condition" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

