This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Administration ![]() | Maturity Level: 2 | Trial Use | Security Category: Patient | Compartments: Device, Patient, Practitioner |
A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
The Account resource acts as a central record against which charges, payments, and adjustments are applied. It contains information about which parties are responsible for payment of the account.
While the Account does conceptually have a balance, expressing that balance directly as a resource property is challenging due to the complexity of pricing contracts. An operation to retrieve the current balance of an account is in consideration as future work.
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.
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.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
Account.status | AccountStatus | Required | Indicates whether the account is available to be used. |
Account.billingStatus | AccountBillingStatus (a valid code from Example Account Billing Statuses) | Example | Indicates whether the account is available to be used for billing purposes. |
Account.type | AccountTypes | Example | This examples value set defines the set of codes that can be used to represent the type of an account. |
Account.diagnosis.condition | ConditionProblemDiagnosisCodes | Example | Example value set for Condition/Problem/Diagnosis codes. |
Account.diagnosis.type | EncounterDiagnosisUse | Preferred | What a specific Encounter/EpisodeOfCare |
Account.diagnosis.packageCode | Example | ||
Account.procedure.code | ProcedureCodesSNOMEDCT | Example | Procedure Code: All SNOMED CT procedure codes. |
Account.procedure.type | Example | ||
Account.procedure.packageCode | Example | ||
Account.relatedAccount.relationship | AccountRelationship | Example | Relationship between accounts |
Account.currency | Currencies (a valid code from urn:iso:std:iso:4217 ) |
Required | Currency codes from ISO 4217 (see https://www.iso.org/iso-4217-currency-codes.html) |
Account.balance.aggregate | AccountAggregate | Extensible | Indicates who is expected to pay a part of the account balance. |
Account.balance.term | AccountBalanceTerm | Extensible | Indicates the account balance's age. |
UniqueKey | Level | Location | Description | Expression |
![]() | Rule | Account.diagnosis | The dateOfDiagnosis is not valid when using a reference to a diagnosis | condition.reference.empty().not() implies dateOfDiagnosis.empty() |
![]() | Rule | Account.procedure | The dateOfService is not valid when using a reference to a procedure | code.reference.empty().not() implies dateOfService.empty() |
There may be two types of accounts that are used to track billing activities with medical systems:
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
guarantor | reference | The parties ultimately responsible for balancing the Account | Account.guarantor.party (Organization, Patient, RelatedPerson) |
|
identifier | token | Account number | Account.identifier | 65 Resources |
name | string | Human-readable label | Account.name | |
owner | reference | Entity managing the Account | Account.owner (Organization) |
|
patient | reference | The entity that caused the expenses | Account.subject.where(resolve() is Patient) (Patient) |
65 Resources |
period | date | Transaction window | Account.servicePeriod | |
relatedaccount | reference | Parent and other related accounts | Account.relatedAccount.account (Account) |
|
status | token | active | inactive | entered-in-error | on-hold | unknown | Account.status | |
subject | reference | The entity that caused the expenses | Account.subject (Practitioner, Organization, Device, Patient, HealthcareService, PractitionerRole, Location) |
|
type | token | E.g. patient, expense, depreciation | Account.type | 11 Resources |