Skip to content

Enum: ScreeningDecisionType

Types of screening decisions

URI: revaise:ScreeningDecisionType

Permissible Values

Value Meaning Description
INCLUDE None Include the record
EXCLUDE None Exclude the record
UNCERTAIN None Uncertain, needs review
DUPLICATE None Identified as duplicate
CANNOT_ACCESS None Cannot access the record
WRONG_LANGUAGE None Wrong language
PROTOCOL_ONLY None Protocol only, no results
RETRACTED None Article has been retracted

Slots

Name Description
decision The screening decision (include/exclude/uncertain)
ai_suggested_decision Decision suggested by AI if AI assistance was used
screening_final_decision Final decision after conflict resolution
decision The screening decision
ai_suggested_decision Decision suggested by AI (if used)
screening_final_decision Final decision after conflict resolution

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ScreeningDecisionType
description: Types of screening decisions
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  INCLUDE:
    text: INCLUDE
    description: Include the record
  EXCLUDE:
    text: EXCLUDE
    description: Exclude the record
  UNCERTAIN:
    text: UNCERTAIN
    description: Uncertain, needs review
  DUPLICATE:
    text: DUPLICATE
    description: Identified as duplicate
  CANNOT_ACCESS:
    text: CANNOT_ACCESS
    description: Cannot access the record
  WRONG_LANGUAGE:
    text: WRONG_LANGUAGE
    description: Wrong language
  PROTOCOL_ONLY:
    text: PROTOCOL_ONLY
    description: Protocol only, no results
  RETRACTED:
    text: RETRACTED
    description: Article has been retracted