HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: Practitioner-Referrer-detail - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/PractitionerRole/3f85726c-ad2f-441b-89ce-100000000029> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "3f85726c-ad2f-441b-89ce-100000000029"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\">Ambulance interního lékařství, MUDr. Jiří Zdvořilý</div>"
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000032" ] ;
     fhir:Reference.display [ fhir:value "MUDr. Jiří Zdvořilý" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000033" ] ;
     fhir:Reference.display [ fhir:value "Ambulance interního lékařství, MUDr. Jiří Zdvořilý" ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:419192003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
       fhir:Coding.code [ fhir:value "419192003" ] ;
       fhir:Coding.display [ fhir:value "interní medicína" ]
     ]
  ] .

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

<http://hl7.org/fhir/PractitionerRole/3f85726c-ad2f-441b-89ce-100000000029.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/3f85726c-ad2f-441b-89ce-100000000029.ttl> .