Class TEligibilityRequest
Unit
bsFhir_stu3
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
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 priority : TCodeableConcept read Getpriority write Setpriority; |
Immediate (STAT), best effort (NORMAL), deferred (DEFER).
|
|
property patient : TReference read Getpatient write Setpatient; |
Patient Resource.
|
|
property serviced : TElement read Getserviced write Setserviced; |
The date or dates when the enclosed suite of services were performed or completed.
|
|
property created : string read Getcreated write Setcreated; |
The date when this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property enterer : TReference read Getenterer write Setenterer; |
Person who created the invoice/claim/pre-determination or pre-authorization.
|
|
property provider : TReference read Getprovider write Setprovider; |
The practitioner who is responsible for the services rendered to the patient.
|
|
property organization : TReference read Getorganization write Setorganization; |
The organization which is responsible for the services rendered to the patient.
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The Insurer who is target of the request.
|
|
property facility : TReference read Getfacility write Setfacility; |
Facility where the services were provided.
|
|
property coverage : TReference read Getcoverage write Setcoverage; |
Financial instrument by which payment information for health care.
|
|
property businessArrangement : string read GetbusinessArrangement write SetbusinessArrangement; |
The contract number of a business agreement which describes the terms and conditions.
|
|
property businessArrangementElement : Tstring read GetbusinessArrangementElement write SetbusinessArrangementElement; |
|
|
property benefitCategory : TCodeableConcept read GetbenefitCategory write SetbenefitCategory; |
Dental, Vision, Medical, Pharmacy, Rehab etc.
|
|
property benefitSubCategory : TCodeableConcept read GetbenefitSubCategory write SetbenefitSubCategory; |
Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.
|
Generated by PasDoc 0.15.0.
|