Class TCoverageEligibilityResponseInsurance
Unit
bsFhir_r5
Declaration
type TCoverageEligibilityResponseInsurance = class(TBackboneElement)
Description
This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property coverage : TReference read Getcoverage write Setcoverage; |
Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.
|
|
property inforce : boolean read Getinforce write Setinforce; |
Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates.
|
|
property inforceElement : Tboolean read GetinforceElement write SetinforceElement; |
|
|
property benefitPeriod : TPeriod read GetbenefitPeriod write SetbenefitPeriod; |
The term of the benefits documented in this response.
|
Generated by PasDoc 0.15.0.
|