Class TCoverageEligibilityRequestInsurance

Unit

Declaration

type TCoverageEligibilityRequestInsurance = class(TBackboneElement)

Description

The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property focal : boolean read Getfocal write Setfocal;
Public property focalElement : Tboolean read GetfocalElement write SetfocalElement;
Public property coverage : TReference read Getcoverage write Setcoverage;
Public property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement;
Public property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property focal : boolean read Getfocal write Setfocal;

A flag to indicate that this Coverage is to be used for evaluation of this request when set to true.

Public property focalElement : Tboolean read GetfocalElement write SetfocalElement;
 
Public property coverage : TReference read Getcoverage write Setcoverage;

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.

Public property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement;

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

Public property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement;
 

Generated by PasDoc 0.15.0.