Class TClaimResponsePayment

Unit

Declaration

type TClaimResponsePayment = class(TBackboneElement)

Description

This resource provides the adjudication details from the processing of a Claim resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property adjustment : TMoney read Getadjustment write Setadjustment;
Public property adjustmentReason : TCodeableConcept read GetadjustmentReason write SetadjustmentReason;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property amount : TMoney read Getamount write Setamount;
Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Whether this represents partial or complete payment of the benefits payable.

Public property adjustment : TMoney read Getadjustment write Setadjustment;

Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.

Public property adjustmentReason : TCodeableConcept read GetadjustmentReason write SetadjustmentReason;

Reason for the payment adjustment.

Public property date_ : string read Getdate_ write Setdate_;

Estimated date the payment will be issued or the actual issue date of payment.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property amount : TMoney read Getamount write Setamount;

Benefits payable less any payment adjustment.

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Issuer's unique identifier for the payment instrument.


Generated by PasDoc 0.15.0.