Class TClaimInsurance
Unit
bsFhir_stu3
Declaration
type TClaimInsurance = class(TBackboneElement)
Description
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
Sequence of coverage which serves to provide a link and convey coordination of benefit order.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property focal : boolean read Getfocal write Setfocal; |
A flag to indicate that this Coverage is the focus for adjudication. The Coverage against which the claim is to be adjudicated.
|
|
property focalElement : Tboolean read GetfocalElement write SetfocalElement; |
|
|
property coverage : TReference read Getcoverage write Setcoverage; |
Reference to the program or plan identification, underwriter or payor.
|
|
property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement; |
The contract number of a business agreement which describes the terms and conditions.
|
|
property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement; |
|
|
property preAuthRef : TBSFHIRPrimitiveStringArray read GetpreAuthRefArray; |
A list of references from the Insurer to which these services pertain.
|
|
property claimResponse : TReference read GetclaimResponse write SetclaimResponse; |
The Coverages adjudication details.
|
Generated by PasDoc 0.15.0.
|