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

NAME

SemanticWeb::Schema::TherapeuticProcedure - A medical procedure intended primarily for therapeutic purposes

VERSION

version v23.0.0

DESCRIPTION

A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.

ATTRIBUTES

adverse_outcome

adverseOutcome

A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or otherwise life-threatening or requiring immediate medical attention), tag it as a seriousAdverseOutcome instead.

A adverse_outcome should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalEntity']

_has_adverse_outcome

A predicate for the "adverse_outcome" attribute.

dose_schedule

doseSchedule

A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used.

A dose_schedule should be one of the following types:

InstanceOf['SemanticWeb::Schema::DoseSchedule']

_has_dose_schedule

A predicate for the "dose_schedule" attribute.

drug

Specifying a drug or medicine used in a medication procedure.

A drug should be one of the following types:

InstanceOf['SemanticWeb::Schema::Drug']

_has_drug

A predicate for the "drug" attribute.

SEE ALSO

SemanticWeb::Schema::MedicalProcedure

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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)