Class TRiskAssessmentPrediction
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property outcome : TCodeableConcept read Getoutcome write Setoutcome; |
One of the potential outcomes for the patient (e.g. remission, death, a particular condition).
|
|
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)
|
|
property probabilityDecimalElement : Tdecimal read GetprobabilityDecimalElement write SetprobabilityDecimalElement; |
|
|
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)
|
|
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).
|
|
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.).
|
|
property relativeRiskElement : Tdecimal read GetrelativeRiskElement write SetrelativeRiskElement; |
|
|
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)
|
|
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)
|
|
property rationale : string read Getrationale write Setrationale; |
Additional information explaining the basis for the prediction.
|
|
property rationaleElement : Tstring read GetrationaleElement write SetrationaleElement; |
|
Generated by PasDoc 0.15.0.
|