Class TExplanationOfBenefitEvent

Unit

Declaration

type TExplanationOfBenefitEvent = class(TBackboneElement)

Description

This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

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.