cardea.fhir.EnrollmentResponse

class cardea.fhir.EnrollmentResponse(dict_values=None)

This resource provides enrollment and plan details from the processing of an Enrollment resource.

Parameters
  • resourceType – This is a EnrollmentResponse resource

  • identifier – The Response business identifier.

  • status – The status of the resource instance.

  • request – Original request resource reference.

  • outcome – Processing status: error, complete.

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

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

  • organization – The Insurer who produced this adjudicated response.

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

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