@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "dhd-dx-thesaurus"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "https://plugin.healthcare/fhir/ValueSet/dhd-dx-thesaurus"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-ci"] ; #
fhir:name [ fhir:v "DHDDiagnoseThesaurus"] ; #
fhir:title [ fhir:v "DHD DiagnoseThesaurus"] ; #
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 "Diagnoses, zoals gecodeerd/gebruikt binnen de DHD DiagnoseThesaurus."] ; #
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:immutable [ fhir:v "true"^^xsd:boolean] ; #
fhir:copyright [ fhir:v "Used by permission of the PLUGIN team, all rights reserved Creative Commons License"] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "https://plugin.healthcare/fhir/CodeSystem/dhd-dx-thesaurus"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------