| Class TClaimResponsePaymentUnit
bsFhir_stu3 Declaration
type TClaimResponsePayment = class(TBackboneElement) Description
 This resource provides the adjudication details from the processing of a Claim resource.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property type_ : TCodeableConcept read Gettype_ write Settype_; |  | 
 Whether this represents partial or complete payment of the claim.  |  
|  | property adjustment : TMoney read Getadjustment write Setadjustment; |  | 
 Adjustment to the payment of this transaction which is not related to adjudication of this transaction.  |  
|  | property adjustmentReason : TCodeableConcept read GetadjustmentReason write SetadjustmentReason; |  | 
 Reason for the payment adjustment.  |  
|  | property date_ : string read Getdate_ write Setdate_; |  | 
 Estimated payment data.  |  
|  | property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |  |  |  
|  | property amount : TMoney read Getamount write Setamount; |  | 
 Payable less any payment adjustment.  |  
|  | property identifier : TIdentifier read Getidentifier write Setidentifier; |  | 
 Payment identifier.  |  Generated by PasDoc 0.15.0.
 |