Netherlands - Generic Functions for data exchange Implementation Guide
0.1.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide, published by Ministerie van Volksgezondheid, Welzijn en Sport. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/minvws/generiekefuncties-docs/ and changes regularly. See the Directory of published versions

: Organization 1 - PractitionerRole Harry Arts - 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 "ad1-pr1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-practitionerrole"^^xsd:anyURI ;
fhir:l <http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ad1-pr1</b></p><a name=\"ad1-pr1\"> </a><a name=\"hcad1-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://cp1-test.example.org/employees</code>/5fa4c91a-a12f-48ae-a4c7-92971dc7ab53</p><p><b>practitioner</b>: <a href=\"Practitioner-ad1-p1.html\">Practitioner Hary Arts(official)</a></p><p><b>organization</b>: <a href=\"Organization-ad1-o1.html\">Organization example General Practice</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.015}\">Huisarts</span></p><p><b>telecom</b>: <a href=\"mailto:h.arts@cp1.example.org\">h.arts@cp1.example.org</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://cp1-test.example.org/employees"^^xsd:anyURI ;
fhir:l <https://cp1-test.example.org/employees>     ] ;
fhir:value [ fhir:v "5fa4c91a-a12f-48ae-a4c7-92971dc7ab53" ] ;
fhir:assigner [
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>             ] ;
fhir:code [ fhir:v "author" ]           ] )         ] ;
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/ura>         ] ;
fhir:value [ fhir:v "11111111" ]       ]     ]
  ] ) ; # 
  fhir:practitioner [
fhir:l fhir:Practitioner/ad1-p1 ;
fhir:reference [ fhir:v "Practitioner/ad1-p1" ]
  ] ; # 
  fhir:organization [
fhir:l fhir:Organization/ad1-o1 ;
fhir:reference [ fhir:v "Organization/ad1-o1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/uzi-rolcode"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/uzi-rolcode>       ] ;
fhir:code [ fhir:v "01.015" ] ;
fhir:display [ fhir:v "Huisarts" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "h.arts@cp1.example.org" ]
  ] ) . #