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

Generated Narrative: CodeSystem KNHTS.VSTRSN

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

CodeDisplayDefinition
VSTRSN01 NEW_VISITNew Visit
VSTRSN02 FOLLOW_UPFollow Up
VSTRSN03 REFILLRefill
VSTRSN04 WALK_INWalk in
VSTRSN05 REFERRALReferral
" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.VSTRSN"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KNHTS_VISIT_REASON"] ; # fhir:title [ fhir:v "KNHTS.VSTRSN CodeSystem for Visit Reason"] ; # 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 Visit Reason"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "VSTRSN01" ] ; fhir:display [ fhir:v "NEW_VISIT" ] ; fhir:definition [ fhir:v "New Visit" ] ] [ fhir:code [ fhir:v "VSTRSN02" ] ; fhir:display [ fhir:v "FOLLOW_UP" ] ; fhir:definition [ fhir:v "Follow Up" ] ] [ fhir:code [ fhir:v "VSTRSN03" ] ; fhir:display [ fhir:v "REFILL" ] ; fhir:definition [ fhir:v "Refill" ] ] [ fhir:code [ fhir:v "VSTRSN04" ] ; fhir:display [ fhir:v "WALK_IN" ] ; fhir:definition [ fhir:v "Walk in" ] ] [ fhir:code [ fhir:v "VSTRSN05" ] ; fhir:display [ fhir:v "REFERRAL" ] ; fhir:definition [ fhir:v "Referral" ] ] ) . # # -------------------------------------------------------------------------------------