HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "GeneratedDocumentReference"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference GeneratedDocumentReference</b></p><a name=\"GeneratedDocumentReference\"> </a><a name=\"hcGeneratedDocumentReference\"> </a><p><b>masterIdentifier</b>: <code>http://hospital.example.org/lab-results</code>/LR2345678</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span></p><p><b>subject</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-8f79bf84-41e1-485f-95b8-813fe993974d\">Radim Podmořský Male, DoB: 1954-08-12 ( https://ncez.mzcr.cz/fhir/sid/rcis#5408120025)</a></p><p><b>date</b>: 2025-10-17 09:53:00+0100</p><p><b>author</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-4ee94491-4a3a-402c-a110-74ac3adb0012\">Organization Pracoviště laboratorních metod, Nemocnice</a></p><p><b>custodian</b>: <a href=\"Bundle-CZ-LabReport-Bundle-Example-EHDSI.html#urn-uuid-4ee94491-4a3a-402c-a110-74ac3adb0012\">Organization Pracoviště laboratorních metod, Nemocnice</a></p><p><b>description</b>: Laboratorní nález</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://example.org.org/fhir/Bundle/lab-report-bundle-example\">https://example.org.org/fhir/Bundle/lab-report-bundle-example</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2019-10-17 09:53:00+0100 --> (ongoing)</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:masterIdentifier [
fhir:system [
fhir:v "http://hospital.example.org/lab-results"^^xsd:anyURI ;
fhir:l <http://hospital.example.org/lab-results> ] ;
fhir:value [ fhir:v "LR2345678" ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:docStatus [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:11502-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a loinc:26436-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "26436-6" ] ;
fhir:display [ fhir:v "Laboratory studies (set)" ] ] )
] ) ; #
fhir:subject [
fhir:l <urn:uuid:8f79bf84-41e1-485f-95b8-813fe993974d> ;
fhir:reference [ fhir:v "urn:uuid:8f79bf84-41e1-485f-95b8-813fe993974d" ]
] ; #
fhir:date [ fhir:v "2025-10-17T09:53:00+01:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:l <urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012> ;
fhir:reference [ fhir:v "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012" ]
] ) ; #
fhir:custodian [
fhir:l <urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012> ;
fhir:reference [ fhir:v "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012" ]
] ; #
fhir:description [ fhir:v "Laboratorní nález"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/fhir+json" ] ;
fhir:url [
fhir:v "https://example.org.org/fhir/Bundle/lab-report-bundle-example"^^xsd:anyURI ;
fhir:l <https://example.org.org/fhir/Bundle/lab-report-bundle-example> ] ]
] ) ; #
fhir:context [
fhir:period [
fhir:start [ fhir:v "2019-10-17T09:53:00+01:00"^^xsd:dateTime ] ]
] . #
IG © 2023+ HL7 Czech Republic.
Package hl7.fhir.cz.lab#0.5.0 based on FHIR 4.0.1.
Generated
2026-04-24
Links: Table of Contents |
QA Report