Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions

: AtApsMedicationStatement-Beispiel - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="AtApsExampleMedicationStatement01"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationstatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement AtApsExampleMedicationStatement01</b></p><a name="AtApsExampleMedicationStatement01"> </a><a name="hcAtApsExampleMedicationStatement01"> </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-at-aps-medicationstatement.html">AT APS MedicationStatement</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href="Medication-AtApsExampleMedication01.html">Ramipril 5mg Kapseln</a></p><p><b>subject</b>: <a href="Patient-at-aps-example-patient-01.html">Maria Musterfrau</a></p><p><b>effective</b>: 2024-10-01 --&gt; 2025-03-31</p><p><b>informationSource</b>: <a href="Practitioner-at-aps-example-practitioner-01.html">Hanna Hausärztin</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 59621000}">Hypertonie</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: 1 Kapsel täglich morgens</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>5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <medicationReference>🔗 
    <reference value="Medication/AtApsExampleMedication01"/>
    <display value="Ramipril 5mg Kapseln"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/at-aps-example-patient-01"/>
    <display value="Maria Musterfrau"/>
  </subject>
  <effectivePeriod>
    <start value="2024-10-01"/>
    <end value="2025-03-31"/>
  </effectivePeriod>
  <informationSource>🔗 
    <reference value="Practitioner/at-aps-example-practitioner-01"/>
    <display value="Hanna Hausärztin"/>
  </informationSource>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="59621000"/>
      <display value="Hypertonie"/>
    </coding>
    <text value="Hypertonie"/>
  </reasonCode>
  <dosage>
    <text value="1 Kapsel täglich morgens"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="5"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>