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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "DischargeBundle-Novak-Petr"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-bundle-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-bundle-hdr> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:c859d718-03c2-43ed-a16c-dbe57a6e34b5" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2025-03-10T15:00:00+01:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:cdae7735-f7ee-4bc7-9cf3-3dc806a4eaaf"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:cdae7735-f7ee-4bc7-9cf3-3dc806a4eaaf> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:3f85726c-ad2f-441b-89ce-100000000000> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:10f5c49e-086d-4016-8dd1-b555306bf620"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:10f5c49e-086d-4016-8dd1-b555306bf620> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:2b7e9637-5018-4542-9faf-d5abdee7b849"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:2b7e9637-5018-4542-9faf-d5abdee7b849> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:35717696-8a99-4f99-a938-ec0ec88a65a2"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:35717696-8a99-4f99-a938-ec0ec88a65a2> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:a0ad4739-512c-4bff-8436-a6f613b2ed01"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:a0ad4739-512c-4bff-8436-a6f613b2ed01> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:6cf80cb1-9766-470f-ac36-b1d3d8950f1b"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:6cf80cb1-9766-470f-ac36-b1d3d8950f1b> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:9c913d06-84fe-4d35-b35b-8b0c7965f535"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:9c913d06-84fe-4d35-b35b-8b0c7965f535> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:47472c99-09bf-4007-bfaa-16c9665ae090"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:47472c99-09bf-4007-bfaa-16c9665ae090> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:f34114fc-138f-4bd8-8e1a-804d14ec9986"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:f34114fc-138f-4bd8-8e1a-804d14ec9986> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:620b1120-cece-44b1-89f5-20413054eb1d"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:620b1120-cece-44b1-89f5-20413054eb1d> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:bf08b62b-0abd-4e88-9092-ce0228382e51"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:bf08b62b-0abd-4e88-9092-ce0228382e51> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:ffb1a62f-9050-4e33-af4b-4cdb8203c9e5"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:ffb1a62f-9050-4e33-af4b-4cdb8203c9e5> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:b3f0f517-9c64-4b8f-99d9-72183cfd9ef0"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:b3f0f517-9c64-4b8f-99d9-72183cfd9ef0> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:f0b20060-c4a8-4a74-b12a-499ae3b59015"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:f0b20060-c4a8-4a74-b12a-499ae3b59015> ) ] ) . # <urn:uuid:cdae7735-f7ee-4bc7-9cf3-3dc806a4eaaf> a fhir:Composition ; fhir:id [ fhir:v "DischargeComposition-Novak-Petr"] ; # 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\"><a name=\"Composition_DischargeComposition-Novak-Petr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition DischargeComposition-Novak-Petr</b></p><a name=\"DischargeComposition-Novak-Petr\"> </a><a name=\"hcDischargeComposition-Novak-Petr\"> </a><a name=\"DischargeComposition-Novak-Petr-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://hl7.org/fhir/ValueSet/document-classcodes 18842-5}\">Discharge summary</span></p><p><b>encounter</b>: <a href=\"Encounter-HospitalEncounter-Novak-Petr.html\">Encounter: status = finished; class = standardní (ActCode#IMP); priority = Akutní; period = 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</a></p><p><b>date</b>: 2025-03-10 14:30:00+0100</p><p><b>author</b>: <code>CZ_OrganizationCore/Organization-1</code></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://hl7.org/fhir/ValueSet/document-classcodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "18842-5" ] ; fhir:display [ fhir:v "Discharge summary" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/HospitalEncounter-Novak-Petr" ] ] ; # fhir:date [ fhir:v "2025-03-10T14:30:00+01:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "CZ_OrganizationCore/Organization-1" ] ] ) ; # fhir:title [ fhir:v "Propouštěcí zpráva"] ; # fhir:section ( [ fhir:title [ fhir:v "Průběh hospitalizace - klinické shrnutí" ] ; fhir:code [ ( fhir:coding [ a loinc:8648-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8648-8" ] ; fhir:display [ fhir:v "Průběh hospitalizace" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pacient byl přijat dne 1. 3. 2025 na chirurgické oddělení s bolestivou pravostrannou tříselnou kýlou, která byla nevratná, bez známek strangulace. Během hospitalizace byla provedena předoperační příprava včetně laboratorních vyšetření a interního předoperačního vyšetření. Dne 2. 3. 2025 byla v celkové anestezii provedena operace – plastika pravostranné tříselné kýly. Operační výkon proběhl bez komplikací. Pacient byl pooperačně stabilní, bez známek infekce rány. V rámci hospitalizace byla u pacienta sledována substituční léčba hypotyreózy (Euthyrox 75 µg denně), bez nutnosti úpravy dávkování. Hodnota TSH při přijetí v normě. Pacient byl v dobrém stavu propuštěn do domácího ošetření dne 10. 3. 2025. Doporučena klidová režimová opatření, kontrola v chirurgické ambulanci za 7 dní.</div>"^^rdf:XMLLiteral ] ] [ 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 "Alergie, intolerance" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alergie na jahody, od 01.01.2020, reakce: Svědění, otok jazyka</div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "AllergyIntolerance/Allergy-Strawberry-Novak" ] ] ) ] [ fhir:title [ fhir:v "Dříve vyjádřená přání" ] ; fhir:code [ ( fhir:coding [ a loinc:42348-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "42348-3" ] ; fhir:display [ fhir:v "Advance directives" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Neresuscitovat</div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "Consent/CZ-AdvanceDirectives-HDR-DNR" ] ] ) ] [ 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 "Diagnostický souhrn" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>K40.9 – Inguinální kýla, nespecifikovaná</p><p>E89.0 – Hypotyreóza po léčbě (v anamnéze)</p></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "Condition/Condition-K409" ] ] [ fhir:reference [ fhir:v "Condition/Condition-E890-Novak" ] ] ) ] [ fhir:title [ fhir:v "Významné procedury" ] ; fhir:code [ ( fhir:coding [ a loinc:10185-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10185-7" ] ; fhir:display [ fhir:v "Hospital discharge procedures" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Plastika pravostranné tříselné kýly dne 2. 3. 2025.</div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "Procedure/Procedure-inguinal-hernia" ] ] ) ] [ fhir:title [ fhir:v "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 "Discharge medications Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Medikace při propuštění</p><ul><li>Euthyrox 75 µg denně – substituce hypotyreózy</li><li>Paracetamol 500 mg – při bolesti</li><li>Ibalgin 400 mg – při bolesti</li></ul></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "MedicationStatement/MedicationStatement-Euthyrox-Novak" ] ] [ fhir:reference [ fhir:v "MedicationStatement/MedicationStatement-Paracetamol-Novak" ] ] [ fhir:reference [ fhir:v "MedicationStatement/MedicationStatement-Ibalgin400-Novak" ] ] ) ] [ 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 "Výsledky vyšetření" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Významné výsledky vyšetření v průběhu hospitalizace</p><ul><li>UZ vyšetření pravého třísla: v oblasti tříselného kanálu patrný hypoechogenní vak komunikující s peritoneální dutinou, obsahující střevní kličku. Obsah je mobilní, bez známek ischemie. Závěr: vpravo tříselná kýla bez známek komplikace.</li><li>CRP: 6 mg/L (norma: 0–10 mg/L)</li></ul></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/Observation-UZV-Novak" ] ] [ fhir:reference [ fhir:v "Observation/Observation-CRP-Novak" ] ] ) ] [ 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 "Plán péče" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Plán péče – tříselná kýla</p><ul><li>Pooperační sledování, převazy, kontrola rány.</li><li>Edukace pacienta o režimu po operaci.</li><li>Ambulantní kontrola za 14 dní.</li></ul></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "CarePlan/CarePlan-Novak-Petr" ] ] ) ] ) . # <urn:uuid:3f85726c-ad2f-441b-89ce-100000000000> a fhir:Patient ; fhir:id [ fhir:v "Novak-Petr"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_Novak-Petr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient Novak-Petr</b></p><a name=\"Novak-Petr\"> </a><a name=\"hcNovak-Petr\"> </a><a name=\"Novak-Petr-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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-patient-core.html\">Patient (CZ core)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://ncez.mzcr.cz/fhir/sid/rcis</code>/8506150015 (use: official, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+420777111222\">+420 777 111 222</a></li><li><a href=\"tel:+420333111777\">+420 333 111 777</a></li><li><a href=\"mailto:novak@example.com\">novak@example.com</a></li><li>Pavlovova 1424/11, 568 02 Svitavy - Předměstí (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Languages:</td><td colspan=\"3\"><ul><li><span title=\"Codes:{urn:ietf:bcp:47 cs}\">Czech</span> (preferred)</li><li><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Matka\">Matka:</td><td colspan=\"3\"><ul><li>Alena Nováková </li><li>Krátká 18, 708 00, Ostrava, Česká Republika(home)</li><li><a href=\"tel:+420601111111\">+420 601 111 111</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: přítel/přítelkyně\">přítel/přítelkyně:</td><td colspan=\"3\"><ul><li>Alena Dlouhá </li><li>Horná ulica 18, 123 45, Trenčín, Slovensko(home)</li><li><a href=\"tel:+420601333333\">+420 601 333 333</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension allows the registration of the registering healthcare provider and its category/specialty (general practitioner for children and youth, general practitioner for adults, dentist, gynecologist).\">Registering provider:</td><td colspan=\"3\"><ul><li>value: <a href=\"Bundle-DischargeBundle.html#Organization_RegisteringProviderExample\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></li><li>category: <span title=\"Codes:{http://snomed.info/sct 700232004}\">Všeobecné lékařské služby</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 CZ}\">Czechia</span></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "code"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "CZ" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Organization/RegisteringProviderExample" ] ] ] [ fhir:url [ fhir:v "category"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:700232004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "700232004" ] ; fhir:display [ fhir:v "Všeobecné lékařské služby" ] ] ) ] ] ) ; fhir:url [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/registering-provider-cz"^^xsd:anyURI ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "https://ncez.mzcr.cz/fhir/sid/rcis"^^xsd:anyURI ] ; fhir:value [ fhir:v "8506150015" ] ] [ fhir:system [ fhir:v "https://ncez.mzcr.cz/fhir/sid/rid"^^xsd:anyURI ] ; fhir:value [ fhir:v "1597778923" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "usual" ] ; fhir:family [ fhir:v "Novák" ] ; ( fhir:given [ fhir:v "Petr" ] ) ; ( fhir:prefix [ fhir:v "Ing." ] ) ; ( fhir:suffix [ fhir:v "Ph.D." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+420 777 111 222" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+420 333 111 777" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "novak@example.com" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1985-06-15"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "Pavlovova 1424/11, 568 02 Svitavy - Předměstí " ] ; ( fhir:line [ fhir:v "Pavlovova 1424/11" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "Pavlovova" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "1424/11" ] ] ) ] ) ; fhir:city [ fhir:v "Svitavy - Předměstí" ] ; fhir:postalCode [ fhir:v "56802" ] ; fhir:country [ fhir:v "CZ" ] ] ) ; # fhir:contact ( [ ( fhir:relationship [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "MTH" ] ; fhir:display [ fhir:v "Matka" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Kontaktní osoba" ] ] ) ] ) ; fhir:name [ fhir:use [ fhir:v "usual" ] ; fhir:family [ fhir:v "Nováková" ] ; ( fhir:given [ fhir:v "Alena" ] ) ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+420 601 111 111" ] ; fhir:use [ fhir:v "home" ] ] ) ; fhir:address [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "Krátká 18, 708 00, Ostrava, Česká Republika" ] ; ( fhir:line [ fhir:v "Krátká 18" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "Krátká" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "18" ] ] ) ] ) ; fhir:city [ fhir:v "Ostrava" ] ; fhir:postalCode [ fhir:v "70800" ] ; fhir:country [ fhir:v "CZ" ] ] ] [ ( fhir:relationship [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "FRND" ] ; fhir:display [ fhir:v "přítel/přítelkyně" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Kontaktní osoba" ] ] ) ] ) ; fhir:name [ fhir:use [ fhir:v "usual" ] ; fhir:family [ fhir:v "Dlouhá" ] ; ( fhir:given [ fhir:v "Alena" ] ) ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+420 601 333 333" ] ; fhir:use [ fhir:v "home" ] ] ) ; fhir:address [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "Horná ulica 18, 123 45, Trenčín, Slovensko" ] ; ( fhir:line [ fhir:v "Horná ulica 18" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "Horná ulica" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "18" ] ] ) ] ) ; fhir:city [ fhir:v "Trenčín" ] ; fhir:postalCode [ fhir:v "12345" ] ; fhir:country [ fhir:v "SK" ] ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "cs" ] ] ) ] ; fhir:preferred [ fhir:v true ] ] [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ] ) ] ] ) . # <urn:uuid:10f5c49e-086d-4016-8dd1-b555306bf620> a fhir:Encounter ; fhir:id [ fhir:v "HospitalEncounter-Novak-Petr"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_HospitalEncounter-Novak-Petr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter HospitalEncounter-Novak-Petr</b></p><a name=\"HospitalEncounter-Novak-Petr\"> </a><a name=\"hcHospitalEncounter-Novak-Petr\"> </a><a name=\"HospitalEncounter-Novak-Petr-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-encounter-hdr.html\">Encounter (HDR CZ)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: standardní</p><p><b>priority</b>: <span title=\"Codes:{http://hl7.eu/fhir/hdr/ValueSet/admission-urgency-eu-hdr EM}\">Akutní</span></p><p><b>subject</b>: <code>CZ_PatientCore/Patient-Novak-Petr</code></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/encounter-participant-type ADM}\">Admitter</span></p><p><b>individual</b>: <code>CZ_PractitionerCore/Practitioner-Admitter</code></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/encounter-participant-type REF}\">Referrer</span></p><p><b>individual</b>: <code>CZ_PractitionerRoleCore/Practitioner-Referrer-detail</code></p></blockquote><p><b>period</b>: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</p><p><b>reasonReference</b>: <code>CZ_ConditionHdr/Condition-K409</code></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/ValueSet/encounter-admit-source outp}\">Ambulantní péče</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</span></td></tr></table><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-cz-Location-Chrudim-Chir1.html\">Location Nemocnice Chrudim - Oddělení CHIR1</a></p><p><b>period</b>: 2025-03-01 08:00:00+0100 --> 2025-03-02 08:00:00+0100</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-cz-Location-Chrudim-ChirJIP.html\">Location Nemocnice Chrudim - Oddělení CHIR-JIP</a></p><p><b>period</b>: 2025-03-02 08:00:00+0100 --> 2025-03-04 08:00:00+0100</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-cz-Location-Chrudim-Chir1.html\">Location Nemocnice Chrudim - Oddělení CHIR1</a></p><p><b>period</b>: 2025-03-04 08:00:00+0100 --> 2025-03-10 08:00:00+0100</p></blockquote><p><b>serviceProvider</b>: <code>CZ_OrganizationCore/RegisteringProviderExample</code></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "standardní" ] ] ; # fhir:priority [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.eu/fhir/hdr/ValueSet/admission-urgency-eu-hdr"^^xsd:anyURI ] ; fhir:code [ fhir:v "EM" ] ; fhir:display [ fhir:v "Akutní" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "CZ_PatientCore/Patient-Novak-Petr" ] ] ; # fhir:participant ( [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/encounter-participant-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ADM" ] ; fhir:display [ fhir:v "Admitter" ] ] ) ] ) ; fhir:individual [ fhir:reference [ fhir:v "CZ_PractitionerCore/Practitioner-Admitter" ] ] ] [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/encounter-participant-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "REF" ] ; fhir:display [ fhir:v "Referrer" ] ] ) ] ) ; fhir:individual [ fhir:reference [ fhir:v "CZ_PractitionerRoleCore/Practitioner-Referrer-detail" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2025-03-01T10:15:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-10T09:30:00+01:00"^^xsd:dateTime ] ] ; # fhir:reasonReference ( [ fhir:reference [ fhir:v "CZ_ConditionHdr/Condition-K409" ] ] ) ; # fhir:hospitalization [ fhir:admitSource [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/encounter-admit-source"^^xsd:anyURI ] ; fhir:code [ fhir:v "outp" ] ; fhir:display [ fhir:v "Ambulantní péče" ] ] ) ] ; fhir:dischargeDisposition [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI ] ; fhir:code [ fhir:v "home" ] ; fhir:display [ fhir:v "Home" ] ] ) ] ] ; # fhir:location ( [ fhir:location [ fhir:reference [ fhir:v "Location/cz-Location-Chrudim-Chir1" ] ] ; fhir:period [ fhir:start [ fhir:v "2025-03-01T08:00:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-02T08:00:00+01:00"^^xsd:dateTime ] ] ] [ fhir:location [ fhir:reference [ fhir:v "Location/cz-Location-Chrudim-ChirJIP" ] ] ; fhir:period [ fhir:start [ fhir:v "2025-03-02T08:00:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-04T08:00:00+01:00"^^xsd:dateTime ] ] ] [ fhir:location [ fhir:reference [ fhir:v "Location/cz-Location-Chrudim-Chir1" ] ] ; fhir:period [ fhir:start [ fhir:v "2025-03-04T08:00:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-10T08:00:00+01:00"^^xsd:dateTime ] ] ] ) ; # fhir:serviceProvider [ fhir:reference [ fhir:v "CZ_OrganizationCore/RegisteringProviderExample" ] ] . # <urn:uuid:2b7e9637-5018-4542-9faf-d5abdee7b849> a fhir:PractitionerRole ; fhir:id [ fhir:v "Practitioner-Author-detail"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">MUDr. Ivan Anděl, interní lékař, Nemocnice Chrudim, Václavská 570, 537 01 Chrudim, tel: +420 603 777 227</div>"^^rdf:XMLLiteral ] ; # fhir:practitioner [ fhir:reference [ fhir:v "CZ_PractitionerCore/Practitioner-Author" ] ; fhir:display [ fhir:v "MUDr. Ivan Anděl" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "CZ_OrganizationCore/Organization-1" ] ; fhir:display [ fhir:v "Nemocnice Chrudim" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "https://ncez.mzcr.cz/fhir/CodeSystem/nrzp-povolani"^^xsd:anyURI ] ; fhir:code [ fhir:v "L00" ] ; fhir:display [ fhir:v "Lékař" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ a sct:419192003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419192003" ] ; fhir:display [ fhir:v "Interní lékařství" ] ] ) ] ) . # <urn:uuid:35717696-8a99-4f99-a938-ec0ec88a65a2> a fhir:Condition ; fhir:id [ fhir:v "Condition-K409"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-condition-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-condition-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pacient byl přijat s diagnózou tříselné kýly bez obstrukce a gangrény. Doporučena elektivní operace.</div>"^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a sct:278307001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "278307001" ] ; fhir:display [ fhir:v "On admission" ] ] ) ] [ ( fhir:coding [ a sct:69845001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "69845001" ] ; fhir:display [ fhir:v "Léčeno" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ a sct:24484000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "24484000" ] ; fhir:display [ fhir:v "Závažná" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "K409" ] ; fhir:display [ fhir:v "Tříselná kýla, neurčená, bez obstrukce a gangrény" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "2023-10-01T10:00:00Z"^^xsd:dateTime ] ; # fhir:stage ( [ fhir:summary [ ( fhir:coding [ a sct:255604002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "255604002" ] ; fhir:display [ fhir:v "Mírný" ] ] ) ] ] ) . # <urn:uuid:a0ad4739-512c-4bff-8436-a6f613b2ed01> a fhir:Condition ; fhir:id [ fhir:v "Condition-E890-Novak"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-condition-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-condition-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Condition-E890-Novak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition Condition-E890-Novak</b></p><a name=\"Condition-E890-Novak\"> </a><a name=\"hcCondition-E890-Novak\"> </a><a name=\"Condition-E890-Novak-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-condition-hdr.html\">Condition (HDR CZ)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 64572001}\">Disease</span>, <span title=\"Codes:{http://snomed.info/sct 278307001}\">On admission</span>, <span title=\"Codes:{http://snomed.info/sct 25265005}\">Not received therapy or drug for</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E890}\">Hypotyreóza po operačních a jiných výkonech</span></p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>onset</b>: 1997-10-06 00:00:00+0200</p><p><b>note</b>: Hypotyreóza po operaci karcinomu štítné žlázy. Zadáno všeobecným lékařem.</p></div>"^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a sct:64572001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "64572001" ] ; fhir:display [ fhir:v "Disease" ] ] ) ] [ ( fhir:coding [ a sct:278307001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "278307001" ] ; fhir:display [ fhir:v "On admission" ] ] ) ] [ ( fhir:coding [ a sct:25265005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "25265005" ] ; fhir:display [ fhir:v "Not received therapy or drug for" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E890" ] ; fhir:display [ fhir:v "Hypotyreóza po operačních a jiných výkonech" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "1997-10-06T00:00:00+02:00"^^xsd:dateTime ] ; # fhir:note ( [ fhir:text [ fhir:v "Hypotyreóza po operaci karcinomu štítné žlázy. Zadáno všeobecným lékařem." ] ] ) . # <urn:uuid:6cf80cb1-9766-470f-ac36-b1d3d8950f1b> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "Allergy-Strawberry-Novak"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_Allergy-Strawberry-Novak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance Allergy-Strawberry-Novak</b></p><a name=\"Allergy-Strawberry-Novak\"> </a><a name=\"hcAllergy-Strawberry-Novak\"> </a><a name=\"Allergy-Strawberry-Novak-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-allergyIntolerance-hdr.html\">Allergy Intolerance (HDR CZ)</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.203.24341.1.1.999</code>/Allergy-Strawberry-Novak-001</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/ips/ValueSet/allergy-intolerance-uv-ips 91938006}\">Allergy to strawberry</span></p><p><b>patient</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>onset</b>: 2020-01-01</p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips 418363000}\">Itching of skin</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips 81950002}\">Edema of the tongue</span></p><p><b>description</b>: Svědění, otok jazyka.</p><p><b>severity</b>: Mild</p></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.2.203.24341.1.1.999"^^xsd:anyURI ] ; fhir:value [ fhir:v "Allergy-Strawberry-Novak-001" ] ] ) ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:type [ fhir:v "allergy"] ; # fhir:criticality [ fhir:v "low"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/ValueSet/allergy-intolerance-uv-ips"^^xsd:anyURI ] ; fhir:code [ fhir:v "91938006" ] ; fhir:display [ fhir:v "Allergy to strawberry" ] ] ) ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "2020-01-01"^^xsd:date ] ; # fhir:reaction ( [ ( fhir:manifestation [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips"^^xsd:anyURI ] ; fhir:code [ fhir:v "418363000" ] ; fhir:display [ fhir:v "Itching of skin" ] ] ) ] [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips"^^xsd:anyURI ] ; fhir:code [ fhir:v "81950002" ] ; fhir:display [ fhir:v "Edema of the tongue" ] ] ) ] ) ; fhir:description [ fhir:v "Svědění, otok jazyka." ] ; fhir:severity [ fhir:v "mild" ] ] ) . # <urn:uuid:9c913d06-84fe-4d35-b35b-8b0c7965f535> a fhir:CarePlan ; fhir:id [ fhir:v "CarePlan-Novak-Petr"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_CarePlan-Novak-Petr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan CarePlan-Novak-Petr</b></p><a name=\"CarePlan-Novak-Petr\"> </a><a name=\"hcCarePlan-Novak-Petr\"> </a><a name=\"CarePlan-Novak-Petr-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plán péče – tříselná kýla</p><p><b>description</b>: Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu.</p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>period</b>: 2025-03-10 08:00:00+0100 --> (ongoing)</p><p><b>addresses</b>: <a href=\"Condition-Condition-K409.html\">Condition Tříselná kýla, neurčená, bez obstrukce a gangrény</a></p><p><b>goal</b>: <a href=\"Goal-Goal-Hernia-Treatment.html\">Goal: lifecycleStatus = active; description = ; start[x] = 2025-03-10</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Appointment</td><td>Scheduled</td><td>Ambulantní kontrola za 14 dní</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>CommunicationRequest</td><td>Scheduled</td><td>Edukace pacienta o režimu po operaci</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:title [ fhir:v "Plán péče – tříselná kýla"] ; # fhir:description [ fhir:v "Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu."] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:period [ fhir:start [ fhir:v "2025-03-10T08:00:00+01:00"^^xsd:dateTime ] ] ; # fhir:addresses ( [ fhir:reference [ fhir:v "Condition/Condition-K409" ] ] ) ; # fhir:goal ( [ fhir:reference [ fhir:v "Goal/Goal-Hernia-Treatment" ] ] ) ; # fhir:activity ( [ fhir:detail [ fhir:kind [ fhir:v "Appointment" ] ; fhir:status [ fhir:v "scheduled" ] ; fhir:description [ fhir:v "Ambulantní kontrola za 14 dní" ] ] ] [ fhir:detail [ fhir:kind [ fhir:v "CommunicationRequest" ] ; fhir:status [ fhir:v "scheduled" ] ; fhir:description [ fhir:v "Edukace pacienta o režimu po operaci" ] ] ] ) . # <urn:uuid:47472c99-09bf-4007-bfaa-16c9665ae090> a fhir:MedicationStatement ; fhir:id [ fhir:v "MedicationStatement-Euthyrox-Novak"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_MedicationStatement-Euthyrox-Novak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatement-Euthyrox-Novak</b></p><a name=\"MedicationStatement-Euthyrox-Novak\"> </a><a name=\"hcMedicationStatement-Euthyrox-Novak\"> </a><a name=\"MedicationStatement-Euthyrox-Novak-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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-MedicationStatement.html\">MedicationStatement (CZ)</a></p></div><p><b>identifier</b>: <code>https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs</code>/0243131</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/reason-medication-status-codes continued}\">Pokračuje</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/medication-statement-category Inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Medication-med-euthyrox.html\">Medication Euthyrox 75 mcg</a></p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>effective</b>: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E039}\">Hypotyreóza</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: 1 tableta denně</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/route-codes PO}\">Per os</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tableta</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs"^^xsd:anyURI ] ; fhir:value [ fhir:v "0243131" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:statusReason ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/reason-medication-status-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "continued" ] ; fhir:display [ fhir:v "Pokračuje" ] ] ) ; fhir:text [ fhir:v "Pokračuje" ] ] ) ; # fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/medication-statement-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "Inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ; fhir:text [ fhir:v "Inpatient" ] ] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/med-euthyrox" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2025-03-01T10:15:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-10T09:30:00+01:00"^^xsd:dateTime ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E039" ] ; fhir:display [ fhir:v "Hypotyreóza" ] ] ) ; fhir:text [ fhir:v "Hypotyreóza" ] ] ) ; # fhir:dosage ( [ fhir:text [ fhir:v "1 tableta denně" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/route-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "PO" ] ; fhir:display [ fhir:v "Per os" ] ] ) ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "tableta" ] ] ] ) ] ) . # <urn:uuid:f34114fc-138f-4bd8-8e1a-804d14ec9986> a fhir:MedicationStatement ; fhir:id [ fhir:v "MedicationStatement-Paracetamol-Novak"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_MedicationStatement-Paracetamol-Novak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatement-Paracetamol-Novak</b></p><a name=\"MedicationStatement-Paracetamol-Novak\"> </a><a name=\"hcMedicationStatement-Paracetamol-Novak\"> </a><a name=\"MedicationStatement-Paracetamol-Novak-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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-MedicationStatement.html\">MedicationStatement (CZ)</a></p></div><p><b>identifier</b>: <code>https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs</code>/0243131</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/reason-medication-status-codes continued}\">Pokračuje</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/medication-statement-category Inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Medication-med-paracetamol.html\">Medication PARACETAMOL ZENTIVA K.S.</a></p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>effective</b>: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E039}\">Hypotyreóza</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: Dle potřeby, max 4 tablety denně</p><p><b>asNeeded</b>: true</p><p><b>route</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/route-codes PO}\">Per os</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>500 mg</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs"^^xsd:anyURI ] ; fhir:value [ fhir:v "0243131" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:statusReason ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/reason-medication-status-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "continued" ] ; fhir:display [ fhir:v "Pokračuje" ] ] ) ; fhir:text [ fhir:v "Pokračuje" ] ] ) ; # fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/medication-statement-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "Inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ; fhir:text [ fhir:v "Inpatient" ] ] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/med-paracetamol" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2025-03-01T10:15:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-10T09:30:00+01:00"^^xsd:dateTime ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E039" ] ; fhir:display [ fhir:v "Hypotyreóza" ] ] ) ; fhir:text [ fhir:v "Hypotyreóza" ] ] ) ; # fhir:dosage ( [ fhir:text [ fhir:v "Dle potřeby, max 4 tablety denně" ] ; fhir:asNeeded [ a fhir:boolean ; fhir:v true ] ; fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/route-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "PO" ] ; fhir:display [ fhir:v "Per os" ] ] ) ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "500"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ] ) ] ) . # <urn:uuid:620b1120-cece-44b1-89f5-20413054eb1d> a fhir:Goal ; fhir:id [ fhir:v "Goal-Hernia-Treatment"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Goal_Goal-Hernia-Treatment\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Goal Goal-Hernia-Treatment</b></p><a name=\"Goal-Hernia-Treatment\"> </a><a name=\"hcGoal-Hernia-Treatment\"> </a><a name=\"Goal-Hernia-Treatment-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací.</span></p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>start</b>: 2025-03-10</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Zhojená rána bez komplikací, bez recidivy kýly.</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:lifecycleStatus [ fhir:v "active"] ; # fhir:description [ fhir:text [ fhir:v "Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací." ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:start [ a fhir:date ; fhir:v "2025-03-10"^^xsd:date ] ; # fhir:target ( [ fhir:detail [ a fhir:string ; fhir:v "Zhojená rána bez komplikací, bez recidivy kýly." ] ] ) . # <urn:uuid:bf08b62b-0abd-4e88-9092-ce0228382e51> a fhir:MedicationStatement ; fhir:id [ fhir:v "MedicationStatement-Ibalgin400-Novak"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_MedicationStatement-Ibalgin400-Novak\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatement-Ibalgin400-Novak</b></p><a name=\"MedicationStatement-Ibalgin400-Novak\"> </a><a name=\"hcMedicationStatement-Ibalgin400-Novak\"> </a><a name=\"MedicationStatement-Ibalgin400-Novak-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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-cz-MedicationStatement.html\">MedicationStatement (CZ)</a></p></div><p><b>identifier</b>: <code>https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs</code>/0207893</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/reason-medication-status-codes continued}\">Pokračuje</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/medication-statement-category Inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Medication-med-Ibalgin400.html\">Medication Ibalgin 400 mg</a></p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>effective</b>: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E039}\">Hypotyreóza</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: Dle potřeby, při bolesti max 3 tablety denně</p><p><b>asNeeded</b>: true</p><p><b>route</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/route-codes PO}\">Per os</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>400 mg</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://hl7.cz/fhir/core/ValueSet/dlplecivepripravky-cz-vs"^^xsd:anyURI ] ; fhir:value [ fhir:v "0207893" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:statusReason ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/reason-medication-status-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "continued" ] ; fhir:display [ fhir:v "Pokračuje" ] ] ) ; fhir:text [ fhir:v "Pokračuje" ] ] ) ; # fhir:category [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/medication-statement-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "Inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ; fhir:text [ fhir:v "Inpatient" ] ] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "Medication/med-Ibalgin400" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2025-03-01T10:15:00+01:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-10T09:30:00+01:00"^^xsd:dateTime ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E039" ] ; fhir:display [ fhir:v "Hypotyreóza" ] ] ) ; fhir:text [ fhir:v "Hypotyreóza" ] ] ) ; # fhir:dosage ( [ fhir:text [ fhir:v "Dle potřeby, při bolesti max 3 tablety denně" ] ; fhir:asNeeded [ a fhir:boolean ; fhir:v true ] ; fhir:route [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/route-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "PO" ] ; fhir:display [ fhir:v "Per os" ] ] ) ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "400"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ] ) ] ) . # <urn:uuid:ffb1a62f-9050-4e33-af4b-4cdb8203c9e5> a fhir:Procedure ; fhir:id [ fhir:v "Procedure-inguinal-hernia"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Plastika pravostranné tříselné kýly dne 2. 3. 2025.</div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ a sct:80146002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "80146002" ] ; fhir:display [ fhir:v "Repair of inguinal hernia" ] ] ) ; fhir:text [ fhir:v "Plastika tříselné kýly" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:performed [ a fhir:dateTime ; fhir:v "2025-03-02"^^xsd:date ] ; # fhir:reasonReference ( [ fhir:reference [ fhir:v "Condition/IronDeficiencyAnemiaCondition" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Plastika pravostranné tříselné kýly dne 2. 3. 2025." ] ] ) . # <urn:uuid:b3f0f517-9c64-4b8f-99d9-72183cfd9ef0> a fhir:Consent ; fhir:id [ fhir:v "CZ-AdvanceDirectives-HDR-DNR"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div><p>Podepsané prohlášení DNR</p><p>Platné od 1.3.2025</p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ; fhir:code [ fhir:v "adr" ] ; fhir:display [ fhir:v "Advance Directive" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/consent-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "dnr" ] ; fhir:display [ fhir:v "Do Not Resuscitate" ] ] ) ] ) ; # fhir:dateTime [ fhir:v "2025-01-01T08:00:00+01:00"^^xsd:dateTime] ; # fhir:provision [ fhir:type [ fhir:v "permit" ] ; ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "I50" ] ; fhir:display [ fhir:v "Heart failure" ] ] ) ] [ ( fhir:coding [ fhir:system [ fhir:v "https://www.orpha.net"^^xsd:anyURI ] ; fhir:code [ fhir:v "ORPHA330" ] ; fhir:display [ fhir:v "NYHA class IV" ] ] ) ] ) ] . # <urn:uuid:f0b20060-c4a8-4a74-b12a-499ae3b59015> a fhir:Procedure ; fhir:id [ fhir:v "Procedure-inguinal-hernia"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr"^^xsd:anyURI ; fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Plastika pravostranné tříselné kýly dne 2. 3. 2025.</div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ a sct:80146002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "80146002" ] ; fhir:display [ fhir:v "Repair of inguinal hernia" ] ] ) ; fhir:text [ fhir:v "Plastika tříselné kýly" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Novak-Petr" ] ] ; # fhir:performed [ a fhir:dateTime ; fhir:v "2025-03-02"^^xsd:date ] ; # fhir:reasonReference ( [ fhir:reference [ fhir:v "Condition/IronDeficiencyAnemiaCondition" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Plastika pravostranné tříselné kýly dne 2. 3. 2025." ] ] ) . #
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