Class TEvidenceVariableCharacteristic
Unit
bsFhir_r4
Declaration
type TEvidenceVariableCharacteristic = class(TBackboneElement)
Description
The EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property definition : TElement read Getdefinition write Setdefinition; |
Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).
|
|
property usageContext : TUsageContextArray read GetusageContextArray; |
Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.
|
|
property exclude : boolean read Getexclude write Setexclude; |
When true, members with this characteristic are excluded from the element.
|
|
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
|
property participantEffective : TElement read GetparticipantEffective write SetparticipantEffective; |
Indicates what effective period the study covers.
|
|
property timeFromStart : TDuration read GettimeFromStart write SettimeFromStart; |
Indicates duration from the participant's study entry.
|
|
property groupMeasure : string read GetgroupMeasure write SetgroupMeasure; |
Indicates how elements are aggregated within the study effective period.
|
|
property groupMeasureElement : TGroupMeasure read GetgroupMeasureElement write SetgroupMeasureElement; |
|
Generated by PasDoc 0.15.0.
|