EMA Billing Implementation Guide
0.1.0 - ci-build Chile flag

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

: Ejemplo Notificación de Pago - XML Representation

Raw xml | Download


<PaymentNotice xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaPaymentNotice"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/billing/StructureDefinition/ema-payment-notice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AvisoDePago EjemploEmaPaymentNotice</b></p><a name="EjemploEmaPaymentNotice"> </a><a name="hcEjemploEmaPaymentNotice"> </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-ema-payment-notice.html">EMA PaymentNotice</a></p></div><p><b>status</b>: Active</p><p><b>request</b>: <a href="Invoice-EjemploEmaInvoice.html">Boleta consulta médica general</a></p><p><b>created</b>: 2026-03-14</p><p><b>payment</b>: <a href="PaymentReconciliation/ejemplo-payment">Pago consulta médica 2026-03-14</a></p><p><b>recipient</b>: <a href="Organization/ejemplo-organization">EMA Clinic</a></p><h3>Amounts</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>25000</td><td>Chilean peso</td></tr></table><p><b>paymentStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/paymentstatus paid}">Paid</span></p></div>
  </text>
  <status value="active"/>
  <request>🔗 
    <reference value="Invoice/EjemploEmaInvoice"/>
    <display value="Boleta consulta médica general"/>
  </request>
  <created value="2026-03-14"/>
  <payment>
    <reference value="PaymentReconciliation/ejemplo-payment"/>
    <display value="Pago consulta médica 2026-03-14"/>
  </payment>
  <recipient>
    <reference value="Organization/ejemplo-organization"/>
    <display value="EMA Clinic"/>
  </recipient>
  <amount>
    <value value="25000"/>
    <currency value="CLP"/>
  </amount>
  <paymentStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/paymentstatus"/>
      <code value="paid"/>
      <display value="Paid"/>
    </coding>
  </paymentStatus>
</PaymentNotice>