Enum: DrugAvailabilityEnum
An enumeration describing how a drug or chemical entity may be obtained, distinguishing products that are available over the counter from those that require a prescription.
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
LinkML Source
name: DrugAvailabilityEnum
description: An enumeration describing how a drug or chemical entity may be obtained,
distinguishing products that are available over the counter from those that require
a prescription.
from_schema: https://w3id.org/biolink/vocab/
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.