Class TClaimResponseItem

Unit

Declaration

type TClaimResponseItem = 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 itemSequence : Int64 read GetitemSequence write SetitemSequence;
Public property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement;
Public property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray;
Public property adjudication : TClaimResponseAdjudicationArray read GetadjudicationArray;
Public property detail : TClaimResponseDetailArray read GetdetailArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property itemSequence : Int64 read GetitemSequence write SetitemSequence;

A number to uniquely reference the claim item entries.

Public property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement;
 
Public property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray;

The numbers associated with notes below which apply to the adjudication of this item.

Public 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.

Public 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.