Class TCoverage

Unit

Declaration

type TCoverage = class(TDomainResource)

Description

Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property policyHolder : TReference read GetpolicyHolder write SetpolicyHolder;
Public property subscriber : TReference read Getsubscriber write Setsubscriber;
Public property subscriberId : string read GetsubscriberId write SetsubscriberId;
Public property subscriberIdElement : Tstring read GetsubscriberIdElement write SetsubscriberIdElement;
Public property beneficiary : TReference read Getbeneficiary write Setbeneficiary;
Public property dependent : string read Getdependent write Setdependent;
Public property dependentElement : Tstring read GetdependentElement write SetdependentElement;
Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;
Public property period : TPeriod read Getperiod write Setperiod;
Public property payor : TReferenceArray read GetpayorArray;
Public property class_ : TCoverageClassArray read Getclass_Array;
Public property order : Int64 read Getorder write Setorder;
Public property orderElement : TpositiveInt read GetorderElement write SetorderElement;
Public property network : string read Getnetwork write Setnetwork;
Public property networkElement : Tstring read GetnetworkElement write SetnetworkElement;
Public property costToBeneficiary : TCoverageCostToBeneficiaryArray read GetcostToBeneficiaryArray;
Public property subrogation : boolean read Getsubrogation write Setsubrogation;
Public property subrogationElement : Tboolean read GetsubrogationElement write SetsubrogationElement;
Public property contract : TReferenceArray read GetcontractArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this coverage.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.

Public property policyHolder : TReference read GetpolicyHolder write SetpolicyHolder;

The party who 'owns' the insurance policy.

Public property subscriber : TReference read Getsubscriber write Setsubscriber;

The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.

Public property subscriberId : string read GetsubscriberId write SetsubscriberId;

The insurer assigned ID for the Subscriber.

Public property subscriberIdElement : Tstring read GetsubscriberIdElement write SetsubscriberIdElement;
 
Public property beneficiary : TReference read Getbeneficiary write Setbeneficiary;

The party who benefits from the insurance coverage; the patient when products and/or services are provided.

Public property dependent : string read Getdependent write Setdependent;

A unique identifier for a dependent under the coverage.

Public property dependentElement : Tstring read GetdependentElement write SetdependentElement;
 
Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;

The relationship of beneficiary (patient) to the subscriber.

Public property period : TPeriod read Getperiod write Setperiod;

Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.

Public property payor : TReferenceArray read GetpayorArray;

The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements.

Public property class_ : TCoverageClassArray read Getclass_Array;

A suite of underwriter specific classifiers.

Public property order : Int64 read Getorder write Setorder;

The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care.

Public property orderElement : TpositiveInt read GetorderElement write SetorderElement;
 
Public property network : string read Getnetwork write Setnetwork;

The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply.

Public property networkElement : Tstring read GetnetworkElement write SetnetworkElement;
 
Public property costToBeneficiary : TCoverageCostToBeneficiaryArray read GetcostToBeneficiaryArray;

A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.

Public property subrogation : boolean read Getsubrogation write Setsubrogation;

When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs.

Public property subrogationElement : Tboolean read GetsubrogationElement write SetsubrogationElement;
 
Public property contract : TReferenceArray read GetcontractArray;

The policy(s) which constitute this insurance coverage.


Generated by PasDoc 0.15.0.