Class TObservationDefinitionQualifiedInterval

Unit

Declaration

type TObservationDefinitionQualifiedInterval = class(TBackboneElement)

Description

Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property category : string read Getcategory write Setcategory;
Public property categoryElement : TObservationRangeCategory read GetcategoryElement write SetcategoryElement;
Public property range : TRange read Getrange write Setrange;
Public property context : TCodeableConcept read Getcontext write Setcontext;
Public property appliesTo : TCodeableConceptArray read GetappliesToArray;
Public property gender : string read Getgender write Setgender;
Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
Public property age : TRange read Getage write Setage;
Public property gestationalAge : TRange read GetgestationalAge write SetgestationalAge;
Public property condition : string read Getcondition write Setcondition;
Public property conditionElement : Tstring read GetconditionElement write SetconditionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : string read Getcategory write Setcategory;

The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.

Public property categoryElement : TObservationRangeCategory read GetcategoryElement write SetcategoryElement;
 
Public property range : TRange read Getrange write Setrange;

The low and high values determining the interval. There may be only one of the two.

Public property context : TCodeableConcept read Getcontext write Setcontext;

Codes to indicate the health context the range applies to. For example, the normal or therapeutic range.

Public property appliesTo : TCodeableConceptArray read GetappliesToArray;

Codes to indicate the target population this reference range applies to.

Public property gender : string read Getgender write Setgender;

Sex of the population the range applies to.

Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
 
Public property age : TRange read Getage write Setage;

The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.

Public property gestationalAge : TRange read GetgestationalAge write SetgestationalAge;

The gestational age to which this reference range is applicable, in the context of pregnancy.

Public property condition : string read Getcondition write Setcondition;

Text based condition for which the reference range is valid.

Public property conditionElement : Tstring read GetconditionElement write SetconditionElement;
 

Generated by PasDoc 0.15.0.