BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build

BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BioMaxis Invoice - Balanced (Alternative Example) - XML Representation

Raw xml | Download


<Invoice xmlns="http://hl7.org/fhir">
  <id value="invoice-example-02"/>
  <meta>
    <profile
             value="http://biomaxis.com/fhir/StructureDefinition/biomaxis-invoice"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Invoice invoice-example-02</b></p><a name="invoice-example-02"> </a><a name="hcinvoice-example-02"> </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-biomaxis-invoice.html">BioMaxis Invoice</a></p></div><p><b>Invoice Amount Paid</b>: <span title="Nepalese Rupee">NPR2,750.50</span> (NPR)</p><p><b>status</b>: balanced</p><p><b>subject</b>: <a href="Patient/example">Jane Smith</a></p><p><b>date</b>: 2025-01-20</p><p><b>issuer</b>: <a href="Organization/example">BioMaxis Hospital</a></p><h3>TotalNets</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>2750.5</td><td>Nepalese rupee</td></tr></table><h3>TotalGrosses</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>2750.5</td><td>Nepalese rupee</td></tr></table></div>
  </text>
  <extension
             url="http://biomaxis.com/fhir/StructureDefinition/invoice-amountPaid">
    <valueMoney>
      <value value="2750.5"/>
      <currency value="NPR"/>
    </valueMoney>
  </extension>
  <status value="balanced"/>
  <subject>
    <reference value="Patient/example"/>
    <display value="Jane Smith"/>
  </subject>
  <date value="2025-01-20"/>
  <issuer>
    <reference value="Organization/example"/>
    <display value="BioMaxis Hospital"/>
  </issuer>
  <totalNet>
    <value value="2750.5"/>
    <currency value="NPR"/>
  </totalNet>
  <totalGross>
    <value value="2750.5"/>
    <currency value="NPR"/>
  </totalGross>
</Invoice>