Enum: StudyDesign¶
Types of study designs
URI: revaise:StudyDesign
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| RCT | None | Randomized controlled trial |
| CLUSTER_RCT | None | Cluster randomized controlled trial |
| NON_RANDOMIZED | None | Non-randomized controlled trial |
| COHORT | None | Cohort study |
| CASE_CONTROL | None | Case-control study |
| CROSS_SECTIONAL | None | Cross-sectional study |
| CASE_SERIES | None | Case series |
| CASE_REPORT | None | Case report |
| QUALITATIVE | None | Qualitative study |
| MIXED_METHODS | None | Mixed methods study |
| SYSTEMATIC_REVIEW | None | Systematic review |
| META_ANALYSIS | None | Meta-analysis |
| SCOPING_REVIEW | None | Scoping review |
| NARRATIVE_REVIEW | None | Narrative review |
| OTHER | None | Other study design |
Slots¶
| Name | Description |
|---|---|
| study_design | Design of the study |
| study_design | Design of the study |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
LinkML Source¶
name: StudyDesign
description: Types of study designs
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
RCT:
text: RCT
description: Randomized controlled trial
CLUSTER_RCT:
text: CLUSTER_RCT
description: Cluster randomized controlled trial
NON_RANDOMIZED:
text: NON_RANDOMIZED
description: Non-randomized controlled trial
COHORT:
text: COHORT
description: Cohort study
CASE_CONTROL:
text: CASE_CONTROL
description: Case-control study
CROSS_SECTIONAL:
text: CROSS_SECTIONAL
description: Cross-sectional study
CASE_SERIES:
text: CASE_SERIES
description: Case series
CASE_REPORT:
text: CASE_REPORT
description: Case report
QUALITATIVE:
text: QUALITATIVE
description: Qualitative study
MIXED_METHODS:
text: MIXED_METHODS
description: Mixed methods study
SYSTEMATIC_REVIEW:
text: SYSTEMATIC_REVIEW
description: Systematic review
META_ANALYSIS:
text: META_ANALYSIS
description: Meta-analysis
SCOPING_REVIEW:
text: SCOPING_REVIEW
description: Scoping review
NARRATIVE_REVIEW:
text: NARRATIVE_REVIEW
description: Narrative review
OTHER:
text: OTHER
description: Other study design