Class TChargeItemDefinitionApplicability
Unit
bsFhir_r4
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 description : string read Getdescription write Setdescription; |
A brief, natural language description of the condition that effectively communicates the intended semantics.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
|
property languageElement : Tstring read GetlanguageElement write SetlanguageElement; |
|
|
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.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
Generated by PasDoc 0.15.0.
|