German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Zahnarztrolle Dr. Schöll (Gibitzenhof) - 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 "role-schoell-gibitzenhof"] ; # 
  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-schoell-gibitzenhof</b></p><a name=\"role-schoell-gibitzenhof\"> </a><a name=\"hcrole-schoell-gibitzenhof\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-prac-schoell.html\">Practitioner Martin Schöll (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:\">Zahnarzt</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
fhir:l fhir:Practitioner/prac-schoell ;
fhir:reference [ fhir:v "Practitioner/prac-schoell" ]
  ] ; # 
  fhir:organization [
fhir:l fhir: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 "Zahnarzt" ]
  ] ) . #