Cardea
cardea.fhir.
Account
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.
resourceType – This is a Account resource
identifier – Unique identifier used to reference the account. May or may not be intended for human use (e.g. credit card number).
status – Indicates whether the account is presently used/usable or not.
type – Categorizes the account for reporting and searching purposes.
name – Name used for the account when displaying it to humans in reports, etc.
subject – Identifies the patient, device, practitioner, location or other object the account is associated with.
period – Identifies the period of time the account applies to; e.g. accounts created per fiscal year, quarter, etc.
active – Indicates the period of time over which the account is allowed to have transactions posted to it. This period may be different to the coveragePeriod which is the duration of time that services may occur.
balance – Represents the sum of all credits less all debits associated with the account. Might be positive, zero or negative.
coverage – The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.
owner – Indicates the organization, department, etc. with responsibility for the account.
description – Provides additional information about what the account tracks and how it is used.
guarantor – Parties financially responsible for the account.
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__([dict_values])
Initialize self.
assert_type()
assert_type
Checks class values follow set possible enumerations.
get_dataframe()
get_dataframe
Returns dataframe from class attribute values.
get_eligible_relationships()
get_eligible_relationships
Returns class relationships for attributes that are used.
get_id()
get_id
Returns fhir class identifier.
get_relationships()
get_relationships
Returns class relationships.
set_attributes(dict_values)
set_attributes
Sets values to class attributes.