HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: Organization-L1-HOSP - 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/Organization/a4641bd0-34af-4038-a7db-872d08a54df9> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "a4641bd0-34af-4038-a7db-872d08a54df9"] ;
  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 a4641bd0-34af-4038-a7db-872d08a54df9</b></p><a name=\"a4641bd0-34af-4038-a7db-872d08a54df9\"> </a><a name=\"hca4641bd0-34af-4038-a7db-872d08a54df9\"> </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/icp</code>/12345678</p><p><b>name</b>: CHIR-L2 - Lůžková stanice 2</p><p><b>telecom</b>: <a href=\"tel:+42060385111\">+42060385111</a></p><p><b>address</b>: Václavská 570 Chrudim 53701 Česká republika (work)</p><p><b>partOf</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-af2b3114-e872-43b9-9875-cceb39122f7f\">Chirurgické oddělení - Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice</a></p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/icp" ] ;
     fhir:Identifier.value [ fhir:value "12345678" ]
  ] ;
  fhir:Organization.name [ fhir:value "CHIR-L2 - Lůžková stanice 2"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+42060385111" ]
  ] ;
  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" ]
         ]
       ]
     ]
  ] ;
  fhir:Organization.partOf [
     fhir:Reference.reference [ fhir:value "urn:uuid:af2b3114-e872-43b9-9875-cceb39122f7f" ] ;
     fhir:Reference.display [ fhir:value "Chirurgické oddělení - Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/a4641bd0-34af-4038-a7db-872d08a54df9.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/a4641bd0-34af-4038-a7db-872d08a54df9.ttl> .