Class TEvidenceVariableDefinition
Unit
bsFhir_r4b
Declaration
type TEvidenceVariableDefinition = class(TBackboneElement)
Description
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg 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; |
A text description or summary of the variable.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Footnotes and/or explanatory notes.
|
|
property variableRole : TCodeableConcept read GetvariableRole write SetvariableRole; |
population | subpopulation | exposure | referenceExposure | measuredVariable | confounder.
|
|
property observed : TReference read Getobserved write Setobserved; |
Definition of the actual variable related to the statistic(s).
|
|
property intended : TReference read Getintended write Setintended; |
Definition of the intended variable related to the Evidence.
|
|
property directnessMatch : TCodeableConcept read GetdirectnessMatch write SetdirectnessMatch; |
Indication of quality of match between intended variable to actual variable.
|
Generated by PasDoc 0.15.0.
|