cardea.fhir.ProcessResponse

class cardea.fhir.ProcessResponse(dict_values=None)

This resource provides processing status, errors and notes from the processing of a resource.

Parameters
  • resourceType – This is a ProcessResponse 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.

  • organization – The organization who produced this adjudicated response.

  • request – Original request resource reference.

  • outcome – Transaction status: error, complete, held.

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

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

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

  • processNote – Suite of processing notes or additional requirements if the processing has been held.

  • error – Processing errors.

  • communicationRequest – Request for additional supporting or authorizing information, such as: documents, images or resources.

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