Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Beispiel BfArM MedicationDispense - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="ExampleMedicationDispense-T"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-dispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense ExampleMedicationDispense-T</b></p><a name="ExampleMedicationDispense-T"> </a><a name="hcExampleMedicationDispense-T"> </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-erp-tprescription-medication-dispense.html">E-T-Rezept Medication Dispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href="Medication-ExampleMedication2-Pomalidomid-T.html">Medication 19201712</a></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td>Identifier: <code>https://gematik.de/fhir/sid/telematik-id</code>/3-07.2.1234560000.10.789</td></tr></table><p><b>quantity</b>: 10 Tablette</p><p><b>whenHandedOver</b>: 2026-04-02</p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>1-1-1-1 nach Bedarf</td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationReference>🔗 
    <reference value="Medication/ExampleMedication2-Pomalidomid-T"/>
  </medicationReference>
  <performer>
    <actor>
      <identifier>
        <system value="https://gematik.de/fhir/sid/telematik-id"/>
        <value value="3-07.2.1234560000.10.789"/>
      </identifier>
    </actor>
  </performer>
  <quantity>
    <value value="10"/>
    <unit value="Tablette"/>
  </quantity>
  <whenHandedOver value="2026-04-02"/>
  <dosageInstruction>
    <text value="1-1-1-1 nach Bedarf"/>
  </dosageInstruction>
</MedicationDispense>