The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::DietarySupplement - A product taken by mouth that contains a dietary ingredient intended to supplement the diet

VERSION

version v11.0.0

DESCRIPTION

A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.

ATTRIBUTES

active_ingredient

activeIngredient

An active ingredient, typically chemical compounds and/or biologic substances.

A active_ingredient should be one of the following types:

Str

_has_active_ingredient

A predicate for the "active_ingredient" attribute.

is_proprietary

isProprietary

True if this item's name is a proprietary/brand name (vs. generic name).

A is_proprietary should be one of the following types:

Bool

_has_is_proprietary

A predicate for the "is_proprietary" attribute.

legalStatus

The drug or supplement's legal status, including any controlled substance schedules that apply.

A legal_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::DrugLegalStatus']
InstanceOf['SemanticWeb::Schema::MedicalEnumeration']
Str

A predicate for the "legal_status" attribute.

manufacturer

The manufacturer of the product.

A manufacturer should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']

_has_manufacturer

A predicate for the "manufacturer" attribute.

maximum_intake

maximumIntake

Recommended intake of this supplement for a given population as defined by a specific recommending authority.

A maximum_intake should be one of the following types:

InstanceOf['SemanticWeb::Schema::MaximumDoseSchedule']

_has_maximum_intake

A predicate for the "maximum_intake" attribute.

mechanism_of_action

mechanismOfAction

The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.

A mechanism_of_action should be one of the following types:

Str

_has_mechanism_of_action

A predicate for the "mechanism_of_action" attribute.

non_proprietary_name

nonProprietaryName

The generic name of this drug or supplement.

A non_proprietary_name should be one of the following types:

Str

_has_non_proprietary_name

A predicate for the "non_proprietary_name" attribute.

proprietary_name

proprietaryName

Proprietary name given to the diet plan, typically by its originator or creator.

A proprietary_name should be one of the following types:

Str

_has_proprietary_name

A predicate for the "proprietary_name" attribute.

recommendedIntake

Recommended intake of this supplement for a given population as defined by a specific recommending authority.

A recommended_intake should be one of the following types:

InstanceOf['SemanticWeb::Schema::RecommendedDoseSchedule']

A predicate for the "recommended_intake" attribute.

safety_consideration

safetyConsideration

Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement.

A safety_consideration should be one of the following types:

Str

_has_safety_consideration

A predicate for the "safety_consideration" attribute.

target_population

targetPopulation

Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'.

A target_population should be one of the following types:

Str

_has_target_population

A predicate for the "target_population" attribute.

SEE ALSO

SemanticWeb::Schema::Substance

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)