Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedtechPaymentReconciliationCreditExample - XML Representation

Raw xml | Download


<PaymentReconciliation xmlns="http://hl7.org/fhir">
  <id value="fab8a5ac1c4e5706198e1b493950fb74"/>
  <meta>
    <profile
             value="https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PaymentReconciliation fab8a5ac1c4e5706198e1b493950fb74</b></p><a name="fab8a5ac1c4e5706198e1b493950fb74"> </a><a name="hcfab8a5ac1c4e5706198e1b493950fb74"> </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-paymentreconciliation-credit.html">ALEX Account Credit (Unallocated Prepayment)</a></p></div><p><b>Payment Location</b>: <a href="Location/fab8a5ac1c4e5706198e1b493950fb74">Healthier Care</a></p><p><b>Payment Patient</b>: <a href="Patient/fab8a5ac1c4e5706198e1b493950fb74">Test Patient</a></p><p><b>Payment Method</b>: <span title="Codes:{https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method O}">Other</span></p><p><b>Payment Annotation</b>: application/rtf: e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9</p><p><b>status</b>: Active</p><p><b>created</b>: 2026-02-18 11:30:00+1300</p><p><b>requestor</b>: <a href="Practitioner/7def01802be7cbe97d4301a421f111f5">Dr Medtech Apmt Staff</a></p><p><b>paymentDate</b>: 2026-02-18</p><h3>PaymentAmounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>50</td><td>New Zealand dollar</td></tr></table><h3>Details</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/payment-type advance}">Advance</span></td></tr></table><h3>ProcessNotes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>Display</td><td>Payment taken at vendor app</td></tr></table></div>
  </text>
  <extension
             url="https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location">
    <valueReference>
      <reference value="Location/fab8a5ac1c4e5706198e1b493950fb74"/>
      <display value="Healthier Care"/>
    </valueReference>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-patient">
    <valueReference>
      <reference value="Patient/fab8a5ac1c4e5706198e1b493950fb74"/>
      <display value="Test Patient"/>
    </valueReference>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-method">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method"/>
        <code value="O"/>
        <display value="Other"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-annotation">
    <valueAttachment>
      <contentType value="application/rtf"/>
      <data value="e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9"/>
    </valueAttachment>
  </extension>
  <status value="active"/>
  <created value="2026-02-18T11:30:00+13:00"/>
  <requestor>
    <reference value="Practitioner/7def01802be7cbe97d4301a421f111f5"/>
    <display value="Dr Medtech Apmt Staff"/>
  </requestor>
  <paymentDate value="2026-02-18"/>
  <paymentAmount>
    <value value="50"/>
    <currency value="NZD"/>
  </paymentAmount>
  <detail>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/payment-type"/>
        <code value="advance"/>
        <display value="Advance"/>
      </coding>
    </type>
  </detail>
  <processNote>
    <type value="display"/>
    <text value="Payment taken at vendor app"/>
  </processNote>
</PaymentReconciliation>