Class TEligibilityRequest

Unit

Declaration

type TEligibilityRequest = class(TDomainResource)

Description

The EligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an EligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. 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 priority : TCodeableConcept read Getpriority write Setpriority;
Public property patient : TReference read Getpatient write Setpatient;
Public property serviced : TElement read Getserviced write Setserviced;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property enterer : TReference read Getenterer write Setenterer;
Public property provider : TReference read Getprovider write Setprovider;
Public property organization : TReference read Getorganization write Setorganization;
Public property insurer : TReference read Getinsurer write Setinsurer;
Public property facility : TReference read Getfacility write Setfacility;
Public property coverage : TReference read Getcoverage write Setcoverage;
Public property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement;
Public property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement;
Public property benefitCategory : TCodeableConcept read GetbenefitCategory write SetbenefitCategory;
Public property benefitSubCategory : TCodeableConcept read GetbenefitSubCategory write SetbenefitSubCategory;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The Response business identifier.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property priority : TCodeableConcept read Getpriority write Setpriority;

Immediate (STAT), best effort (NORMAL), deferred (DEFER).

Public property patient : TReference read Getpatient write Setpatient;

Patient Resource.

Public property serviced : TElement read Getserviced write Setserviced;

The date or dates when the enclosed suite of services were performed or completed.

Public property created : string read Getcreated write Setcreated;

The date when this resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property enterer : TReference read Getenterer write Setenterer;

Person who created the invoice/claim/pre-determination or pre-authorization.

Public property provider : TReference read Getprovider write Setprovider;

The practitioner who is responsible for the services rendered to the patient.

Public property organization : TReference read Getorganization write Setorganization;

The organization which is responsible for the services rendered to the patient.

Public property insurer : TReference read Getinsurer write Setinsurer;

The Insurer who is target of the request.

Public property facility : TReference read Getfacility write Setfacility;

Facility where the services were provided.

Public property coverage : TReference read Getcoverage write Setcoverage;

Financial instrument by which payment information for health care.

Public property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement;

The contract number of a business agreement which describes the terms and conditions.

Public property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement;
 
Public property benefitCategory : TCodeableConcept read GetbenefitCategory write SetbenefitCategory;

Dental, Vision, Medical, Pharmacy, Rehab etc.

Public property benefitSubCategory : TCodeableConcept read GetbenefitSubCategory write SetbenefitSubCategory;

Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.


Generated by PasDoc 0.15.0.