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 - Issued with No Payment - XML Representation

Raw xml | Download


<Invoice xmlns="http://hl7.org/fhir">
  <id value="invoice-example-03"/>
  <meta>
    <profile
             value="http://biomaxis.com/fhir/StructureDefinition/biomaxis-invoice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Invoice invoice-example-03</b></p><a name="invoice-example-03"> </a><a name="hcinvoice-example-03"> </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>status</b>: issued</p><p><b>subject</b>: <a href="Patient/example">Alice Johnson</a></p><p><b>date</b>: 2025-01-25</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>3200</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>3200</td><td>Nepalese rupee</td></tr></table></div>
  </text>
  <status value="issued"/>
  <subject>
    <reference value="Patient/example"/>
    <display value="Alice Johnson"/>
  </subject>
  <date value="2025-01-25"/>
  <issuer>
    <reference value="Organization/example"/>
    <display value="BioMaxis Hospital"/>
  </issuer>
  <totalNet>
    <value value="3200"/>
    <currency value="NPR"/>
  </totalNet>
  <totalGross>
    <value value="3200"/>
    <currency value="NPR"/>
  </totalGross>
</Invoice>