Class TChargeItemDefinitionPropertyGroup
Unit
bsFhir_r4b
Declaration
type TChargeItemDefinitionPropertyGroup = class(TBackboneElement)
Description
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property priceComponent : TChargeItemDefinitionPriceComponentArray read GetpriceComponentArray; |
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated.
|
Generated by PasDoc 0.15.0.
|