Class TRiskAssessmentPrediction

Unit

Declaration

type TRiskAssessmentPrediction = class(TBackboneElement)

Description

An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property probabilityDecimal : Double read GetprobabilityDecimal write SetprobabilityDecimal;
Public property probabilityDecimalElement : Tdecimal read GetprobabilityDecimalElement write SetprobabilityDecimalElement;
Public property probabilityRange : TRange read GetprobabilityRange write SetprobabilityRange;
Public property qualitativeRisk : TCodeableConcept read GetqualitativeRisk write SetqualitativeRisk;
Public property relativeRisk : Double read GetrelativeRisk write SetrelativeRisk;
Public property relativeRiskElement : Tdecimal read GetrelativeRiskElement write SetrelativeRiskElement;
Public property whenPeriod : TPeriod read GetwhenPeriod write SetwhenPeriod;
Public property whenRange : TRange read GetwhenRange write SetwhenRange;
Public property rationale : string read Getrationale write Setrationale;
Public property rationaleElement : Tstring read GetrationaleElement write SetrationaleElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

One of the potential outcomes for the patient (e.g. remission, death, a particular condition).

Public property probabilityDecimal : Double read GetprobabilityDecimal write SetprobabilityDecimal;

Indicates how likely the outcome is (in the specified timeframe). (choose any one of probability*, but only one)

Public property probabilityDecimalElement : Tdecimal read GetprobabilityDecimalElement write SetprobabilityDecimalElement;
 
Public property probabilityRange : TRange read GetprobabilityRange write SetprobabilityRange;

Indicates how likely the outcome is (in the specified timeframe). (choose any one of probability*, but only one)

Public property qualitativeRisk : TCodeableConcept read GetqualitativeRisk write SetqualitativeRisk;

Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high).

Public property relativeRisk : Double read GetrelativeRisk write SetrelativeRisk;

Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).

Public property relativeRiskElement : Tdecimal read GetrelativeRiskElement write SetrelativeRiskElement;
 
Public property whenPeriod : TPeriod read GetwhenPeriod write SetwhenPeriod;

Indicates the period of time or age range of the subject to which the specified probability applies. (choose any one of when*, but only one)

Public property whenRange : TRange read GetwhenRange write SetwhenRange;

Indicates the period of time or age range of the subject to which the specified probability applies. (choose any one of when*, but only one)

Public property rationale : string read Getrationale write Setrationale;

Additional information explaining the basis for the prediction.

Public property rationaleElement : Tstring read GetrationaleElement write SetrationaleElement;
 

Generated by PasDoc 0.15.0.