Class TExplanationOfBenefitAdjudication
Unit
bsFhir_stu3
Declaration
type TExplanationOfBenefitAdjudication = 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 category : TCodeableConcept read Getcategory write Setcategory; |
Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc.
|
|
property reason : TCodeableConcept read Getreason write Setreason; |
Adjudication reason such as limit reached.
|
|
property amount : TMoney read Getamount write Setamount; |
Monitory amount associated with the code.
|
|
property value : Double read Getvalue write Setvalue; |
A non-monetary value for example a percentage. Mutually exclusive to the amount element above.
|
|
property valueElement : Tdecimal read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|