Class TResearchStudy

Unit

Declaration

type TResearchStudy = class(TDomainResource)

Description

A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property label_ : TResearchStudyLabelArray read Getlabel_Array;
Public property protocol : TReferenceArray read GetprotocolArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property primaryPurposeType : TCodeableConcept read GetprimaryPurposeType write SetprimaryPurposeType;
Public property phase : TCodeableConcept read Getphase write Setphase;
Public property studyDesign : TCodeableConceptArray read GetstudyDesignArray;
Public property focus : TCodeableReferenceArray read GetfocusArray;
Public property condition : TCodeableConceptArray read GetconditionArray;
Public property keyword : TCodeableConceptArray read GetkeywordArray;
Public property region : TCodeableConceptArray read GetregionArray;
Public property descriptionSummary : string read GetdescriptionSummary write SetdescriptionSummary;
Public property descriptionSummaryElement : Tmarkdown read GetdescriptionSummaryElement write SetdescriptionSummaryElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property site : TReferenceArray read GetsiteArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property classifier : TCodeableConceptArray read GetclassifierArray;
Public property associatedParty : TResearchStudyAssociatedPartyArray read GetassociatedPartyArray;
Public property progressStatus : TResearchStudyProgressStatusArray read GetprogressStatusArray;
Public property whyStopped : TCodeableConcept read GetwhyStopped write SetwhyStopped;
Public property recruitment : TResearchStudyRecruitment read Getrecruitment write Setrecruitment;
Public property comparisonGroup : TResearchStudyComparisonGroupArray read GetcomparisonGroupArray;
Public property objective : TResearchStudyObjectiveArray read GetobjectiveArray;
Public property outcomeMeasure : TResearchStudyOutcomeMeasureArray read GetoutcomeMeasureArray;
Public property result : TReferenceArray read GetresultArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property url : string read Geturl write Seturl;

Canonical identifier for this study resource, represented as a globally unique URI.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers assigned to this research study by the sponsor or other systems.

Public property version : string read Getversion write Setversion;

The business version for the study record.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public property name_ : string read Getname_ write Setname_;

Name for this study (computer friendly).

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property title : string read Gettitle write Settitle;

The human readable name of the research study.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property label_ : TResearchStudyLabelArray read Getlabel_Array;

Additional names for the study.

Public property protocol : TReferenceArray read GetprotocolArray;

The set of steps expected to be performed as part of the execution of the study.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger research study of which this particular study is a component or step.

Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;

Citations, references, URLs and other related documents. When using relatedArtifact to share URLs, the relatedArtifact.type will often be set to one of "documentation" or "supported-with" and the URL value will often be in relatedArtifact.document.url but another possible location is relatedArtifact.resource when it is a canonical URL.

Public property date_ : string read Getdate_ write Setdate_;

The date (and optionally time) when the ResearchStudy Resource was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the ResearchStudy Resource changes.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property status : string read Getstatus write Setstatus;

The publication state of the resource (not of the study).

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property primaryPurposeType : TCodeableConcept read GetprimaryPurposeType write SetprimaryPurposeType;

The type of study based upon the intent of the study activities. A classification of the intent of the study.

Public property phase : TCodeableConcept read Getphase write Setphase;

The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.

Public property studyDesign : TCodeableConceptArray read GetstudyDesignArray;

Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc.

Public property focus : TCodeableReferenceArray read GetfocusArray;

The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.

Public property condition : TCodeableConceptArray read GetconditionArray;

The condition that is the focus of the study. For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion "healthy volunteer", but the target condition code would be a Lupus SNOMED code.

Public property keyword : TCodeableConceptArray read GetkeywordArray;

Key terms to aid in searching for or filtering the study.

Public property region : TCodeableConceptArray read GetregionArray;

A country, state or other area where the study is taking place rather than its precise geographic location or address.

Public property descriptionSummary : string read GetdescriptionSummary write SetdescriptionSummary;

A brief text for explaining the study.

Public property descriptionSummaryElement : Tmarkdown read GetdescriptionSummaryElement write SetdescriptionSummaryElement;
 
Public property description : string read Getdescription write Setdescription;

A detailed and human-readable narrative of the study. E.g., study abstract.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Identifies the start date and the expected (or actual, depending on status) end date for the study.

Public property site : TReferenceArray read GetsiteArray;

A facility in which study activities are conducted.

Public property note : TAnnotationArray read GetnoteArray;

Comments made about the study by the performer, subject or other participants.

Public property classifier : TCodeableConceptArray read GetclassifierArray;

Additional grouping mechanism or categorization of a research study. Example: FDA regulated device, FDA regulated drug, MPG Paragraph 23b (a German legal requirement), IRB-exempt, etc. Implementation Note: do not use the classifier element to support existing semantics that are already supported thru explicit elements in the resource.

Public property associatedParty : TResearchStudyAssociatedPartyArray read GetassociatedPartyArray;

Sponsors, collaborators, and other parties.

Public property progressStatus : TResearchStudyProgressStatusArray read GetprogressStatusArray;

Status of study with time for that status.

Public property whyStopped : TCodeableConcept read GetwhyStopped write SetwhyStopped;

A description and/or code explaining the premature termination of the study.

Public property recruitment : TResearchStudyRecruitment read Getrecruitment write Setrecruitment;

Target or actual group of participants enrolled in study.

Public property comparisonGroup : TResearchStudyComparisonGroupArray read GetcomparisonGroupArray;

Describes an expected event or sequence of events for one of the subjects of a study. E.g. for a living subject: exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. E.g. for a stability study: {store sample from lot A at 25 degrees for 1 month}, {store sample from lot A at 40 degrees for 1 month}.

Public property objective : TResearchStudyObjectiveArray read GetobjectiveArray;

A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.

Public property outcomeMeasure : TResearchStudyOutcomeMeasureArray read GetoutcomeMeasureArray;

An "outcome measure", "endpoint", "effect measure" or "measure of effect" is a specific measurement or observation used to quantify the effect of experimental variables on the participants in a study, or for observational studies, to describe patterns of diseases or traits or associations with exposures, risk factors or treatment.

Public property result : TReferenceArray read GetresultArray;

Link to one or more sets of results generated by the study. Could also link to a research registry holding the results such as ClinicalTrials.gov.


Generated by PasDoc 0.15.0.