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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Account ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "account-jane-current"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://biomaxis.com/fhir/StructureDefinition/biomaxis-account"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/StructureDefinition/biomaxis-account> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [
fhir:v "aggregate"^^xsd:anyURI ;
fhir:l fhir:aggregate ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/account-aggregate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/account-aggregate> ] ;
fhir:code [ fhir:v "total" ] ;
fhir:display [ fhir:v "Total" ] ] ) ] ] [
fhir:url [
fhir:v "amount"^^xsd:anyURI ;
fhir:l fhir:amount ] ;
fhir:value [
a fhir:Money ;
fhir:value [ fhir:v 1540.75 ] ;
fhir:currency [ fhir:v "NPR" ] ] ] ) ;
fhir:url [
fhir:v "http://biomaxis.com/fhir/StructureDefinition/account-balance"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/StructureDefinition/account-balance> ]
] [
( fhir:extension [
fhir:url [
fhir:v "aggregate"^^xsd:anyURI ;
fhir:l fhir:aggregate ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/account-aggregate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/account-aggregate> ] ;
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient" ] ] ) ] ] [
fhir:url [
fhir:v "amount"^^xsd:anyURI ;
fhir:l fhir:amount ] ;
fhir:value [
a fhir:Money ;
fhir:value [ fhir:v 150.5 ] ;
fhir:currency [ fhir:v "NPR" ] ] ] ) ;
fhir:url [
fhir:v "http://biomaxis.com/fhir/StructureDefinition/account-balance"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/StructureDefinition/account-balance> ]
] [
( fhir:extension [
fhir:url [
fhir:v "aggregate"^^xsd:anyURI ;
fhir:l fhir:aggregate ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/account-aggregate"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/account-aggregate> ] ;
fhir:code [ fhir:v "insurance" ] ;
fhir:display [ fhir:v "Insurance" ] ] ) ] ] [
fhir:url [
fhir:v "amount"^^xsd:anyURI ;
fhir:l fhir:amount ] ;
fhir:value [
a fhir:Money ;
fhir:value [ fhir:v 1250.54 ] ;
fhir:currency [ fhir:v "NPR" ] ] ] ) ;
fhir:url [
fhir:v "http://biomaxis.com/fhir/StructureDefinition/account-balance"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/StructureDefinition/account-balance> ]
] [
fhir:url [
fhir:v "http://biomaxis.com/fhir/StructureDefinition/account-calculatedAt"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/StructureDefinition/account-calculatedAt> ] ;
fhir:value [
a fhir:Instant ;
fhir:v "2025-12-26T09:45:23.123+05:45"^^xsd:dateTime ]
] ) ; #
fhir:status [ fhir:v "active"] . #
IG © 2024+ BioMaxis Pvt. Ltd.. Package biomaxis.core#0.0.0-semantic-release based on FHIR 4.0.1. Generated 2026-02-04
Links: Table of Contents |
QA Report