@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/hdr/Location/sample-cz-location-2> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "sample-cz-location-2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-location-core" ;
       fhir:index 0 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-location-core>
     ]
  ] ;
  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: Location sample-cz-location-2</b></p><a name=\"sample-cz-location-2\"> </a><a name=\"hcsample-cz-location-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-location-core.html\">Location (CZ core)</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Nemocnice Praha - Oddělení A</p><p><b>description</b>: Oddělení A v hlavní nemocnici v Praze</p><p><b>telecom</b>: <a href=\"tel:+420123456789\">+420 123 456 789</a></p><p><b>address</b>: Vinohradská 800/14, 120 00 Praha 2, Česká republika(work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169.html\">Organization Nemocnice Chrudim</a></p><p><b>partOf</b>: <a href=\"Location-Location-5.html\">Klinika Chirurgie</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Nemocnice Praha - Oddělení A"] ;
  fhir:Location.description [ fhir:value "Oddělení A v hlavní nemocnici v Praze"] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+420 123 456 789" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "both" ] ;
     fhir:Address.text [ fhir:value "Vinohradská 800/14, 120 00 Praha 2, Česká republika" ] ;
     fhir:Address.line [
       fhir:value "Vinohradská 800/14" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Praha" ] ;
     fhir:Address.postalCode [ fhir:value "120 00" ] ;
     fhir:Address.country [ fhir:value "CZ" ]
  ] ;
  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:link <https://hl7.cz/fhir/hdr/Organization/ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169> ;
     fhir:Reference.reference [ fhir:value "Organization/ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169" ]
  ] ;
  fhir:Location.partOf [
     fhir:link <https://hl7.cz/fhir/hdr/Location/Location-5> ;
     fhir:Reference.reference [ fhir:value "Location/Location-5" ] ;
     fhir:Reference.display [ fhir:value "Klinika Chirurgie" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.cz/fhir/hdr/Location/sample-cz-location-2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

