0.1.0 - ci-build

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

: KNHTS.CLMSDGSONADM CodeSystem for claim diagnosis on admission - TTL Representation

Draft as of 2024-09-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "KNHTS.CLMSDGSONADM"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KNHTS.CLMSDGSONADM</b></p><a name=\"KNHTS.CLMSDGSONADM\"> </a><a name=\"hcKNHTS.CLMSDGSONADM\"> </a><a name=\"KNHTS.CLMSDGSONADM-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSDGSONADM</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\">CLMSDGSONADM01<a name=\"KNHTS.CLMSDGSONADM-CLMSDGSONADM01\"> </a></td><td>Y</td><td>Yes</td></tr><tr><td style=\"white-space:nowrap\">CLMSDGSONADM02<a name=\"KNHTS.CLMSDGSONADM-CLMSDGSONADM02\"> </a></td><td>N</td><td>No</td></tr><tr><td style=\"white-space:nowrap\">CLMSDGSONADM03<a name=\"KNHTS.CLMSDGSONADM-CLMSDGSONADM03\"> </a></td><td>U</td><td>Unknown</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSDGSONADM"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KNHTS_CLMS_DIAGNOSIS_ON_ADMISSION"] ; # 
  fhir:title [ fhir:v "KNHTS.CLMSDGSONADM CodeSystem for claim diagnosis on admission"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-06T09:59:02+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "intellisoftkenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "intellisoftkenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for KNHTS Claim diagnosis on admission"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "CLMSDGSONADM01" ] ;
fhir:display [ fhir:v "Y" ] ;
fhir:definition [ fhir:v "Yes" ]
  ] [
fhir:code [ fhir:v "CLMSDGSONADM02" ] ;
fhir:display [ fhir:v "N" ] ;
fhir:definition [ fhir:v "No" ]
  ] [
fhir:code [ fhir:v "CLMSDGSONADM03" ] ;
fhir:display [ fhir:v "U" ] ;
fhir:definition [ fhir:v "Unknown" ]
  ] ) . #