Class TEnrollmentRequest
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
The Response business identifier.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property created : string read Getcreated write Setcreated; |
The date when this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The Insurer who is target of the request.
|
|
property provider : TReference read Getprovider write Setprovider; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property candidate : TReference read Getcandidate write Setcandidate; |
Patient Resource.
|
|
property coverage : TReference read Getcoverage write Setcoverage; |
Reference to the program or plan identification, underwriter or payor.
|
Generated by PasDoc 0.15.0.
|