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

NAME

SemanticWeb::Schema::MedicalDevice - Any object used in a medical capacity

VERSION

version v11.01.0

DESCRIPTION

Any object used in a medical capacity, such as to diagnose or treat a patient.

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 is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome 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.

contraindication

A contraindication for this therapy.

A contraindication should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalContraindication']
Str

_has_contraindication

A predicate for the "contraindication" attribute.

post_op

postOp

A description of the postoperative procedures, care, and/or followups for this device.

A post_op should be one of the following types:

Str

_has_post_op

A predicate for the "post_op" attribute.

pre_op

preOp

A description of the workup, testing, and other preparations required before implanting this device.

A pre_op should be one of the following types:

Str

_has_pre_op

A predicate for the "pre_op" attribute.

procedure

A description of the procedure involved in setting up, using, and/or installing the device.

A procedure should be one of the following types:

Str

_has_procedure

A predicate for the "procedure" attribute.

serious_adverse_outcome

seriousAdverseOutcome

A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition.

A serious_adverse_outcome should be one of the following types:

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

_has_serious_adverse_outcome

A predicate for the "serious_adverse_outcome" attribute.

SEE ALSO

SemanticWeb::Schema::MedicalEntity

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)