Skip to content

Enum: ConformanceItemStatus

Outcome for a single protocol item or constraint

URI: revaise:ConformanceItemStatus

Permissible Values

Value Meaning Description
SATISFIED None The item or constraint was satisfied
VIOLATED None The item or constraint was violated
NOT_APPLICABLE None The item does not apply to this review or record
NOT_EVALUATED None The item was not evaluated

Slots

Name Description
item_status Outcome for a single protocol item

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ConformanceItemStatus
description: Outcome for a single protocol item or constraint
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
permissible_values:
  SATISFIED:
    text: SATISFIED
    description: The item or constraint was satisfied
  VIOLATED:
    text: VIOLATED
    description: The item or constraint was violated
  NOT_APPLICABLE:
    text: NOT_APPLICABLE
    description: The item does not apply to this review or record
  NOT_EVALUATED:
    text: NOT_EVALUATED
    description: The item was not evaluated