Class TExplanationOfBenefitProcedure
Unit
bsFhir_r5
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; |
A number to uniquely identify procedure entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
When the condition was observed or the relative ranking.
|
|
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 procedureCodeableConcept : TCodeableConcept read GetprocedureCodeableConcept write SetprocedureCodeableConcept; |
The code or reference to a Procedure resource which identifies the clinical intervention performed. (choose any one of procedure*, but only one)
|
|
property procedureReference : TReference read GetprocedureReference write SetprocedureReference; |
The code or reference to a Procedure resource which identifies the clinical intervention performed. (choose any one of procedure*, but only one)
|
|
property udi : TReferenceArray read GetudiArray; |
Unique Device Identifiers associated with this line item.
|
Generated by PasDoc 0.15.0.
|