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) - JSON Representation

Raw json | Download

{
  "resourceType" : "Invoice",
  "id" : "invoice-example-02",
  "meta" : {
    "profile" : [
      🔗 "http://biomaxis.com/fhir/StructureDefinition/biomaxis-invoice"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://biomaxis.com/fhir/StructureDefinition/invoice-amountPaid",
      "valueMoney" : {
        "value" : 2750.5,
        "currency" : "NPR"
      }
    }
  ],
  "status" : "balanced",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Jane Smith"
  },
  "date" : "2025-01-20",
  "issuer" : {
    "reference" : "Organization/example",
    "display" : "BioMaxis Hospital"
  },
  "totalNet" : {
    "value" : 2750.5,
    "currency" : "NPR"
  },
  "totalGross" : {
    "value" : 2750.5,
    "currency" : "NPR"
  }
}