cardea.fhir.PaymentReconciliation¶
-
class
cardea.fhir.
PaymentReconciliation
(dict_values=None)¶ This resource provides payment details and claim references supporting a bulk payment.
- Parameters
resourceType – This is a PaymentReconciliation resource
identifier – The Response business identifier.
status – The status of the resource instance.
period – The period of time for which payments have been gathered into this bulk payment for settlement.
created – The date when the enclosed suite of services were performed or completed.
organization – The Insurer who produced this adjudicated response.
request – Original request resource reference.
outcome – Transaction status: error, complete.
disposition – A description of the status of the adjudication.
requestProvider – The practitioner who is responsible for the services rendered to the patient.
requestOrganization – The organization which is responsible for the services rendered to the patient.
detail – List of individual settlement amounts and the corresponding transaction.
form – The form to be used for printing the content.
total – Total payment amount.
processNote – Suite of notes.
-
__init__
(dict_values=None)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([dict_values])Initialize self.
assert_type
()Checks class values follow set possible enumerations.
get_dataframe
()Returns dataframe from class attribute values.
get_eligible_relationships
()Returns class relationships for attributes that are used.
get_id
()Returns fhir class identifier.
get_relationships
()Returns class relationships.
set_attributes
(dict_values)Sets values to class attributes.