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.1.0 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 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "f34114fc-138f-4bd8-8e1a-804d14ec9986"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement> ] )
] ; #
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: MedicationStatement f34114fc-138f-4bd8-8e1a-804d14ec9986</b></p><a name=\"f34114fc-138f-4bd8-8e1a-804d14ec9986\"> </a><a name=\"hcf34114fc-138f-4bd8-8e1a-804d14ec9986\"> </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\">Medication Statement (CZ)</a></p></div><p><b>identifier</b>: <code>https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs</code>/0243131</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">Pokračuje</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location 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=\"Bundle-DischargeBundle-Novak-Petr-L1-plus.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">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 E03.9}\">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://snomed.info/sct 26643006}\">Oral use</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/cz-dlplecivepripravky-vs"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs> ] ;
fhir:value [ fhir:v "0243131" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:statusReason ( [
fhir:text [ fhir:v "Pokračuje" ]
] ) ; #
fhir:category [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location> ] ;
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "Inpatient" ] ] ) ;
fhir:text [ fhir:v "Inpatient" ]
] ; #
fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/med-paracetamol ;
fhir:reference [ fhir:v "Medication/med-paracetamol" ]
] ; #
fhir:subject [
fhir:l <urn:uuid:3f85726c-ad2f-441b-89ce-100000000000> ;
fhir:reference [ fhir:v "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
] ; #
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:l <http://hl7.org/fhir/sid/icd-10> ] ;
fhir:code [ fhir:v "E03.9" ] ;
fhir:display [ fhir:v "Hypothyroidism, unspecified" ] ] ) ;
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 [
a sct:26643006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral use" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ] ] )
] ) . #
IG © 2025+ HL7 Czech Republic. Package hl7.fhir.cz.hdr#0.1.0 based on FHIR 4.0.1. Generated 2025-11-03
Links: Table of Contents |
QA Report