Skip to content

Enum: TreatmentOutcomeEnum

The outcome of treating a disease or phenotypic feature with a chemical entity.

Permissible Values

Value Meaning Description
fully_recovered None Complete recovery following treatment; free of symptoms with no lasting health problems.
improved None Partial improvement following treatment.
unchanged None No change in the condition following treatment.
deteriorated None Worsening of the condition following treatment.
died None Death following treatment.
unknown None Treatment outcome is unknown.

Slots constrained by this enum

Name
treatment_outcome

LinkML Source

name: TreatmentOutcomeEnum
description: The outcome of treating a disease or phenotypic feature with a chemical
  entity.
from_schema: https://w3id.org/biolink/vocab/
permissible_values:
  fully_recovered:
    text: fully_recovered
    description: Complete recovery following treatment; free of symptoms with no lasting
      health problems.
    exact_mappings:
    - NCIT:C82467
    narrow_mappings:
    - NCIT:C4870
  improved:
    text: improved
    description: Partial improvement following treatment.
    exact_mappings:
    - NCIT:C125459
    narrow_mappings:
    - NCIT:C18058
  unchanged:
    text: unchanged
    description: No change in the condition following treatment.
    exact_mappings:
    - NCIT:C71687
    narrow_mappings:
    - NCIT:C18213
  deteriorated:
    text: deteriorated
    description: Worsening of the condition following treatment.
    exact_mappings:
    - NCIT:C25751
    narrow_mappings:
    - NCIT:C35571
  died:
    text: died
    description: Death following treatment.
    exact_mappings:
    - NCIT:C28554
  unknown:
    text: unknown
    description: Treatment outcome is unknown.
    exact_mappings:
    - NCIT:C17998