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-03",
"meta" : {
"profile" : [
🔗 "http://biomaxis.com/fhir/StructureDefinition/biomaxis-invoice"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "issued",
"subject" : {
"reference" : "Patient/example",
"display" : "Alice Johnson"
},
"date" : "2025-01-25",
"issuer" : {
"reference" : "Organization/example",
"display" : "BioMaxis Hospital"
},
"totalNet" : {
"value" : 3200,
"currency" : "NPR"
},
"totalGross" : {
"value" : 3200,
"currency" : "NPR"
}
}