Class TRiskAssessmentPrediction
Unit
bsFhir_stu3
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 probability : TElement read Getprobability write Setprobability; |
How likely is the outcome (in the specified timeframe).
|
|
property qualitativeRisk : TCodeableConcept read GetqualitativeRisk write SetqualitativeRisk; |
How likely is the outcome (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, 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 when : TElement read Getwhen write Setwhen; |
Indicates the period of time or age range of the subject to which the specified probability applies.
|
|
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.
|