Class TCoverageEligibilityRequestSupportingInfo
Unit
bsFhir_r4
Declaration
type TCoverageEligibilityRequestSupportingInfo = class(TBackboneElement)
Description
The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A number to uniquely identify supporting information entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property information : TReference read Getinformation write Setinformation; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
|
|
property appliesToAll : boolean read GetappliesToAll write SetappliesToAll; |
The supporting materials are applicable for all detail items, product/servce categories and specific billing codes.
|
|
property appliesToAllElement : Tboolean read GetappliesToAllElement write SetappliesToAllElement; |
|
Generated by PasDoc 0.15.0.
|