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-john-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-john-current</b></p><a name=\"account-john-current\"> </a><a name=\"hcaccount-john-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>amount: <span title=\"Nepalese Rupee\">NPR1,540.75</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" : "amount",
"valueMoney" : {
"value" : 1540.75,
"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"
}