cardea.fhir.PaymentNotice¶
-
class
cardea.fhir.
PaymentNotice
(dict_values=None)¶ This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
- Parameters
resourceType – This is a PaymentNotice resource
identifier – The notice business identifier.
status – The status of the resource instance.
request – Reference of resource for which payment is being made.
response – Reference of response to resource for which payment is being made.
statusDate – The date when the above payment action occurrred.
created – The date when this resource was created.
target – The Insurer who is target of the request.
provider – The practitioner who is responsible for the services rendered to the patient.
organization – The organization which is responsible for the services rendered to the patient.
paymentStatus – The payment status, typically paid: payment sent, cleared: payment received.
-
__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.