HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

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.2 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

: CZ-MedicationStatement-HDR Example of Ibalgin - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="bf08b62b-0abd-4e88-9092-ce0228382e51"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement bf08b62b-0abd-4e88-9092-ce0228382e51</b></p><a name="bf08b62b-0abd-4e88-9092-ce0228382e51"> </a><a name="hcbf08b62b-0abd-4e88-9092-ce0228382e51"> </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/CodeSystem/cz-dlplecivepripravky-cs</code>/0207893</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-Ibalgin400.html">Medication IBALGIN</a></p><p><b>subject</b>: <a href="Bundle-DischargeBundle-Novak-Petr-L1.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><p><b>effective</b>: 2025-03-01 10:15:00+0100 --&gt; 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, při bolesti max 3 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>400 mg</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system
            value="https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs"/>
    <value value="0207893"/>
  </identifier>
  <status value="active"/>
  <statusReason>
    <text value="Pokračuje"/>
  </statusReason>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location"/>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
    <text value="Inpatient"/>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/med-Ibalgin400"/>
  </medicationReference>
  <subject>
    <reference value="urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"/>
  </subject>
  <effectivePeriod>
    <start value="2025-03-01T10:15:00+01:00"/>
    <end value="2025-03-10T09:30:00+01:00"/>
  </effectivePeriod>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="E03.9"/>
      <display value="Hypothyroidism, unspecified"/>
    </coding>
    <text value="Hypotyreóza"/>
  </reasonCode>
  <dosage>
    <text value="Dle potřeby, při bolesti max 3 tablety denně"/>
    <asNeededBoolean value="true"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="400"/>
        <unit value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>