cardea.fhir.Coverage

class cardea.fhir.Coverage(dict_values=None)

Financial instrument which may be used to reimburse or pay for health care products and services.

Parameters
  • resourceType – This is a Coverage resource

  • identifier – The main (and possibly only) identifier for the coverage - often referred to as a Member Id, Certificate number, Personal Health Number or Case ID. May be constructed as the concatination of the Coverage.SubscriberID and the Coverage.dependant.

  • status – The status of the resource instance.

  • type – The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.

  • policyHolder – The party who ‘owns’ the insurance policy, may be an individual, corporation or the subscriber’s employer.

  • subscriber – The party who has signed-up for or ‘owns’ the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.

  • subscriberId – The insurer assigned ID for the Subscriber.

  • beneficiary – The party who benefits from the insurance coverage., the patient when services are provided.

  • relationship – The relationship of beneficiary (patient) to the subscriber.

  • period – Time period during which the coverage is in force. A missing start date indicates the start date isn’t known, a missing end date means the coverage is continuing to be in force.

  • payor – The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements. May provide multiple identifiers such as insurance company identifier or business identifier (BIN number).

  • grouping – A suite of underwrite specific classifiers, for example may be used to identify a class of coverage or employer group, Policy, Plan.

  • dependent – A unique identifier for a dependent under the coverage.

  • sequence – An optional counter for a particular instance of the identified coverage which increments upon each renewal.

  • order – The order of applicability of this coverage relative to other coverages which are currently inforce. Note, there may be gaps in the numbering and this does not imply primary, secondard etc. as the specific positioning of coverages depends upon the episode of care.

  • network – The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the ‘in-network’ rate, otherwise ‘out of network’ terms and conditions apply.

  • contract – The policy(s) which constitute this insurance coverage.

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