Class ClaimResponse.InsuranceComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
ClaimResponse

public static class ClaimResponse.InsuranceComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • sequence

      A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.
    • focal

      protected BooleanType focal
      A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.
    • coverage

      protected Reference coverage
      Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.
    • coverageTarget

      The actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.)
    • businessArrangement

      A business agreement number established between the provider and the insurer for special business processing purposes.
    • claimResponse

      The result of the adjudication of the line items for the Coverage specified in this insurance.
    • claimResponseTarget

      The actual object that is the target of the reference (The result of the adjudication of the line items for the Coverage specified in this insurance.)
  • Constructor Details

  • Method Details