@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/Organization/9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1</b></p><a name=\"9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1\"> </a><a name=\"hc9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1\"> </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\">Language: cs</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-organization-eu-core.html\">Organization (EU core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/krpzs</code>/27520561</p><p><b>name</b>: Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice</p><p><b>telecom</b>: <a href=\"tel:+420603853227\">+420603853227</a></p><p><b>address</b>: Václavská 570 Chrudim 53701 Česká republika (work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/krpzs" ] ;
     fhir:Identifier.value [ fhir:value "27520561" ]
  ] ;
  fhir:Organization.name [ fhir:value "Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+420603853227" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "Václavská 570" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Chrudim" ] ;
     fhir:Address.postalCode [ fhir:value "53701" ] ;
     fhir:Address.country [
       fhir:value "Česká republika" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-codedString" ] ;
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
           fhir:Coding.code [ fhir:value "CZ" ]
         ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Organization/9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

