Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: PraxisTI PractitionerRole - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/b9eb9668-b61e-43b5-b3ea-485234836d59> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "b9eb9668-b61e-43b5-b3ea-485234836d59"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole b9eb9668-b61e-43b5-b3ea-485234836d59</b></p><a name=\"b9eb9668-b61e-43b5-b3ea-485234836d59\"> </a><a name=\"hcb9eb9668-b61e-43b5-b3ea-485234836d59\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-498c345f-31f5-4da6-9f04-00fa2bc8af7c.html\">Dr. Max Manfred Mustermann</a></p><p><b>organization</b>: <a href=\"Organization-450a9511-53e5-4af7-be36-a18444bb8dd2.html\">Die Hausarztpraxis</a></p></div>"
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/498c345f-31f5-4da6-9f04-00fa2bc8af7c> ;
     fhir:Reference.reference [ fhir:value "Practitioner/498c345f-31f5-4da6-9f04-00fa2bc8af7c" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
           fhir:Coding.code [ fhir:value "PRN" ] ;
           fhir:Coding.display [ fhir:value "Provider number" ]
         ]
       ] ;
       fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
       fhir:Identifier.value [ fhir:value "1-1.58.00000056" ]
     ] ;
     fhir:Reference.display [ fhir:value "Dr. Max Manfred Mustermann" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/450a9511-53e5-4af7-be36-a18444bb8dd2> ;
     fhir:Reference.reference [ fhir:value "Organization/450a9511-53e5-4af7-be36-a18444bb8dd2" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
           fhir:Coding.code [ fhir:value "PRN" ] ;
           fhir:Coding.display [ fhir:value "Provider number" ]
         ]
       ] ;
       fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
       fhir:Identifier.value [ fhir:value "9-2.58.00000089" ]
     ] ;
     fhir:Reference.display [ fhir:value "Die Hausarztpraxis" ]
  ] .

<http://hl7.org/fhir/Practitioner/498c345f-31f5-4da6-9f04-00fa2bc8af7c> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/450a9511-53e5-4af7-be36-a18444bb8dd2> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/b9eb9668-b61e-43b5-b3ea-485234836d59.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/b9eb9668-b61e-43b5-b3ea-485234836d59.ttl> .