Class TClaimResponseInsurance
Unit
bsFhir_stu3
Declaration
type TClaimResponseInsurance = class(TBackboneElement)
Description
This resource provides the adjudication details from the processing of a Claim resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A service line item.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property focal : boolean read Getfocal write Setfocal; |
The instance number of the Coverage which 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.
|