Class TClaimResponseSubDetail
Unit
bsFhir_r5
Declaration
type TClaimResponseSubDetail = 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 subDetailSequence : Int64 read GetsubDetailSequence write SetsubDetailSequence; |
A number to uniquely reference the claim sub-detail entry.
|
 |
property subDetailSequenceElement : TpositiveInt read GetsubDetailSequenceElement write SetsubDetailSequenceElement; |
|
 |
property traceNumber : TIdentifierArray read GettraceNumberArray; |
Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.
|
 |
property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray; |
The numbers associated with notes below which apply to the adjudication of this item.
|
 |
property reviewOutcome : TClaimResponseReviewOutcome read GetreviewOutcome write SetreviewOutcome; |
The high-level results of the adjudication if adjudication has been performed.
|
Generated by PasDoc 0.15.0.
|