Class TCoverageEligibilityResponseItem
Unit
bsFhir_r4
Declaration
type TCoverageEligibilityResponseItem = 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 category : TCodeableConcept read Getcategory write Setcategory; |
Code to identify the general type of benefits under which products and services are provided.
|
|
property productOrService : TCodeableConcept read GetproductOrService write SetproductOrService; |
This contains the product, service, drug or other billing code for the item.
|
|
property modifier : TCodeableConceptArray read GetmodifierArray; |
Item typification or modifiers codes to convey additional context for the product or service.
|
|
property provider : TReference read Getprovider write Setprovider; |
The practitioner who is eligible for the provision of the product or service.
|
|
property excluded : boolean read Getexcluded write Setexcluded; |
True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.
|
|
property excludedElement : Tboolean read GetexcludedElement write SetexcludedElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A short name or tag for the benefit.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
A richer description of the benefit or services covered.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property network : TCodeableConcept read Getnetwork write Setnetwork; |
Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.
|
|
property unit_ : TCodeableConcept read Getunit_ write Setunit_; |
Indicates if the benefits apply to an individual or to the family.
|
|
property term : TCodeableConcept read Getterm write Setterm; |
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.
|
|
property authorizationRequired : boolean read GetauthorizationRequired write SetauthorizationRequired; |
A boolean flag indicating whether a preauthorization is required prior to actual service delivery.
|
|
property authorizationRequiredElement : Tboolean read GetauthorizationRequiredElement write SetauthorizationRequiredElement; |
|
|
property authorizationSupporting : TCodeableConceptArray read GetauthorizationSupportingArray; |
Codes or comments regarding information or actions associated with the preauthorization.
|
|
property authorizationUrl : string read GetauthorizationUrl write SetauthorizationUrl; |
A web location for obtaining requirements or descriptive information regarding the preauthorization.
|
|
property authorizationUrlElement : Turi read GetauthorizationUrlElement write SetauthorizationUrlElement; |
|
Generated by PasDoc 0.15.0.
|