Class TExplanationOfBenefitReviewOutcome
Unit
bsFhir_r5
Declaration
type TExplanationOfBenefitReviewOutcome = class(TBackboneElement)
Description
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property decision : TCodeableConcept read Getdecision write Setdecision; |
The result of the claim, predetermination, or preauthorization adjudication.
|
|
property reason : TCodeableConceptArray read GetreasonArray; |
The reasons for the result of the claim, predetermination, or preauthorization adjudication.
|
|
property preAuthRef : string read GetpreAuthRef write SetpreAuthRef; |
Reference from the Insurer which is used in later communications which refers to this adjudication.
|
|
property preAuthRefElement : Tstring read GetpreAuthRefElement write SetpreAuthRefElement; |
|
|
property preAuthPeriod : TPeriod read GetpreAuthPeriod write SetpreAuthPeriod; |
The time frame during which this authorization is effective.
|
Generated by PasDoc 0.15.0.
|