@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/kps/CodeSystem/knhts-clms-typs-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "knhts-clms-typs-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 knhts-clms-typs-cs</b></p><a name=\"knhts-clms-typs-cs\"> </a><a name=\"hcknhts-clms-typs-cs\"> </a><p>This case-insensitive code system <code>https://fhir.dha.go.ke/kps/CodeSystem/knhts-clms-typs-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\">CLMTPS01<a name=\"knhts-clms-typs-cs-CLMTPS01\"> </a></td><td>OUTPATIENT</td><td>Claim for outpatient services.</td></tr><tr><td style=\"white-space:nowrap\">CLMTPS02<a name=\"knhts-clms-typs-cs-CLMTPS02\"> </a></td><td>INPATIENT</td><td>Claim for in-patient services.</td></tr><tr><td style=\"white-space:nowrap\">CLMTPS03<a name=\"knhts-clms-typs-cs-CLMTPS03\"> </a></td><td>DAY_CASE</td><td>Claim for day case services e.g. day surgery.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.dha.go.ke/kps/CodeSystem/knhts-clms-typs-cs"^^xsd:anyURI ;
     fhir:l <https://fhir.dha.go.ke/kps/CodeSystem/knhts-clms-typs-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KNHTS_CLMS_TYPS"] ; # 
  fhir:title [ fhir:v "KNHTS.CLMSTPS CodeSystem for claim types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-11T04:59:51+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://www.dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
     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://www.dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for KNHTS Claim types"] ; # 
  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:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "CLMTPS01" ] ;
     fhir:display [ fhir:v "OUTPATIENT" ] ;
     fhir:definition [ fhir:v "Claim for outpatient services." ]
  ] [
     fhir:code [ fhir:v "CLMTPS02" ] ;
     fhir:display [ fhir:v "INPATIENT" ] ;
     fhir:definition [ fhir:v "Claim for in-patient services." ]
  ] [
     fhir:code [ fhir:v "CLMTPS03" ] ;
     fhir:display [ fhir:v "DAY_CASE" ] ;
     fhir:definition [ fhir:v "Claim for day case services e.g. day surgery." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

