| Class TClaimRelatedUnit
bsFhir_r5 Declaration
type TClaimRelated = 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.  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.
 |