@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.eu/fhir/hdr/PractitionerRole/2b7e9637-5018-4542-9faf-d5abdee7b849> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "2b7e9637-5018-4542-9faf-d5abdee7b849"] ;
  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\">MUDr. Ivan Anděl, interní lékař, Nemocnice Chrudim, Václavská 570, 537 01 Chrudim, tel: +420 603 777 227</div>"
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "urn:uuid:a81e74c9-fe94-4eb1-9233-4c8f0b2d4e3a" ] ;
     fhir:Reference.display [ fhir:value "MUDr. Ivan Anděl" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "urn:uuid:ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169" ] ;
     fhir:Reference.display [ fhir:value "Nemocnice Chrudim" ]
  ] ;
  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.eu/fhir/hdr/PractitionerRole/2b7e9637-5018-4542-9faf-d5abdee7b849.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

