Class TCoverageEligibilityRequestItem

Unit

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

Public constructor Create; override;

Properties

Public property supportingInfoSequence : TBSFHIRPrimitiveStringArray read GetsupportingInfoSequenceArray;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property productOrService : TCodeableConcept read GetproductOrService write SetproductOrService;
Public property modifier : TCodeableConceptArray read GetmodifierArray;
Public property provider : TReference read Getprovider write Setprovider;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property unitPrice : TMoney read GetunitPrice write SetunitPrice;
Public property facility : TReference read Getfacility write Setfacility;
Public property diagnosis : TCoverageEligibilityRequestDiagnosisArray read GetdiagnosisArray;
Public property detail : TReferenceArray read GetdetailArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property supportingInfoSequence : TBSFHIRPrimitiveStringArray read GetsupportingInfoSequenceArray;

Exceptions, special conditions and supporting information applicable for this service or product line.

Public property category : TCodeableConcept read Getcategory write Setcategory;

Code to identify the general type of benefits under which products and services are provided.

Public property productOrService : TCodeableConcept read GetproductOrService write SetproductOrService;

This contains the product, service, drug or other billing code for the item.

Public property modifier : TCodeableConceptArray read GetmodifierArray;

Item typification or modifiers codes to convey additional context for the product or service.

Public property provider : TReference read Getprovider write Setprovider;

The practitioner who is responsible for the product or service to be rendered to the patient.

Public property quantity : TQuantity read Getquantity write Setquantity;

The number of repetitions of a service or product.

Public property unitPrice : TMoney read GetunitPrice write SetunitPrice;

The amount charged to the patient by the provider for a single unit.

Public property facility : TReference read Getfacility write Setfacility;

Facility where the services will be provided.

Public property diagnosis : TCoverageEligibilityRequestDiagnosisArray read GetdiagnosisArray;

Patient diagnosis for which care is sought.

Public property detail : TReferenceArray read GetdetailArray;

The plan/proposal/order describing the proposed service in detail.


Generated by PasDoc 0.15.0.