Class TClaimResponseInsurance

Unit

Declaration

type TClaimResponseInsurance = class(TBackboneElement)

Description

This resource provides the adjudication details from the processing of a Claim resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sequence : Int64 read Getsequence write Setsequence;
Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
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;
Public property preAuthRef : TBSFHIRPrimitiveStringArray read GetpreAuthRefArray;
Public property claimResponse : TReference read GetclaimResponse write SetclaimResponse;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

A service line item.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public 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.

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

Reference to the program or plan identification, underwriter or payor.

Public property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement;

The contract number of a business agreement which describes the terms and conditions.

Public property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement;
 
Public property preAuthRef : TBSFHIRPrimitiveStringArray read GetpreAuthRefArray;

A list of references from the Insurer to which these services pertain.

Public property claimResponse : TReference read GetclaimResponse write SetclaimResponse;

The Coverages adjudication details.


Generated by PasDoc 0.15.0.