Nerve
FHIRResources

Account

Maturity LevelSecurity CategoryResource Category
2Patient
Financial

Account is a resource that serves as a financial tool for tracking value accrued for a particular purpose. In the healthcare field, it is used to track charges for a patient, cost centers, etc...

Resource Content

Name
Required
Type
Description & Constraints
identifierIdentifier[]Account number
statuscodeactive | inactive | entered-in-error | on-hold | unknown
typeCodeableConceptE.g. patient, expense, depreciation
namestringHuman-readable label
subjectThe entity that caused the expenses
servicePeriodPeriodTransaction window
coverageBackboneElementThe party(s) responsible for covering payment
└─ coverageReference<Coverage>The party(s) that may contribute to payment
└─ prioritypositiveIntCoverage priority in account context
ownerReference<Organization>Entity managing the Account
descriptionstringExplanation of purpose/use
guarantorBackboneElementParties responsible for balancing Account
└─ partyReference<Patient| RelatedPerson| Organization>Responsible entity
└─ onHoldbooleanCredit or other hold applied
└─ periodPeriodGuarantee account during
partOfReference<Account>Reference to a parent Account

Search Parameters

NameTypeDescriptionExpression
identifiertokenAccount numberAccount.identifier
namestringHuman-readable labelAccount.name
ownerreferenceEntity managing the AccountAccount.owner
patientreferenceThe entity that caused the expensesAccount.subject.where(resolve() is Patient)
perioddateTransaction windowAccount.servicePeriod
statustokenactive | inactive | entered-in-error | on-hold | unknownAccount.status
subjectreferenceThe entity that caused the expensesAccount.subject
typetokenE.g. patient, expense, depreciationAccount.type

Scope and Usage

The Account resource is a central record against which charges, payments, and adjustments are applied. It contains information about which parties are responsible for payment of the account.

Boundaries and Relationships

The Account itself does not include information about the charges, payments or adjustments, but rather those resources, such as ChargeItem point to the account to which they apply. Payment and adjustment resources have not yet been developed.

Background and Context

The Account resource can be considered a "bucket" to which ChargeItem resources are linked. These charges are processed by a billing system, which determines the responsible parties for the balance of the account. The billing system then submits claims or sends statements to the appropriate parties. Once payment is received, an adjustment is applied to the Account. The internal calculation of balances and allocation of responsibility is expected to be internal to the billing systems. Only the inputs and outputs of the billing process is communicated in the relevant financial FHIR resources.

Referenced Elements

This resource is referenced by:

On this page