HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: MedicationStatement-HDR Example: Euthyrox - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="47472c99-09bf-4007-bfaa-16c9665ae090"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core"/>
  </meta>
  <language value="cs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"><p class="res-header-id"><b>Generated Narrative: MedicationStatement 47472c99-09bf-4007-bfaa-16c9665ae090</b></p><a name="47472c99-09bf-4007-bfaa-16c9665ae090"> </a><a name="hc47472c99-09bf-4007-bfaa-16c9665ae090"> </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">Language: cs</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.eu/fhir/base/2.0.0/StructureDefinition-medicationStatement-eu-core.html">MedicationStatement (EU core)</a></p></div><p><b>identifier</b>: <code>http://hospital.example.org/medication-statements</code>/47472c99-09bf-4007-bfaa-16c9665ae090</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/medication-statement-category inpatient}">Inpatient</span></p><p><b>medication</b>: <a href="Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-10000000002c">Medication EUTHYROX 75MCG TBL NOB 100 II</a></p><p><b>subject</b>: <a href="Bundle-DischargeBundle-Novak-Petr-Subsections.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 --&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>: 1 tableta denně</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">perorální podání</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 {tablet}</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://hospital.example.org/medication-statements"/>
    <value value="47472c99-09bf-4007-bfaa-16c9665ae090"/>
  </identifier>
  <status value="active"/>
  <statusReason>
    <text value="Pokračuje"/>
  </statusReason>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
    <text value="Inpatient"/>
  </category>
  <medicationReference>
    <reference value="urn:uuid:3f85726c-ad2f-441b-89ce-10000000002c"/>
  </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"/>
    </coding>
    <text value="Hypotyreóza"/>
  </reasonCode>
  <dosage>
    <text value="1 tableta denně"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/11000279109"/>
        <code value="26643006"/>
        <display value="perorální podání"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="{tablet}"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>