Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KoppelMij-PractitionerRole-Vonk - 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 "KoppelMij-PractitionerRole-Vonk"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Zorgverlenerrol: Psychiater<br/>Zorgverlener: Vonk<br/>Organisatie: GGZ</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/KoppelMij-Practitioner-Vonk" ] ;
fhir:display [ fhir:v "M. Vonk" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/KoppelMij-Organization-GGZ" ] ;
fhir:display [ fhir:v "GGZ " ]
  ] ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0329" ] ;
fhir:display [ fhir:v "Psychiatrie" ]     ] )
  ] ) . #