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 loinc: <http://loinc.org/rdf#> .
@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/Composition/f711d704-df5c-4599-ac80-e8636e0f9931> a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "f711d704-df5c-4599-ac80-e8636e0f9931"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.cz/fhir/szz/StructureDefinition/cz-composition-sharedhealthrecord" ;
fhir:index 0 ;
fhir:link <https://hl7.cz/fhir/szz/StructureDefinition/cz-composition-sharedhealthrecord>
]
] ;
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: Composition f711d704-df5c-4599-ac80-e8636e0f9931</b></p><a name=\"f711d704-df5c-4599-ac80-e8636e0f9931\"> </a><a name=\"hcf711d704-df5c-4599-ac80-e8636e0f9931\"> </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=\"StructureDefinition-cz-composition-sharedhealthrecord.html\">Composition (SZZ CZ)</a></p></div><p><b>identifier</b>: <code>http://example.org/myhospital/reportidentifiers</code>/dfkjewoieoijwoskdjg</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34117-2}\">History and physical note</span></p><p><b>date</b>: 2025-05-20 12:02:00+0100</p><p><b>author</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-428025b5-e328-4542-8812-dd6a874c44f9\">PractitionerRole: specialty = Radiology</a></p><p><b>title</b>: Shared Health Record - Emergency Report for patient Ing. Králíka</p><p><b>confidentiality</b>: normal</p><p><b>custodian</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-f84d821c-ba13-412b-a340-2547a6f36b7f\">Organization Fakultní nemocnice Oblackov</a></p></div>"
] ;
fhir:Composition.identifier [
fhir:Identifier.system [ fhir:value "http://example.org/myhospital/reportidentifiers" ] ;
fhir:Identifier.value [ fhir:value "dfkjewoieoijwoskdjg" ]
] ;
fhir:Composition.status [ fhir:value "final"] ;
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:34117-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "34117-2" ] ;
fhir:Coding.display [ fhir:value "History and physical note" ]
]
] ;
fhir:Composition.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b" ]
] ;
fhir:Composition.date [ fhir:value "2025-05-20T12:02:00+01:00"^^xsd:dateTime] ;
fhir:Composition.author [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9" ]
] ;
fhir:Composition.title [ fhir:value "Shared Health Record - Emergency Report for patient Ing. Králíka"] ;
fhir:Composition.confidentiality [ fhir:value "N"] ;
fhir:Composition.custodian [
fhir:Reference.reference [ fhir:value "urn:uuid:f84d821c-ba13-412b-a340-2547a6f36b7f" ]
] ;
fhir:Composition.section [
fhir:index 0 ;
fhir:Composition.section.title [ fhir:value "Emergency Record" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://ncez.mzcr.cz/terminology/CodeSystem/cz-document-section-szz-cs" ] ;
fhir:Coding.code [ fhir:value "10001" ] ;
fhir:Coding.display [ fhir:value "Emergency health record" ]
]
] ;
fhir:Composition.section.entry [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "urn:uuid:5da80cc6-b699-42dc-aeba-86e229063975" ]
], [
fhir:index 1 ;
fhir:Reference.reference [ fhir:value "urn:uuid:4b343429-16da-4a5b-be80-17e4122f5956" ]
], [
fhir:index 2 ;
fhir:Reference.reference [ fhir:value "urn:uuid:74d87d39-d681-4df4-80a5-975b359e6210" ]
], [
fhir:index 3 ;
fhir:Reference.reference [ fhir:value "urn:uuid:ce0f692f-0461-4ed0-8df3-f8db265f755c" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Composition/f711d704-df5c-4599-ac80-e8636e0f9931.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Composition/f711d704-df5c-4599-ac80-e8636e0f9931.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