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. 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 relationship : TCodeableConcept read Getrelationship write Setrelationship;
Public property period : TPeriod read Getperiod write Setperiod;
Public property payor : TReferenceArray read GetpayorArray;
Public property grouping : TCoverageGrouping read Getgrouping write Setgrouping;
Public property dependent : string read Getdependent write Setdependent;
Public property dependentElement : Tstring read GetdependentElement write SetdependentElement;
Public property sequence : string read Getsequence write Setsequence;
Public property sequenceElement : Tstring read GetsequenceElement write SetsequenceElement;
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 contract : TReferenceArray read GetcontractArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The main (and possibly only) identifier for the coverage - often referred to as a Member Id, Certificate number, Personal Health Number or Case ID. May be constructed as the concatination of the Coverage.SubscriberID and the Coverage.dependant.

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, may be an individual, corporation or the subscriber's employer.

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 services are provided.

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. May provide multiple identifiers such as insurance company identifier or business identifier (BIN number).

Public property grouping : TCoverageGrouping read Getgrouping write Setgrouping;

A suite of underwrite specific classifiers, for example may be used to identify a class of coverage or employer group, Policy, Plan.

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 sequence : string read Getsequence write Setsequence;

An optional counter for a particular instance of the identified coverage which increments upon each renewal.

Public property sequenceElement : Tstring read GetsequenceElement write SetsequenceElement;
 
Public property order : Int64 read Getorder write Setorder;

The order of applicability of this coverage relative to other coverages which are currently inforce. Note, there may be gaps in the numbering and this does not imply primary, secondard 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 contract : TReferenceArray read GetcontractArray;

The policy(s) which constitute this insurance coverage.


Generated by PasDoc 0.15.0.