Class TClaimResponseTotal
Unit
bsFhir_r5
Declaration
type TClaimResponseTotal = 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 category : TCodeableConcept read Getcategory write Setcategory; |
A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.
|
|
property amount : TMoney read Getamount write Setamount; |
Monetary total amount associated with the category.
|
Generated by PasDoc 0.15.0.
|