Skip to content

Enum: ParticipantRole

Roles that participants can have in the review process

URI: revaise:ParticipantRole

Permissible Values

Value Meaning Description
LEAD_REVIEWER None Lead reviewer coordinating the review
REVIEWER None Standard reviewer
SCREENER None Participant screening records
DATA_EXTRACTOR None Participant extracting data
QUALITY_ASSESSOR None Participant assessing quality/risk of bias
CONFLICT_RESOLVER None Participant resolving conflicts
STATISTICIAN None Statistical analysis participant
METHODOLOGIST None Methodology expert
DOMAIN_EXPERT None Subject matter expert
INFORMATION_SPECIALIST None Search and information retrieval expert
PROJECT_MANAGER None Project management
EXTERNAL_REVIEWER None External peer reviewer

Slots

Name Description
participant_role Role(s) of the participant in the review
participant_role Role(s) of the participant in the review

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution

LinkML Source

name: ParticipantRole
description: Roles that participants can have in the review process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/conflict_resolution
rank: 1000
permissible_values:
  LEAD_REVIEWER:
    text: LEAD_REVIEWER
    description: Lead reviewer coordinating the review
  REVIEWER:
    text: REVIEWER
    description: Standard reviewer
  SCREENER:
    text: SCREENER
    description: Participant screening records
  DATA_EXTRACTOR:
    text: DATA_EXTRACTOR
    description: Participant extracting data
  QUALITY_ASSESSOR:
    text: QUALITY_ASSESSOR
    description: Participant assessing quality/risk of bias
  CONFLICT_RESOLVER:
    text: CONFLICT_RESOLVER
    description: Participant resolving conflicts
  STATISTICIAN:
    text: STATISTICIAN
    description: Statistical analysis participant
  METHODOLOGIST:
    text: METHODOLOGIST
    description: Methodology expert
  DOMAIN_EXPERT:
    text: DOMAIN_EXPERT
    description: Subject matter expert
  INFORMATION_SPECIALIST:
    text: INFORMATION_SPECIALIST
    description: Search and information retrieval expert
  PROJECT_MANAGER:
    text: PROJECT_MANAGER
    description: Project management
  EXTERNAL_REVIEWER:
    text: EXTERNAL_REVIEWER
    description: External peer reviewer