Class TAccountProcedure
Unit
bsFhir_r5
Declaration
type TAccountProcedure = class(TBackboneElement)
Description
A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
Ranking of the procedure (for each type).
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property code : TCodeableReference read Getcode write Setcode; |
The procedure relevant to the account.
|
|
property dateOfService : string read GetdateOfService write SetdateOfService; |
Date of the procedure when using a coded procedure. If using a reference to a procedure, then the date on the procedure should be used.
|
|
property dateOfServiceElement : TdateTime_ read GetdateOfServiceElement write SetdateOfServiceElement; |
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
How this procedure value should be used in charging the account.
|
|
property packageCode : TCodeableConceptArray read GetpackageCodeArray; |
The package code can be used to group procedures that may be priced or delivered as a single product. Such as DRGs.
|
|
property device : TReferenceArray read GetdeviceArray; |
Any devices that were associated with the procedure relevant to the account.
|
Generated by PasDoc 0.15.0.
|