| Class TExplanationOfBenefitAccidentUnit
bsFhir_r5 Declaration
type TExplanationOfBenefitAccident = 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 date_ : string read Getdate_ write Setdate_; |  | 
 Date of an accident event related to the products and services contained in the claim.  |  
|  | property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |  |  |  
|  | property type_ : TCodeableConcept read Gettype_ write Settype_; |  | 
 The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.  |  
|  | property locationAddress : TAddress read GetlocationAddress write SetlocationAddress; |  | 
 The physical location of the accident event. (choose any one of location*, but only one)  |  
|  | property locationReference : TReference read GetlocationReference write SetlocationReference; |  | 
 The physical location of the accident event. (choose any one of location*, but only one)  |  Generated by PasDoc 0.15.0.
 |