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
@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/08f3f0c5-69ac-45c6-9bec-b8ab940ec721> a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "08f3f0c5-69ac-45c6-9bec-b8ab940ec721"] ;
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 08f3f0c5-69ac-45c6-9bec-b8ab940ec721</b></p><a name=\"08f3f0c5-69ac-45c6-9bec-b8ab940ec721\"> </a><a name=\"hc08f3f0c5-69ac-45c6-9bec-b8ab940ec721\"> </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-2.html#urn-uuid-2620c461-29d4-44a7-a8d0-599d88fdb60f\">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:2620c461-29d4-44a7-a8d0-599d88fdb60f" ]
]
] ;
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/08f3f0c5-69ac-45c6-9bec-b8ab940ec721.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Organization/08f3f0c5-69ac-45c6-9bec-b8ab940ec721.ttl> .
IG © 2025+ HL7 Czech Republic. Package hl7.fhir.cz.szz#0.0.1 based on FHIR 4.0.1. Generated 2026-08-05
Links: Table of Contents |
QA Report