Class TCoverageEligibilityRequestEvent

Unit

Declaration

type TCoverageEligibilityRequestEvent = 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property whenDateTime : string read GetwhenDateTime write SetwhenDateTime;
Public property whenDateTimeElement : TdateTime_ read GetwhenDateTimeElement write SetwhenDateTimeElement;
Public property whenPeriod : TPeriod read GetwhenPeriod write SetwhenPeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A coded event such as when a service is expected or a card printed.

Public property whenDateTime : string read GetwhenDateTime write SetwhenDateTime;

A date or period in the past or future indicating when the event occurred or is expectd to occur. (choose any one of when*, but only one)

Public property whenDateTimeElement : TdateTime_ read GetwhenDateTimeElement write SetwhenDateTimeElement;
 
Public property whenPeriod : TPeriod read GetwhenPeriod write SetwhenPeriod;

A date or period in the past or future indicating when the event occurred or is expectd to occur. (choose any one of when*, but only one)


Generated by PasDoc 0.15.0.