Class Claim.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:
Claim

public static class Claim.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.
    • identifier

      The business identifier to be used when the claim is sent for adjudication against this insurance policy.
    • 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.
    • businessArrangement

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

      Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.
    • claimResponse

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

  • Method Details