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

: Organization 2 - PractitionerRole Cardioloog Caroline van Dijk at Organization 2 - TTL Representation

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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f051d3bd-26ff-4030-a5b6-fc4ef2be83ba"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"^^xsd:anyURI ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole>     ] )
  ] ; # 
  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: PractitionerRole f051d3bd-26ff-4030-a5b6-fc4ef2be83ba</b></p><a name=\"f051d3bd-26ff-4030-a5b6-fc4ef2be83ba\"> </a><a name=\"hcf051d3bd-26ff-4030-a5b6-fc4ef2be83ba\"> </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>http://cp2.example.org/HRM/assignments</code>/123456, <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1</p><p><b>practitioner</b>: <a href=\"Practitioner-040b160a-6072-4244-adc0-2b786c4ef052.html\">Practitioner Caroline van Dijk(official)</a></p><p><b>organization</b>: <a href=\"Organization-cff921f3-c1c1-4a4c-8f0f-cafd0aa25067.html\">Organization example Hospital</a></p><p><b>code</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode 01.010}\">Cardioloog</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode 01.010}\">Cardioloog</span></p><p><b>telecom</b>: <a href=\"mailto:c.vandijk@cp2.example.org\">c.vandijk@cp2.example.org</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://cp2.example.org/HRM/assignments"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/uzi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UZI-1" ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/040b160a-6072-4244-adc0-2b786c4ef052" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01.010" ] ;
fhir:display [ fhir:v "Cardioloog" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01.010" ] ;
fhir:display [ fhir:v "Cardioloog" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "c.vandijk@cp2.example.org" ]
  ] ) . #