@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "plugin-active-conditions-vs"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet plugin-active-conditions-vs

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "https://plugin.healthcare/fhir/ValueSet/plugin-active-conditions-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ci"] ; # fhir:name [ fhir:v "PluginActiveConditions"] ; # fhir:title [ fhir:v "Actieve diagnoses"] ; # 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 "Subset van actieve diagnoses voor `Condition.verificationStatus`"] ; # 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:compose [ fhir:include ( [ fhir:valueSet ( [ fhir:v "http://hl7.org/fhir/ValueSet/condition-ver-status"^^xsd:anyURI ; fhir:link ] ) ] ) ; fhir:exclude ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "refuted" ] ] [ fhir:code [ fhir:v "entered-in-error" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------