Class TAccountProcedure

Unit

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

Public constructor Create; override;

Properties

Public property sequence : Int64 read Getsequence write Setsequence;
Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
Public property code : TCodeableReference read Getcode write Setcode;
Public property dateOfService : string read GetdateOfService write SetdateOfService;
Public property dateOfServiceElement : TdateTime_ read GetdateOfServiceElement write SetdateOfServiceElement;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property packageCode : TCodeableConceptArray read GetpackageCodeArray;
Public property device : TReferenceArray read GetdeviceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

Ranking of the procedure (for each type).

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property code : TCodeableReference read Getcode write Setcode;

The procedure relevant to the account.

Public 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.

Public property dateOfServiceElement : TdateTime_ read GetdateOfServiceElement write SetdateOfServiceElement;
 
Public property type_ : TCodeableConceptArray read Gettype_Array;

How this procedure value should be used in charging the account.

Public 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.

Public property device : TReferenceArray read GetdeviceArray;

Any devices that were associated with the procedure relevant to the account.


Generated by PasDoc 0.15.0.