Class TCoverageCostToBeneficiary

Unit

Declaration

type TCoverageCostToBeneficiary = class(TBackboneElement)

Description

Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property network : TCodeableConcept read Getnetwork write Setnetwork;
Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;
Public property term : TCodeableConcept read Getterm write Setterm;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueMoney : TMoney read GetvalueMoney write SetvalueMoney;
Public property exception : TCoverageExceptionArray read GetexceptionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The category of patient centric costs associated with treatment.

Public property category : TCodeableConcept read Getcategory write Setcategory;

Code to identify the general type of benefits under which products and services are provided.

Public property network : TCodeableConcept read Getnetwork write Setnetwork;

Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.

Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;

Indicates if the benefits apply to an individual or to the family.

Public property term : TCodeableConcept read Getterm write Setterm;

The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The amount due from the patient for the cost category. (choose any one of value*, but only one)

Public property valueMoney : TMoney read GetvalueMoney write SetvalueMoney;

The amount due from the patient for the cost category. (choose any one of value*, but only one)

Public property exception : TCoverageExceptionArray read GetexceptionArray;

A suite of codes indicating exceptions or reductions to patient costs and their effective periods.


Generated by PasDoc 0.15.0.