Class TExplanationOfBenefitPayment

Unit

Declaration

type TExplanationOfBenefitPayment = 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

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 claim.

Public property adjustment : TMoney read Getadjustment write Setadjustment;

Adjustment to the payment of this transaction which is not related to adjudication of this transaction.

Public property adjustmentReason : TCodeableConcept read GetadjustmentReason write SetadjustmentReason;

Reason for the payment adjustment.

Public property date_ : string read Getdate_ write Setdate_;

Estimated payment date.

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

Payable less any payment adjustment.

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Payment identifer.


Generated by PasDoc 0.15.0.