Class TResearchElementDefinitionCharacteristic
Unit
bsFhir_r4
Declaration
type TResearchElementDefinitionCharacteristic = class(TBackboneElement)
Description
The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property definition : TElement read Getdefinition write Setdefinition; |
Define members of the research 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 unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure; |
Specifies the UCUM unit for the outcome.
|
|
property studyEffectiveDescription : string read GetstudyEffectiveDescription write SetstudyEffectiveDescription; |
A narrative description of the time period the study covers.
|
|
property studyEffectiveDescriptionElement : Tstring read GetstudyEffectiveDescriptionElement write SetstudyEffectiveDescriptionElement; |
|
|
property studyEffective : TElement read GetstudyEffective write SetstudyEffective; |
Indicates what effective period the study covers.
|
|
property studyEffectiveTimeFromStart : TDuration read GetstudyEffectiveTimeFromStart write SetstudyEffectiveTimeFromStart; |
Indicates duration from the study initiation.
|
|
property studyEffectiveGroupMeasure : string read GetstudyEffectiveGroupMeasure write SetstudyEffectiveGroupMeasure; |
Indicates how elements are aggregated within the study effective period.
|
|
property studyEffectiveGroupMeasureElement : TGroupMeasure read GetstudyEffectiveGroupMeasureElement write SetstudyEffectiveGroupMeasureElement; |
|
|
property participantEffectiveDescription : string read GetparticipantEffectiveDescription write SetparticipantEffectiveDescription; |
A narrative description of the time period the study covers.
|
|
property participantEffectiveDescriptionElement : Tstring read GetparticipantEffectiveDescriptionElement write SetparticipantEffectiveDescriptionElement; |
|
|
property participantEffective : TElement read GetparticipantEffective write SetparticipantEffective; |
Indicates what effective period the study covers.
|
|
property participantEffectiveTimeFromStart : TDuration read GetparticipantEffectiveTimeFromStart write SetparticipantEffectiveTimeFromStart; |
Indicates duration from the participant's study entry.
|
|
property participantEffectiveGroupMeasure : string read GetparticipantEffectiveGroupMeasure write SetparticipantEffectiveGroupMeasure; |
Indicates how elements are aggregated within the study effective period.
|
|
property participantEffectiveGroupMeasureElement : TGroupMeasure read GetparticipantEffectiveGroupMeasureElement write SetparticipantEffectiveGroupMeasureElement; |
|
Generated by PasDoc 0.15.0.
|