Class TClaimResponseItem
Unit
bsFhir_r4b
Declaration
type TClaimResponseItem = 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 itemSequence : Int64 read GetitemSequence write SetitemSequence; |
A number to uniquely reference the claim item entries.
|
|
property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement; |
|
|
property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray; |
The numbers associated with notes below which apply to the adjudication of this item.
|
|
property adjudication : TClaimResponseAdjudicationArray read GetadjudicationArray; |
If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.
|
|
property detail : TClaimResponseDetailArray read GetdetailArray; |
A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items.
|
Generated by PasDoc 0.15.0.
|