Class TEnrollmentRequest

Unit

Declaration

type TEnrollmentRequest = class(TDomainResource)

Description

This resource provides the insurance enrollment details to the insurer regarding a specified coverage. 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 created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property insurer : TReference read Getinsurer write Setinsurer;
Public property provider : TReference read Getprovider write Setprovider;
Public property candidate : TReference read Getcandidate write Setcandidate;
Public property coverage : TReference read Getcoverage write Setcoverage;

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 created : string read Getcreated write Setcreated;

The date when this resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property insurer : TReference read Getinsurer write Setinsurer;

The Insurer who is target of the request.

Public property provider : TReference read Getprovider write Setprovider;

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

Public property candidate : TReference read Getcandidate write Setcandidate;

Patient Resource.

Public property coverage : TReference read Getcoverage write Setcoverage;

Reference to the program or plan identification, underwriter or payor.


Generated by PasDoc 0.15.0.