@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/PractitionerRole/role-uselmann-plaerrer> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "role-uselmann-plaerrer"] ; # 
  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 role-uselmann-plaerrer</b></p><a name=\"role-uselmann-plaerrer\"> </a><a name=\"hcrole-uselmann-plaerrer\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-prac-uselmann.html\">Practitioner Lena Uselmann (official)</a></p><p><b>organization</b>: <a href=\"Organization-org-dental-mvz.html\">Organization Demo-Zahnarztpraxis MVZ Nürnberg</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:\">Zahnärztin</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <https://fhir.cognovis.de/dental/Practitioner/prac-uselmann> ;
     fhir:reference [ fhir:v "Practitioner/prac-uselmann" ]
  ] ; # 
  fhir:organization [
     fhir:l <https://fhir.cognovis.de/dental/Organization/org-dental-mvz> ;
     fhir:reference [ fhir:v "Organization/org-dental-mvz" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/practitioner-role>
       ] ;
       fhir:code [ fhir:v "doctor" ] ;
       fhir:display [ fhir:v "Doctor" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:text [ fhir:v "Zahnärztin" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

