Class TClaimResponseDetail
Unit
bsFhir_r5
Declaration
type TClaimResponseDetail = 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 detailSequence : Int64 read GetdetailSequence write SetdetailSequence; |
A number to uniquely reference the claim detail entry.
|
|
property detailSequenceElement : TpositiveInt read GetdetailSequenceElement write SetdetailSequenceElement; |
|
|
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.
|