Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build
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
| Active as of 2026-01-01 |
@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/PlanDefinition/np-bgz-plandefinition> a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "np-bgz-plandefinition"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">np-bgz-plandefinition</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-np-bgz-plandefinition.html\">BgZ — Basisgegevensset Zorg</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.3.0</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">BgZ — Basisgegevensset Zorg</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2026-01-01</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">Stichting Nuts</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">NL</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> Patient demographics:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Problem list:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Laboratory results (last known per type):</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"
] ;
fhir:PlanDefinition.url [ fhir:value "http://nictiz.nl/fhir/PlanDefinition/bgz"] ;
fhir:PlanDefinition.version [ fhir:value "0.3.0"] ;
fhir:PlanDefinition.name [ fhir:value "BgZDataset"] ;
fhir:PlanDefinition.title [ fhir:value "BgZ — Basisgegevensset Zorg"] ;
fhir:PlanDefinition.status [ fhir:value "active"] ;
fhir:PlanDefinition.date [ fhir:value "2026-01-01"^^xsd:date] ;
fhir:PlanDefinition.publisher [ fhir:value "Stichting Nuts"] ;
fhir:PlanDefinition.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:PlanDefinition.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:PlanDefinition.action [
fhir:index 0 ;
fhir:PlanDefinition.action.title [ fhir:value "Patient demographics" ] ;
fhir:PlanDefinition.action.input [
fhir:index 0 ;
fhir:DataRequirement.type [ fhir:value "Patient" ]
]
], [
fhir:index 1 ;
fhir:PlanDefinition.action.title [ fhir:value "Problem list" ] ;
fhir:PlanDefinition.action.input [
fhir:index 0 ;
fhir:DataRequirement.type [ fhir:value "Condition" ]
]
], [
fhir:index 2 ;
fhir:PlanDefinition.action.title [ fhir:value "Laboratory results (last known per type)" ] ;
fhir:PlanDefinition.action.input [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://example.org/fhir/StructureDefinition/fhir-query-string" ] ;
fhir:Extension.valueString [ fhir:value "Observation/$lastn?category=http://snomed.info/sct|275711006&_include=Observation:specimen" ]
] ;
fhir:DataRequirement.type [ fhir:value "Observation" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PlanDefinition/np-bgz-plandefinition.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PlanDefinition/np-bgz-plandefinition.ttl> .
IG © 2025+ Stichting Nuts. Package fhir.nl.gf#0.3.0 based on FHIR 4.0.1. Generated 2026-09-07
Links: Table of Contents |
QA Report