Class TClaimEvent
Unit
bsFhir_r5
Declaration
type TClaimEvent = 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.
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.
|