Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions

: NL GF WLZ Zorgprofielen ValueSet - TTL Representation

Active as of 2026-07-22

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/nl-gf-wlz-zorgprofielen-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nl-gf-wlz-zorgprofielen-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nl-gf-wlz-zorgprofielen-vs</b></p><a name=\"nl-gf-wlz-zorgprofielen-vs\"> </a><a name=\"hcnl-gf-wlz-zorgprofielen-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://decor.nictiz.nl/fhir/4.0/zib2020bbr-\">VerrichtingTypeCodelijsten</a></li><li>Include all codes defined in <a href=\"CodeSystem-nl-gf-wlz-zorgprofielen-cs.html\"><code>http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-wlz-zorgprofielen-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.3.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/nl-gf-wlz-zorgprofielen-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.3.0"] ;
  fhir:ValueSet.name [ fhir:value "NlGfWlzZorgprofielenVS"] ;
  fhir:ValueSet.title [ fhir:value "NL GF WLZ Zorgprofielen ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-22T10:22:29+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Stichting Nuts"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Stichting Nuts" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nuts.nl" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The WLZ Zorgprofielen supported by the NL Generic Functions."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "NL" ] ;
       fhir:Coding.display [ fhir:value "Netherlands" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.19--20200901000000" ;
         fhir:index 0 ;
         fhir:link <http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.19--20200901000000>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-wlz-zorgprofielen-cs" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/nl-gf-wlz-zorgprofielen-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/nl-gf-wlz-zorgprofielen-vs.ttl> .