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
@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/PractitionerRole/ad3-pr1> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ad3-pr1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole" ;
fhir:index 0 ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole>
]
] ;
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: PractitionerRole ad3-pr1</b></p><a name=\"ad3-pr1\"> </a><a name=\"hcad3-pr1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-practitionerrole.html\">NL Generic Functions PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>https://cp3-test.example.org/employees</code>/d60525bd-5caf-4437-8f4b-4156300a27de</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ad3-p1.html\">Practitioner John Doe </a></p><p><b>organization</b>: <a href=\"Organization-ad3-o1.html\">Organization example Care Institution</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.022}\">Klinisch geriater</span></p><p><b>specialty</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.6.7 0335}\">Medisch specialisten, geriatrie</span>, <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.022}\">Klinisch geriater</span></p><p><b>telecom</b>: <a href=\"tel:+31301234568\">+31301234568</a>, <a href=\"mailto:john.doe@cp3.example.org\">john.doe@cp3.example.org</a>, <a href=\"https://matrix.to/#doctorno:cp3.example.org\">https://matrix.to/#doctorno:cp3.example.org</a></p></div>"
] ;
fhir:PractitionerRole.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/employees" ] ;
fhir:Identifier.value [ fhir:value "d60525bd-5caf-4437-8f4b-4156300a27de" ] ;
fhir:Identifier.assigner [
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "author" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
fhir:Identifier.value [ fhir:value "33333333" ]
]
]
] ;
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
fhir:PractitionerRole.practitioner [
fhir:link <http://hl7.org/fhir/Practitioner/ad3-p1> ;
fhir:Reference.reference [ fhir:value "Practitioner/ad3-p1" ]
] ;
fhir:PractitionerRole.organization [
fhir:link <http://hl7.org/fhir/Organization/ad3-o1> ;
fhir:Reference.reference [ fhir:value "Organization/ad3-o1" ]
] ;
fhir:PractitionerRole.code [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/uzi-rolcode" ] ;
fhir:Coding.code [ fhir:value "01.022" ] ;
fhir:Coding.display [ fhir:value "Klinisch geriater" ]
]
] ;
fhir:PractitionerRole.specialty [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.6.7" ] ;
fhir:Coding.code [ fhir:value "0335" ] ;
fhir:Coding.display [ fhir:value "Medisch specialisten, geriatrie" ]
]
], [
fhir:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/uzi-rolcode" ] ;
fhir:Coding.code [ fhir:value "01.022" ] ;
fhir:Coding.display [ fhir:value "Klinisch geriater" ]
]
] ;
fhir:PractitionerRole.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+31301234568" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "john.doe@cp3.example.org" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 2 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://matrix.to/#doctorno:cp3.example.org" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] .
<http://hl7.org/fhir/Practitioner/ad3-p1> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/ad3-o1> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/ad3-pr1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/ad3-pr1.ttl> .
IG © 2025+ Stichting Nuts. Package fhir.nl.gf#0.3.0 based on FHIR 4.0.1. Generated 2026-07-22
Links: Table of Contents |
QA Report