Class TEvidenceCertainty
Unit
bsFhir_r5
Declaration
type TEvidenceCertainty = class(TBackboneElement)
Description
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property description : string read Getdescription write Setdescription; |
Textual description of certainty.
|
 |
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
 |
property note : TAnnotationArray read GetnoteArray; |
Footnotes and/or explanatory notes.
|
 |
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Aspect of certainty being rated.
|
 |
property rating : TCodeableConcept read Getrating write Setrating; |
Assessment or judgement of the aspect.
|
 |
property rater : string read Getrater write Setrater; |
Individual or group who did the rating.
|
 |
property raterElement : Tstring read GetraterElement write SetraterElement; |
|
Generated by PasDoc 0.15.0.
|