Class TClaimRelated

Unit

Declaration

type TClaimRelated = class(TBackboneElement)

Description

A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property claim : TReference read Getclaim write Setclaim;
Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;
Public property reference : TIdentifier read Getreference write Setreference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property claim : TReference read Getclaim write Setclaim;

Other claims which are related to this claim such as prior claim versions or for related services.

Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;

For example prior or umbrella.

Public property reference : TIdentifier read Getreference write Setreference;

An alternate organizational reference to the case or file to which this particular claim pertains - eg Property/Casualy insurer claim # or Workers Compensation case # .


Generated by PasDoc 0.15.0.