@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://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/nl-gf-data-exchange-capabilities-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nl-gf-data-exchange-capabilities-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-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><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-data-exchange-capabilities-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.3.0"] ;
  fhir:ValueSet.name [ fhir:value "NlGfDataExchangeCapabilitiesVS"] ;
  fhir:ValueSet.title [ fhir:value "NL GF Data exchange capabilities"] ;
  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 data exchange capabilities 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://hl7.org/fhir/ValueSet/endpoint-payload-type" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org/fhir/ValueSet/endpoint-payload-type>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/nl-gf-data-exchange-capabilities-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

