Base profile: https://www.hl7.org/fhir/account.html
Common use cases include:
- Find outstanding balances for a Patient
The following attributes are supported:
| Field Name | Notes |
|---|---|
| id | GUID for the Account |
| subject | Account.subject refers to the Patient. It is a FHIR Reference object. http://www.hl7.org/fhir/references.html#Reference |
| guarantor | party will reference Patient if the Guarantor is set to SELF party will reference RelatedPerson if Guarantor is someone else |
The following extensions to the Account resource have been created and are supported in order to support the desired functionality:
| Field Name | Notes |
|---|---|
| outstandingBalance | Data Type = Money - http://www.hl7.org/fhir/datatypes.html#Money |
| unusedFunds | Data Type = Money - http://www.hl7.org/fhir/datatypes.html#Money |
| businessUnitId | Unique identifier for the practice which must be included in all posted PaymentReconciliation objects |
| businessUnitName |
The Following Operations are supported:
- Account SEARCH

