This page is part of the MyHealth@Eu Patient Summary (v1.0.0-poc: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: PractitionerRole (EPS) - 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/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/practitionerRole-myhealtheu-eps" ;
fhir:index 0 ;
fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/practitionerRole-myhealtheu-eps>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Dr. Hel Ping - BfA-Klinik</p></div>"
] ;
fhir:PractitionerRole.practitioner [
fhir:link <http://hl7.org/fhir/Practitioner/3752dacc-a6e8-4cdd-b82f-92e1647de816> ;
fhir:Reference.reference [ fhir:value "Practitioner/3752dacc-a6e8-4cdd-b82f-92e1647de816" ]
] ;
fhir:PractitionerRole.organization [
fhir:link <http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> ;
fhir:Reference.reference [ fhir:value "Organization/ce815734-508a-4c1d-8b63-01e1d02a5614" ]
] .
<http://hl7.org/fhir/Practitioner/3752dacc-a6e8-4cdd-b82f-92e1647de816> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b.ttl> .