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.CLMSCRTMRL CodeSystem for claim care team role - 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.CLMSCRTMRL"] ; # 
  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.CLMSCRTMRL</b></p><a name=\"KNHTS.CLMSCRTMRL\"> </a><a name=\"hcKNHTS.CLMSCRTMRL\"> </a><a name=\"KNHTS.CLMSCRTMRL-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSCRTMRL</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\">CLMSCRTMRL01<a name=\"KNHTS.CLMSCRTMRL-CLMSCRTMRL01\"> </a></td><td>PRIMARY</td><td>Primary</td></tr><tr><td style=\"white-space:nowrap\">CLMSCRTMRL02<a name=\"KNHTS.CLMSCRTMRL-CLMSCRTMRL02\"> </a></td><td>ASSIST</td><td>Assist</td></tr><tr><td style=\"white-space:nowrap\">CLMSCRTMRL03<a name=\"KNHTS.CLMSCRTMRL-CLMSCRTMRL03\"> </a></td><td>SUPERVISOR</td><td>Supervisor</td></tr><tr><td style=\"white-space:nowrap\">CLMSCRTMRL04<a name=\"KNHTS.CLMSCRTMRL-CLMSCRTMRL04\"> </a></td><td>OTHER</td><td>Other</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSCRTMRL"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KNHTS_CLMS_CARE_TEAM_ROLE"] ; # 
  fhir:title [ fhir:v "KNHTS.CLMSCRTMRL CodeSystem for claim care team role"] ; # 
  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 care team role"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "CLMSCRTMRL01" ] ;
fhir:display [ fhir:v "PRIMARY" ] ;
fhir:definition [ fhir:v "Primary" ]
  ] [
fhir:code [ fhir:v "CLMSCRTMRL02" ] ;
fhir:display [ fhir:v "ASSIST" ] ;
fhir:definition [ fhir:v "Assist" ]
  ] [
fhir:code [ fhir:v "CLMSCRTMRL03" ] ;
fhir:display [ fhir:v "SUPERVISOR" ] ;
fhir:definition [ fhir:v "Supervisor" ]
  ] [
fhir:code [ fhir:v "CLMSCRTMRL04" ] ;
fhir:display [ fhir:v "OTHER" ] ;
fhir:definition [ fhir:v "Other" ]
  ] ) . #