Class TEnrollmentResponse

Unit

Declaration

type TEnrollmentResponse = class(TDomainResource)

Description

This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. 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 request : TReference read Getrequest write Setrequest;
Public property outcome : string read Getoutcome write Setoutcome;
Public property outcomeElement : TEnrollmentOutcome read GetoutcomeElement write SetoutcomeElement;
Public property disposition : string read Getdisposition write Setdisposition;
Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property organization : TReference read Getorganization write Setorganization;
Public property requestProvider : TReference read GetrequestProvider write SetrequestProvider;

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 request : TReference read Getrequest write Setrequest;

Original request resource reference.

Public property outcome : string read Getoutcome write Setoutcome;

Processing status: error, complete.

Public property outcomeElement : TEnrollmentOutcome read GetoutcomeElement write SetoutcomeElement;
 
Public property disposition : string read Getdisposition write Setdisposition;

A description of the status of the adjudication.

Public property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement;
 
Public property created : string read Getcreated write Setcreated;

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

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property organization : TReference read Getorganization write Setorganization;

The Insurer who produced this adjudicated response.

Public property requestProvider : TReference read GetrequestProvider write SetrequestProvider;

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


Generated by PasDoc 0.15.0.