Netherlands - Generic Functions for data exchange Implementation Guide
0.2.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.2.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 Data exchange capabilities - TTL Representation

Active as of 2025-09-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "nl-gf-data-exchange-capabilities-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nl-gf-data-exchange-capabilities-vs</b></p><a name=\"nl-gf-data-exchange-capabilities-vs\"> </a><a name=\"hcnl-gf-data-exchange-capabilities-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://hl7.org/fhir/R4/valueset-endpoint-payload-type.html\">Endpoint Payload Type</a></li><li>Include all codes defined in <a href=\"CodeSystem-nl-gf-data-exchange-capabilities.html\"><code>http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/nl-gf-data-exchange-capabilities-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "NlGfDataExchangeCapabilitiesVS"] ; # 
  fhir:title [ fhir:v "NL GF Data exchange capabilities"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-09-26T09:57:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Stichting Nuts"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Stichting Nuts" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nuts.nl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The data exchange capabilities supported by the NL Generic Functions."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NL" ] ;
fhir:display [ fhir:v "Netherlands" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/endpoint-payload-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/endpoint-payload-type>       ] )     ] [
fhir:system [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities"^^xsd:anyURI ]     ] )
  ] . #