Class TClaimRelated
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property claim : TReference read Getclaim write Setclaim; |
Other claims which are related to this claim such as prior claim versions or for related services.
|
|
property relationship : TCodeableConcept read Getrelationship write Setrelationship; |
For example prior or umbrella.
|
|
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.
|