Class TChargeItemDefinitionApplicability

Unit

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

Public constructor Create; override;

Properties

Public property condition : TExpression read Getcondition write Setcondition;
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;
Public property relatedArtifact : TRelatedArtifact read GetrelatedArtifact write SetrelatedArtifact;

Description

Methods

Public constructor Create; override;
 

Properties

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

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

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