Skip to content

Enum: ResponseEnum

A response to a treatment or intervention

Permissible Values

Value Meaning Description
therapeutic_response None A positive response to a treatment or intervention
negative None A negative response to a treatment or intervention

Slots constrained by this enum

Name
response_context_qualifier

LinkML Source

name: ResponseEnum
description: A response to a treatment or intervention
from_schema: https://w3id.org/biolink/biolink-model
permissible_values:
  therapeutic_response:
    text: therapeutic_response
    description: A positive response to a treatment or intervention
  negative:
    text: negative
    description: A negative response to a treatment or intervention