Class TCoverageEligibilityResponseInsurance

Unit

Declaration

type TCoverageEligibilityResponseInsurance = class(TBackboneElement)

Description

This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property coverage : TReference read Getcoverage write Setcoverage;
Public property inforce : boolean read Getinforce write Setinforce;
Public property inforceElement : Tboolean read GetinforceElement write SetinforceElement;
Public property benefitPeriod : TPeriod read GetbenefitPeriod write SetbenefitPeriod;
Public property item : TCoverageEligibilityResponseItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property coverage : TReference read Getcoverage write Setcoverage;

Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.

Public property inforce : boolean read Getinforce write Setinforce;

Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates.

Public property inforceElement : Tboolean read GetinforceElement write SetinforceElement;
 
Public property benefitPeriod : TPeriod read GetbenefitPeriod write SetbenefitPeriod;

The term of the benefits documented in this response.

Public property item : TCoverageEligibilityResponseItemArray read GetitemArray;

Benefits and optionally current balances, and authorization details by category or service.


Generated by PasDoc 0.15.0.