@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "KNHTS.CLMSACCOMODATIONTYPE"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem KNHTS.CLMSACCOMODATIONTYPE

This case-insensitive code system https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSACCOMODATIONTYPE defines the following codes:

CodeDisplayDefinition
CLMSACCTYPES01 FEMALE_MEDICALFemale Medical
CLMSACCTYPES02 MALE_MEDICALMale Medical
CLMSACCTYPES03 FEMALE_SURGICALFemale Surgical
CLMSACCTYPES04 MALE_SURGICALMale Surgical
CLMSACCTYPES05 GYNAECOLOGYGynaecology
CLMSACCTYPES06 MATERNITYMaternity
CLMSACCTYPES07 NBUNew Born Unit
CLMSACCTYPES08 PSYCHIATRICPsychiatric Unit
CLMSACCTYPES09 BURNSBurns
CLMSACCTYPES10 ICUIntensive Care Unit
CLMSACCTYPES11 HDUHigh Dependency Unit
CLMSACCTYPES12 NICUNeonatal Intensive Care Unit
CLMSACCTYPES13 ISOLATIONIsolation
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSACCOMODATIONTYPE"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_CLMS_ACCOMODATIONTYPES"] ; # fhir:title [ fhir:v "KNHTS.CLMSACCOMODATIONTYPE CodeSystem for claim accomodation type"] ; # 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 Accomodation Types"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "13"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "CLMSACCTYPES01" ] ; fhir:display [ fhir:v "FEMALE_MEDICAL" ] ; fhir:definition [ fhir:v "Female Medical" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES02" ] ; fhir:display [ fhir:v "MALE_MEDICAL" ] ; fhir:definition [ fhir:v "Male Medical" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES03" ] ; fhir:display [ fhir:v "FEMALE_SURGICAL" ] ; fhir:definition [ fhir:v "Female Surgical" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES04" ] ; fhir:display [ fhir:v "MALE_SURGICAL" ] ; fhir:definition [ fhir:v "Male Surgical" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES05" ] ; fhir:display [ fhir:v "GYNAECOLOGY" ] ; fhir:definition [ fhir:v "Gynaecology" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES06" ] ; fhir:display [ fhir:v "MATERNITY" ] ; fhir:definition [ fhir:v "Maternity" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES07" ] ; fhir:display [ fhir:v "NBU" ] ; fhir:definition [ fhir:v "New Born Unit" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES08" ] ; fhir:display [ fhir:v "PSYCHIATRIC" ] ; fhir:definition [ fhir:v "Psychiatric Unit" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES09" ] ; fhir:display [ fhir:v "BURNS" ] ; fhir:definition [ fhir:v "Burns" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES10" ] ; fhir:display [ fhir:v "ICU" ] ; fhir:definition [ fhir:v "Intensive Care Unit" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES11" ] ; fhir:display [ fhir:v "HDU" ] ; fhir:definition [ fhir:v "High Dependency Unit" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES12" ] ; fhir:display [ fhir:v "NICU" ] ; fhir:definition [ fhir:v "Neonatal Intensive Care Unit" ] ] [ fhir:code [ fhir:v "CLMSACCTYPES13" ] ; fhir:display [ fhir:v "ISOLATION" ] ; fhir:definition [ fhir:v "Isolation" ] ] ) . # # -------------------------------------------------------------------------------------