Class TCoverageEligibilityRequestItem
Unit
bsFhir_r5
Declaration
type TCoverageEligibilityRequestItem = 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 supportingInfoSequence : TBSFHIRPrimitiveStringArray read GetsupportingInfoSequenceArray; |
Exceptions, special conditions and supporting information applicable for this service or product line.
|
|
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 responsible for the product or service to be rendered to the patient.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The number of repetitions of a service or product.
|
|
property unitPrice : TMoney read GetunitPrice write SetunitPrice; |
The amount charged to the patient by the provider for a single unit.
|
|
property facility : TReference read Getfacility write Setfacility; |
Facility where the services will be provided.
|
|
property detail : TReferenceArray read GetdetailArray; |
The plan/proposal/order describing the proposed service in detail.
|
Generated by PasDoc 0.15.0.
|