| Class TExplanationOfBenefitRelatedUnit
bsFhir_r5 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.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property claim : TReference read Getclaim write Setclaim; |  | 
 Reference to a related claim.  |  
|  | property relationship : TCodeableConcept read Getrelationship write Setrelationship; |  | 
 A code to convey how the claims are related.  |  
|  | property reference : TIdentifier read Getreference write Setreference; |  | 
 An alternate organizational reference to the case or file to which this particular claim pertains.  |  Generated by PasDoc 0.15.0.
 |