HL7 Czech Shared Health Record Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech Shared Health Record Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/szz/ and changes regularly. See the Directory of published versions

: cz-example-organization2 - 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/2ef3f712-d586-4b3e-92eb-6a5bddc58a68> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "2ef3f712-d586-4b3e-92eb-6a5bddc58a68"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core" ;
       fhir:index 0 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 2ef3f712-d586-4b3e-92eb-6a5bddc58a68</b></p><a name=\"2ef3f712-d586-4b3e-92eb-6a5bddc58a68\"> </a><a name=\"hc2ef3f712-d586-4b3e-92eb-6a5bddc58a68\"> </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-organization-core.html\">Organization (CZ core)</a></p></div><p><b>Organization Logo</b>: <a href=\"Bundle-cz-example-bundle-screeningrecord.html#urn-uuid-7248f0f4-a508-4668-acd8-9782ab4e0f98\">DocumentReference: status = current</a></p><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/ico</code>/456789655</p><p><b>type</b>: <span title=\"Codes:{https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar 101}\">Fakultní nemocnice</span></p><p><b>name</b>: Fakultní nemocnice Oblackov</p><p><b>telecom</b>: <a href=\"tel:+420257216007\">+420257216007</a>, fax: +420257216007(Work)</p><p><b>address</b>: Fiktivní 951/125, 100 00 Město(work)</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-logo" ] ;
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "urn:uuid:7248f0f4-a508-4668-acd8-9782ab4e0f98" ]
     ]
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://ncez.mzcr.cz/fhir/sid/ico" ] ;
     fhir:Identifier.value [ fhir:value "456789655" ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar" ] ;
       fhir:Coding.code [ fhir:value "101" ] ;
       fhir:Coding.display [ fhir:value "Fakultní nemocnice" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "Fakultní nemocnice Oblackov"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+420257216007" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "fax" ] ;
     fhir:ContactPoint.value [ fhir:value "+420257216007" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "both" ] ;
     fhir:Address.text [ fhir:value "Fiktivní 951/125, 100 00 Město" ] ;
     fhir:Address.line [
       fhir:value "Fiktivní 951/125" ;
       fhir:index 0 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] ;
         fhir:Extension.valueString [ fhir:value "Fiktivní" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] ;
         fhir:Extension.valueString [ fhir:value "951/125" ]
       ]
     ] ;
     fhir:Address.city [ fhir:value "Město" ] ;
     fhir:Address.postalCode [ fhir:value "10000" ] ;
     fhir:Address.country [ fhir:value "CZ" ]
  ] .

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

<http://hl7.org/fhir/Organization/2ef3f712-d586-4b3e-92eb-6a5bddc58a68.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/2ef3f712-d586-4b3e-92eb-6a5bddc58a68.ttl> .