Class TChargeItemDefinitionApplicability
Unit
bsFhir_r5
Declaration
type TChargeItemDefinitionApplicability = 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 condition : TExpression read Getcondition write Setcondition; |
An expression that returns true or false, indicating whether the condition is satisfied. When using FHIRPath expressions, the %context environment variable must be replaced at runtime with the ChargeItem resource to which this definition is applied.
|
|
property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod; |
The period during which the charge item definition content was or is planned to be in active use.
|
|
property relatedArtifact : TRelatedArtifact read GetrelatedArtifact write SetrelatedArtifact; |
Reference to / quotation of the external source of the group of properties.
|
Generated by PasDoc 0.15.0.
|