Class TExplanationOfBenefitEvent
Unit
bsFhir_r5
Declaration
type TExplanationOfBenefitEvent = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
A coded event such as when a service is expected or a card printed.
|
|
property whenDateTime : string read GetwhenDateTime write SetwhenDateTime; |
A date or period in the past or future indicating when the event occurred or is expectd to occur. (choose any one of when*, but only one)
|
|
property whenDateTimeElement : TdateTime_ read GetwhenDateTimeElement write SetwhenDateTimeElement; |
|
|
property whenPeriod : TPeriod read GetwhenPeriod write SetwhenPeriod; |
A date or period in the past or future indicating when the event occurred or is expectd to occur. (choose any one of when*, but only one)
|
Generated by PasDoc 0.15.0.
|