Netherlands - Generic Functions for data exchange Implementation Guide
0.3.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.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

: Organization 2 - Practitioner Cardioloog Caroline van Dijk - TTL Representation

Raw ttl | Download


@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/Practitioner/ad2-p1> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ad2-p1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner" ;
       fhir:index 0 ;
       fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner>
     ], [
       fhir:value "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner" ;
       fhir:index 1 ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner>
     ]
  ] ;
  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: Practitioner ad2-p1</b></p><a name=\"ad2-p1\"> </a><a name=\"hcad2-p1\"> </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\">Profiles: <a href=\"StructureDefinition-nl-gf-practitioner.html\">NL Generic Functions Practitioner Profile</a>, <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner\">nl core HealthProfessional Practitioner</a></p></div><p><b>identifier</b>: <code>http://cp2.example.org/HRM/employees</code>/1234, <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1, <code>https://cp2-test.example.org/physicians</code>/040b160a-6072-4244-adc0-2b786c4ef052</p><p><b>name</b>: Caroline van Dijk(Official)</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://cp2.example.org/HRM/employees" ] ;
     fhir:Identifier.value [ fhir:value "1234" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/uzi" ] ;
     fhir:Identifier.value [ fhir:value "UZI-1" ]
  ], [
     fhir:index 2 ;
     fhir:Identifier.system [ fhir:value "https://cp2-test.example.org/physicians" ] ;
     fhir:Identifier.value [ fhir:value "040b160a-6072-4244-adc0-2b786c4ef052" ] ;
     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 "22222222" ]
       ]
     ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Caroline van Dijk" ] ;
     fhir:HumanName.family [ fhir:value "van Dijk" ] ;
     fhir:HumanName.given [
       fhir:value "Caroline" ;
       fhir:index 0
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/ad2-p1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/ad2-p1.ttl> .