Class TCoverageEligibilityResponseBenefit
Unit
bsFhir_r5
Declaration
type TCoverageEligibilityResponseBenefit = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
Classification of benefit being provided.
|
|
property allowedUnsignedInt : Int64 read GetallowedUnsignedInt write SetallowedUnsignedInt; |
The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)
|
|
property allowedUnsignedIntElement : TunsignedInt read GetallowedUnsignedIntElement write SetallowedUnsignedIntElement; |
|
|
property allowedString : string read GetallowedString write SetallowedString; |
The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)
|
|
property allowedStringElement : Tstring read GetallowedStringElement write SetallowedStringElement; |
|
|
property allowedMoney : TMoney read GetallowedMoney write SetallowedMoney; |
The quantity of the benefit which is permitted under the coverage. (choose any one of allowed*, but only one)
|
|
property usedUnsignedInt : Int64 read GetusedUnsignedInt write SetusedUnsignedInt; |
The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)
|
|
property usedUnsignedIntElement : TunsignedInt read GetusedUnsignedIntElement write SetusedUnsignedIntElement; |
|
|
property usedString : string read GetusedString write SetusedString; |
The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)
|
|
property usedStringElement : Tstring read GetusedStringElement write SetusedStringElement; |
|
|
property usedMoney : TMoney read GetusedMoney write SetusedMoney; |
The quantity of the benefit which have been consumed to date. (choose any one of used*, but only one)
|
Generated by PasDoc 0.15.0.
|