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" : "Account",
"id" : "account-jane-current",
"meta" : {
"profile" : [
🔗 "http://biomaxis.com/fhir/StructureDefinition/biomaxis-account"
]
},
"text" : {
"status" : "extensions",
"div" : "<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>"
},
"extension" : [
{
"extension" : [
{
"url" : "aggregate",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/account-aggregate",
"code" : "total",
"display" : "Total"
}
]
}
},
{
"url" : "amount",
"valueMoney" : {
"value" : 1540.75,
"currency" : "NPR"
}
}
],
"url" : "http://biomaxis.com/fhir/StructureDefinition/account-balance"
},
{
"extension" : [
{
"url" : "aggregate",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/account-aggregate",
"code" : "patient",
"display" : "Patient"
}
]
}
},
{
"url" : "amount",
"valueMoney" : {
"value" : 150.5,
"currency" : "NPR"
}
}
],
"url" : "http://biomaxis.com/fhir/StructureDefinition/account-balance"
},
{
"extension" : [
{
"url" : "aggregate",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/account-aggregate",
"code" : "insurance",
"display" : "Insurance"
}
]
}
},
{
"url" : "amount",
"valueMoney" : {
"value" : 1250.54,
"currency" : "NPR"
}
}
],
"url" : "http://biomaxis.com/fhir/StructureDefinition/account-balance"
},
{
"url" : "http://biomaxis.com/fhir/StructureDefinition/account-calculatedAt",
"valueInstant" : "2025-12-26T09:45:23.123+05:45"
}
],
"status" : "active"
}