Class TExplanationOfBenefitProcedure
Unit
bsFhir_stu3
Declaration
type TExplanationOfBenefitProcedure = 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 sequence : Int64 read Getsequence write Setsequence; |
Sequence of procedures which serves to order and provide a link.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property date_ : string read Getdate_ write Setdate_; |
Date and optionally time the procedure was performed .
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property procedure_ : TElement read Getprocedure_ write Setprocedure_; |
The procedure code.
|
Generated by PasDoc 0.15.0.
|