Skip to content

Enum: ClinicalApprovalStatusEnum

An enumeration describing whether a chemical or therapy is approved for use in treating a specific condition (e.g., FDA-approved for a condition, not approved, off-label use, or withdrawn following approval).

Permissible Values

Value Meaning Description
approved_for_condition None None
fda_approved_for_condition None None
not_approved_for_condition None None
post_approval_withdrawal None None
off_label_use None None
not_provided None None

Slots constrained by this enum

Name
clinical_approval_status

LinkML Source

name: ClinicalApprovalStatusEnum
description: An enumeration describing whether a chemical or therapy is approved for
  use in treating a specific condition (e.g., FDA-approved for a condition, not approved,
  off-label use, or withdrawn following approval).
from_schema: https://w3id.org/biolink/vocab/
permissible_values:
  approved_for_condition:
    text: approved_for_condition
  fda_approved_for_condition:
    text: fda_approved_for_condition
    is_a: approved_for_condition
  not_approved_for_condition:
    text: not_approved_for_condition
  post_approval_withdrawal:
    text: post_approval_withdrawal
    is_a: not_approved_for_condition
  off_label_use:
    text: off_label_use
    is_a: not_approved_for_condition
  not_provided:
    text: not_provided