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 description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : Tstring read GetlanguageElement write SetlanguageElement;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A brief, natural language description of the condition that effectively communicates the intended semantics.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property language : string read Getlanguage write Setlanguage;

The media type of the language for the expression, e.g. "text/cql" for Clinical Query Language expressions or "text/fhirpath" for FHIRPath expressions.

Public property languageElement : Tstring read GetlanguageElement write SetlanguageElement;
 
Public property expression : string read Getexpression write Setexpression;

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 expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 

Generated by PasDoc 0.15.0.