Class TResearchElementDefinitionCharacteristic

Unit

Declaration

type TResearchElementDefinitionCharacteristic = class(TBackboneElement)

Description

The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property definition : TElement read Getdefinition write Setdefinition;
Public property usageContext : TUsageContextArray read GetusageContextArray;
Public property exclude : boolean read Getexclude write Setexclude;
Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;
Public property studyEffectiveDescription : string read GetstudyEffectiveDescription write SetstudyEffectiveDescription;
Public property studyEffectiveDescriptionElement : Tstring read GetstudyEffectiveDescriptionElement write SetstudyEffectiveDescriptionElement;
Public property studyEffective : TElement read GetstudyEffective write SetstudyEffective;
Public property studyEffectiveTimeFromStart : TDuration read GetstudyEffectiveTimeFromStart write SetstudyEffectiveTimeFromStart;
Public property studyEffectiveGroupMeasure : string read GetstudyEffectiveGroupMeasure write SetstudyEffectiveGroupMeasure;
Public property studyEffectiveGroupMeasureElement : TGroupMeasure read GetstudyEffectiveGroupMeasureElement write SetstudyEffectiveGroupMeasureElement;
Public property participantEffectiveDescription : string read GetparticipantEffectiveDescription write SetparticipantEffectiveDescription;
Public property participantEffectiveDescriptionElement : Tstring read GetparticipantEffectiveDescriptionElement write SetparticipantEffectiveDescriptionElement;
Public property participantEffective : TElement read GetparticipantEffective write SetparticipantEffective;
Public property participantEffectiveTimeFromStart : TDuration read GetparticipantEffectiveTimeFromStart write SetparticipantEffectiveTimeFromStart;
Public property participantEffectiveGroupMeasure : string read GetparticipantEffectiveGroupMeasure write SetparticipantEffectiveGroupMeasure;
Public property participantEffectiveGroupMeasureElement : TGroupMeasure read GetparticipantEffectiveGroupMeasureElement write SetparticipantEffectiveGroupMeasureElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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).

Public property usageContext : TUsageContextArray read GetusageContextArray;

Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.

Public property exclude : boolean read Getexclude write Setexclude;

When true, members with this characteristic are excluded from the element.

Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
 
Public property unitOfMeasure : TCodeableConcept read GetunitOfMeasure write SetunitOfMeasure;

Specifies the UCUM unit for the outcome.

Public property studyEffectiveDescription : string read GetstudyEffectiveDescription write SetstudyEffectiveDescription;

A narrative description of the time period the study covers.

Public property studyEffectiveDescriptionElement : Tstring read GetstudyEffectiveDescriptionElement write SetstudyEffectiveDescriptionElement;
 
Public property studyEffective : TElement read GetstudyEffective write SetstudyEffective;

Indicates what effective period the study covers.

Public property studyEffectiveTimeFromStart : TDuration read GetstudyEffectiveTimeFromStart write SetstudyEffectiveTimeFromStart;

Indicates duration from the study initiation.

Public property studyEffectiveGroupMeasure : string read GetstudyEffectiveGroupMeasure write SetstudyEffectiveGroupMeasure;

Indicates how elements are aggregated within the study effective period.

Public property studyEffectiveGroupMeasureElement : TGroupMeasure read GetstudyEffectiveGroupMeasureElement write SetstudyEffectiveGroupMeasureElement;
 
Public property participantEffectiveDescription : string read GetparticipantEffectiveDescription write SetparticipantEffectiveDescription;

A narrative description of the time period the study covers.

Public property participantEffectiveDescriptionElement : Tstring read GetparticipantEffectiveDescriptionElement write SetparticipantEffectiveDescriptionElement;
 
Public property participantEffective : TElement read GetparticipantEffective write SetparticipantEffective;

Indicates what effective period the study covers.

Public property participantEffectiveTimeFromStart : TDuration read GetparticipantEffectiveTimeFromStart write SetparticipantEffectiveTimeFromStart;

Indicates duration from the participant's study entry.

Public property participantEffectiveGroupMeasure : string read GetparticipantEffectiveGroupMeasure write SetparticipantEffectiveGroupMeasure;

Indicates how elements are aggregated within the study effective period.

Public property participantEffectiveGroupMeasureElement : TGroupMeasure read GetparticipantEffectiveGroupMeasureElement write SetparticipantEffectiveGroupMeasureElement;
 

Generated by PasDoc 0.15.0.