Implementation Guide
Version 1.2.0 - release

: Einheitenkodierter MedicationRequest einer Rezeptanforderung - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Example-Initial-Medication-Request-2"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest Example-Initial-Medication-Request-2</b></p><a name="Example-Initial-Medication-Request-2"> </a><a name="hcExample-Initial-Medication-Request-2"> </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-service-request-medication-request.html">ERP Service Request Medikationsanforderung</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication-Example-Initial-Medication-2.html">Medication 02483617</a></p><p><b>subject</b>: <a href="Patient-Example-Patient-2.html">Peter Edgarson (official) (no stated gender), DoB: 1974-01-31 ( http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#X098765432)</a></p><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>2 Packungen<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{Package} = '{Package}')</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>🔗 
    <reference value="Medication/Example-Initial-Medication-2"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/Example-Patient-2"/>
  </subject>
  <dispenseRequest>
    <quantity>
      <value value="2"/>
      <unit value="Packungen"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{Package}"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>