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

Generated Narrative: CodeSystem nkr-vitstat

This code system https://plugin.healthcare/fhir/CodeSystem/nkr-vitstat defines the following codes:

CodeDisplayDefinitionComments
0 levendLevend.Levend.
1 overledenOverleden.Overleden
" ] ; # fhir:url [ fhir:v "https://plugin.healthcare/fhir/CodeSystem/nkr-vitstat"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ci"] ; # fhir:name [ fhir:v "NKRVitaleStatus"] ; # fhir:title [ fhir:v "NKR Vitale Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2024-10-30T15:39:34+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "PLUGIN"] ; # fhir:contact ( [ fhir:name [ fhir:v "PLUGIN" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://plugin.healthcare" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "m.sieswerda@iknl.nl" ] ] ) ] ) ; # fhir:description [ fhir:v "Vitale status zoals gebruikt binnen de NKR."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "528" ] ; fhir:display [ fhir:v "NL" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Used by permission of the PLUGIN team, all rights reserved Creative Commons License"] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "Levend." ] ] ) ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "levend" ] ; fhir:definition [ fhir:v "Levend." ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "Overleden" ] ] ) ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "overleden" ] ; fhir:definition [ fhir:v "Overleden." ] ] ) . # # -------------------------------------------------------------------------------------