cardea.fhir.EligibilityResponse

class cardea.fhir.EligibilityResponse(dict_values=None)

This resource provides eligibility and plan details from the processing of an Eligibility resource.

Parameters
  • resourceType – This is a EligibilityResponse resource

  • identifier – The Response business identifier.

  • status – The status of the resource instance.

  • created – The date when the enclosed suite of services were performed or completed.

  • 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.

  • request – Original request resource reference.

  • outcome – Transaction status: error, complete.

  • disposition – A description of the status of the adjudication.

  • insurer – The Insurer who produced this adjudicated response.

  • inforce – Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates.

  • insurance – The insurer may provide both the details for the requested coverage as well as details for additional coverages known to the insurer.

  • form – The form to be used for printing the content.

  • error – Mutually exclusive with Services Provided (Item).

__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.