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-De-Haard - 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-De-Haard"] ; #
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: Huisarts, apotheekhoudend<br/>Zorgverlener: Haard, de<br/>Organisatie: Huisartsenpraktijk Medrie</div>"^^rdf:XMLLiteral
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/KoppelMij-Practitioner-De-Haard" ] ;
fhir:display [ fhir:v "A. de Haard" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/KoppelMij-Organization-Huisartsenpraktijk-Medrie" ] ;
fhir:display [ fhir:v "Huisartstenpraktijk Medrie" ]
] ; #
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 "0110" ] ;
fhir:display [ fhir:v "Huisarts, apotheekhoudend" ] ] )
] ) . #