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
{
"resourceType" : "Invoice",
"id" : "invoice-example-04",
"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-04</b></p><a name=\"invoice-example-04\"> </a><a name=\"hcinvoice-example-04\"> </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\">NPR1,000.00</span> (NPR)</p><p><b>status</b>: issued</p><p><b>subject</b>: <a href=\"Patient/example\">Robert Brown</a></p><p><b>date</b>: 2025-01-22</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>4500</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>4500</td><td>Nepalese rupee</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://biomaxis.com/fhir/StructureDefinition/invoice-amountPaid",
"valueMoney" : {
"value" : 1000,
"currency" : "NPR"
}
}
],
"status" : "issued",
"subject" : {
"reference" : "Patient/example",
"display" : "Robert Brown"
},
"date" : "2025-01-22",
"issuer" : {
"reference" : "Organization/example",
"display" : "BioMaxis Hospital"
},
"totalNet" : {
"value" : 4500,
"currency" : "NPR"
},
"totalGross" : {
"value" : 4500,
"currency" : "NPR"
}
}