@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/praxis/PractitionerRole/example-practitionerrole-reading-radiologist> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-practitionerrole-reading-radiologist"] ; # 
  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 example-practitionerrole-reading-radiologist</b></p><a name=\"example-practitionerrole-reading-radiologist\"> </a><a name=\"hcexample-practitionerrole-reading-radiologist\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner-radiologin.html\">Practitioner Andrea Fischer (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/radiology-role ReadingRadiologist}\">Reading Radiologist</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner-radiologin> ;
     fhir:reference [ fhir:v "Practitioner/example-practitioner-radiologin" ]
  ] ; # 
  fhir:organization [
     fhir:l <https://fhir.cognovis.de/praxis/Organization/example-organization> ;
     fhir:reference [ fhir:v "Organization/example-organization" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/radiology-role"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/radiology-role>
       ] ;
       fhir:code [ fhir:v "ReadingRadiologist" ] ;
       fhir:display [ fhir:v "Reading Radiologist" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

