HL7 Czech Hospital Discharge Report 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/hdr/ 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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DischargeComposition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-composition-hdr"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-composition-hdr> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition DischargeComposition</b></p><a name=\"DischargeComposition\"> </a><a name=\"hcDischargeComposition\"> </a><a name=\"DischargeComposition-en-US\"> </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=\"StructureDefinition-cz-composition-hdr.html\">Composition (HDR CZ)</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34105-7}\">Hospital Discharge summary</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/document-classcodes 18842-5}\">Discharge summary</span></p><p><b>encounter</b>: <a href=\"Encounter-CZ-Encounter-HDR-Example.html\">Encounter: extension = Legal,This is a test of the encounter note field.; status = finished; class = inpatient encounter (ActCode#IMP); type = Discharge; priority = Emergency; period = 2025-01-01 08:00:00+0100 --> 2025-01-10 08:00:00+0100; reasonCode = Heart failure</a></p><p><b>date</b>: 2025-03-10 14:30:00+0100</p><p><b>author</b>: <a href=\"Practitioner-Practitioner-2.html\">Practitioner Stanislava Kubšová </a></p><p><b>title</b>: Propouštěcí zpráva</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:34105-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34105-7" ] ;
fhir:display [ fhir:v "Hospital Discharge summary" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/document-classcodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18842-5" ] ;
fhir:display [ fhir:v "Discharge summary" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Mracena2" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/CZ-Encounter-HDR-Example" ]
] ; #
fhir:date [ fhir:v "2025-03-10T14:30:00+01:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/Practitioner-2" ]
] ) ; #
fhir:title [ fhir:v "Propouštěcí zpráva"] ; #
fhir:section ( [
fhir:title [ fhir:v "Diagnostický souhrn" ] ;
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Diagnoses at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/AngiodysplasiaCondition" ] ] [
fhir:reference [ fhir:v "Condition/IronDeficiencyAnemiaCondition" ] ] [
fhir:reference [ fhir:v "Condition/TIACondition" ] ] [
fhir:reference [ fhir:v "Condition/AtrialFibrillationCondition" ] ] [
fhir:reference [ fhir:v "Condition/HypothyroidismCondition" ] ] [
fhir:reference [ fhir:v "Condition/VaricoseVeinsCondition" ] ] [
fhir:reference [ fhir:v "Condition/OsteoporosisCondition" ] ] [
fhir:reference [ fhir:v "Condition/HypercholesterolemiaCondition" ] ] [
fhir:reference [ fhir:v "Condition/PresbycusisCondition" ] ] )
] [
fhir:title [ fhir:v "Alergie, intolerance a varování" ] ;
fhir:code [
( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alerie at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/PenicillinAllergy" ] ] [
fhir:reference [ fhir:v "AllergyIntolerance/StrawberryAllergy" ] ] [
fhir:reference [ fhir:v "AllergyIntolerance/MilkAllergy" ] ] )
] [
fhir:title [ fhir:v "Souhrn medikace" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of medication use" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationStatement/LevothyroxineMedication" ] ] [
fhir:reference [ fhir:v "MedicationStatement/RivaroxabanMedication" ] ] [
fhir:reference [ fhir:v "MedicationStatement/BisoprololMedication" ] ] [
fhir:reference [ fhir:v "MedicationStatement/AtorvastatinMedication" ] ] [
fhir:reference [ fhir:v "MedicationStatement/CalciumD3Medication" ] ] [
fhir:reference [ fhir:v "MedicationStatement/IronSupplementMedication" ] ] )
] [
fhir:title [ fhir:v "Provedené zákroky" ] ;
fhir:code [
( fhir:coding [
a loinc:47519-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47519-4" ] ;
fhir:display [ fhir:v "Procedure Note" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hospital course details go here.</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Procedure/ColonoscopyProcedure" ] ] )
] [
fhir:title [ fhir:v "Výsledky vyšetření" ] ;
fhir:code [
( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Laboratory results" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Laboratory results at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/bloodcount-panel" ] ] )
] [
fhir:title [ fhir:v "Plán péče" ] ;
fhir:code [
( fhir:coding [
a loinc:18776-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Care plan" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care plan at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "CarePlan/CZ-CarePlan-HDR-Example" ] ] )
] [
fhir:title [ fhir:v "Dříve vyjádřená přání" ] ;
fhir:code [
( fhir:coding [
a loinc:75320-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75320-2" ] ;
fhir:display [ fhir:v "Advance directives" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Known advance directives</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Consent/CZ-AdvanceDirectives-HDR-DNR" ] ] )
] [
fhir:title [ fhir:v "Očkování" ] ;
fhir:code [
( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ] ;
fhir:display [ fhir:v "History of Immunization Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Immunizations at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Immunization/Immunization" ] ] )
] [
fhir:title [ fhir:v "Anamnéza" ] ;
fhir:code [
( fhir:coding [
a loinc:29762-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29762-2" ] ;
fhir:display [ fhir:v "Social history Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Social history at discharge</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/ExampleSdohSmoking" ] ] [
fhir:reference [ fhir:v "Observation/ExampleSdohAlcohol" ] ] )
] [
fhir:title [ fhir:v "Přílohy" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Přílohy</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "DocumentReference/DischargeDocumenPDF" ] ] [
fhir:reference [ fhir:v "DocumentReference/DischargeDocumentHTML" ] ] )
] ) . #
IG © 2025+ HL7 Czech Republic. Package hl7.fhir.cz.hdr#0.0.1 based on FHIR 4.0.1. Generated 2025-06-12
Links: Table of Contents |
QA Report