Class TProcessRequest

Unit

Declaration

type TProcessRequest = class(TDomainResource)

Description

This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources. 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 action : string read Getaction write Setaction;
Public property actionElement : TActionList read GetactionElement write SetactionElement;
Public property target : TReference read Gettarget write Settarget;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property provider : TReference read Getprovider write Setprovider;
Public property organization : TReference read Getorganization write Setorganization;
Public property request : TReference read Getrequest write Setrequest;
Public property response : TReference read Getresponse write Setresponse;
Public property nullify : boolean read Getnullify write Setnullify;
Public property nullifyElement : Tboolean read GetnullifyElement write SetnullifyElement;
Public property reference : string read Getreference write Setreference;
Public property referenceElement : Tstring read GetreferenceElement write SetreferenceElement;
Public property item : TProcessRequestItemArray read GetitemArray;
Public property include : TBSFHIRPrimitiveStringArray read GetincludeArray;
Public property exclude : TBSFHIRPrimitiveStringArray read GetexcludeArray;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The ProcessRequest 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 action : string read Getaction write Setaction;

The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.

Public property actionElement : TActionList read GetactionElement write SetactionElement;
 
Public property target : TReference read Gettarget write Settarget;

The organization which is the target of the request.

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 provider : TReference read Getprovider write Setprovider;

The practitioner who is responsible for the action specified in this request.

Public property organization : TReference read Getorganization write Setorganization;

The organization which is responsible for the action speccified in this request.

Public property request : TReference read Getrequest write Setrequest;

Reference of resource which is the target or subject of this action.

Public property response : TReference read Getresponse write Setresponse;

Reference of a prior response to resource which is the target or subject of this action.

Public property nullify : boolean read Getnullify write Setnullify;

If true remove all history excluding audit.

Public property nullifyElement : Tboolean read GetnullifyElement write SetnullifyElement;
 
Public property reference : string read Getreference write Setreference;

A reference to supply which authenticates the process.

Public property referenceElement : Tstring read GetreferenceElement write SetreferenceElement;
 
Public property item : TProcessRequestItemArray read GetitemArray;

List of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.

Public property include : TBSFHIRPrimitiveStringArray read GetincludeArray;

Names of resource types to include.

Public property exclude : TBSFHIRPrimitiveStringArray read GetexcludeArray;

Names of resource types to exclude.

Public property period : TPeriod read Getperiod write Setperiod;

A period of time during which the fulfilling resources would have been created.


Generated by PasDoc 0.15.0.