Class TExplanationOfBenefitInsurance
Unit
bsFhir_r4b
Declaration
type TExplanationOfBenefitInsurance = class(TBackboneElement)
Description
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property focal : boolean read Getfocal write Setfocal; |
A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.
|
|
property focalElement : Tboolean read GetfocalElement write SetfocalElement; |
|
|
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.
|
|
property preAuthRef : TBSFHIRPrimitiveStringArray read GetpreAuthRefArray; |
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.
|
Generated by PasDoc 0.15.0.
|