Skip to content

Enum: DrugAvailabilityEnum

Permissible Values

Value Meaning Description
over_the_counter None chemical entity is available over the counter without a prescription.
prescription None chemical entity is available by prescription.

Slots constrained by this enum

Name
available_from

LinkML Source

name: DrugAvailabilityEnum
description: ''
from_schema: https://w3id.org/biolink/biolink-model
permissible_values:
  over_the_counter:
    text: over_the_counter
    description: chemical entity is available over the counter without a prescription.
  prescription:
    text: prescription
    description: chemical entity is available by prescription.