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
<Account xmlns="http://hl7.org/fhir">
<id value="account-jane-current"/>
<meta>
<profile
value="http://biomaxis.com/fhir/StructureDefinition/biomaxis-account"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Account account-jane-current</b></p><a name="account-jane-current"> </a><a name="hcaccount-jane-current"> </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-account.html">BioMaxis Account</a></p></div><blockquote><p><b>Account Balance</b></p><ul><li>aggregate: <span title="Codes:{http://hl7.org/fhir/account-aggregate total}">Total</span></li><li>amount: <span title="Nepalese Rupee">NPR1,540.75</span> (NPR)</li></ul></blockquote><blockquote><p><b>Account Balance</b></p><ul><li>aggregate: <span title="Codes:{http://hl7.org/fhir/account-aggregate patient}">Patient</span></li><li>amount: <span title="Nepalese Rupee">NPR150.50</span> (NPR)</li></ul></blockquote><blockquote><p><b>Account Balance</b></p><ul><li>aggregate: <span title="Codes:{http://hl7.org/fhir/account-aggregate insurance}">Insurance</span></li><li>amount: <span title="Nepalese Rupee">NPR1,250.54</span> (NPR)</li></ul></blockquote><p><b>Account Calculated At</b>: 2025-12-26 09:45:23+0545</p><p><b>status</b>: Active</p></div>
</text>
<extension
url="http://biomaxis.com/fhir/StructureDefinition/account-balance">
<extension url="aggregate">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/account-aggregate"/>
<code value="total"/>
<display value="Total"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="amount">
<valueMoney>
<value value="1540.75"/>
<currency value="NPR"/>
</valueMoney>
</extension>
</extension>
<extension
url="http://biomaxis.com/fhir/StructureDefinition/account-balance">
<extension url="aggregate">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/account-aggregate"/>
<code value="patient"/>
<display value="Patient"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="amount">
<valueMoney>
<value value="150.5"/>
<currency value="NPR"/>
</valueMoney>
</extension>
</extension>
<extension
url="http://biomaxis.com/fhir/StructureDefinition/account-balance">
<extension url="aggregate">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/account-aggregate"/>
<code value="insurance"/>
<display value="Insurance"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="amount">
<valueMoney>
<value value="1250.54"/>
<currency value="NPR"/>
</valueMoney>
</extension>
</extension>
<extension
url="http://biomaxis.com/fhir/StructureDefinition/account-calculatedAt">
<valueInstant value="2025-12-26T09:45:23.123+05:45"/>
</extension>
<status value="active"/>
</Account>