Class TExplanationOfBenefitAccident
Unit
bsFhir_stu3
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property date_ : string read Getdate_ write Setdate_; |
Date of an accident which these services are addressing.
|
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of accident: work, auto, etc.
|
|
property location : TElement read Getlocation write Setlocation; |
Where the accident occurred.
|
Generated by PasDoc 0.15.0.
|