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

Generated Narrative: CodeSystem KNHTS.FACILITYLEVEL

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

CodeDisplayDefinition
l1 L1L1
l2 L2L2
l3 L3L3
l4 L4L4
l5 L5L5
l6 L6L6
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.FACILITYLEVEL"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "FACILITYLEVEL"] ; # fhir:title [ fhir:v "CodeSystem for Facility level"] ; # 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 Facility level"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "l1" ] ; fhir:display [ fhir:v "L1" ] ; fhir:definition [ fhir:v "L1" ] ] [ fhir:code [ fhir:v "l2" ] ; fhir:display [ fhir:v "L2" ] ; fhir:definition [ fhir:v "L2" ] ] [ fhir:code [ fhir:v "l3" ] ; fhir:display [ fhir:v "L3" ] ; fhir:definition [ fhir:v "L3" ] ] [ fhir:code [ fhir:v "l4" ] ; fhir:display [ fhir:v "L4" ] ; fhir:definition [ fhir:v "L4" ] ] [ fhir:code [ fhir:v "l5" ] ; fhir:display [ fhir:v "L5" ] ; fhir:definition [ fhir:v "L5" ] ] [ fhir:code [ fhir:v "l6" ] ; fhir:display [ fhir:v "L6" ] ; fhir:definition [ fhir:v "L6" ] ] ) . # # -------------------------------------------------------------------------------------