Class TExplanationOfBenefitRelated
Unit
bsFhir_stu3
Declaration
type TExplanationOfBenefitRelated = 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
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.
|