@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.eu/fhir/hdr/Location/3f85726c-ad2f-441b-89ce-10000000002b> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "3f85726c-ad2f-441b-89ce-10000000002b"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/location-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/location-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\">Oddělení CHIR-JIP nemocnice Chrudim</div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Nemocnice Chrudim - Oddělení CHIR-JIP"] ;
  fhir:Location.description [ fhir:value "Oddělení chirurgie JIP v nemocnici v Chrudimi"] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+420 123 456 888" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "bu" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:Reference.reference [ fhir:value "urn:uuid:ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Location/3f85726c-ad2f-441b-89ce-10000000002b.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

