RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Zorgviewer probleem naam waardelijst - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ProbleemNaamCodelist"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-ICD10dut.html\"><code>http://hl7.org/fhir/sid/icd-10-nl</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-ICPC-1-NL.html\"><code>http://hl7.org/fhir/sid/icpc-1-nl</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.nl/fhir/zorgviewer/ValueSet/ProbleemNaamCodelist"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.25.0"] ; #
fhir:name [ fhir:v "ProbleemNaamCodelist"] ; #
fhir:title [ fhir:v "Zorgviewer probleem naam waardelijst"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-05-13T07:45:32+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "RIVO-NN HL7NL"] ; #
fhir:contact ( [
fhir:name [ fhir:v "RIVO-NN" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://rivo-noord.nl" ] ] )
] [
fhir:name [ fhir:v "HL7NL" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.nl" ] ] )
] ) ; #
fhir:description [ fhir:v "De Zorgviewer probleem naam waardelijst o.b.v. de DHD Diagnose Thesaurus (SNOMED CT en ICD-10-nl codes) en de ICPC-1 NL coderingen vanuit de huisartsen"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NL" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icpc-1-nl"^^xsd:anyURI ] ] )
] . #