Class TClaimEvent

Unit

Declaration

type TClaimEvent = class(TBackboneElement)

Description

A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.

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.