The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::MedicalProcedure - A process of care used in either a diagnostic

VERSION

version v3.5.1

DESCRIPTION

A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques.

ATTRIBUTES

body_location

bodyLocation

Location in the body of the anatomical structure.

A body_location should be one of the following types:

Str

followup

Typical or recommended followup care after the procedure is performed.

A followup should be one of the following types:

Str

how_performed

howPerformed

How the procedure is performed.

A how_performed should be one of the following types:

Str

indication

A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication.

A indication should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalIndication']

outcome

Expected or actual outcomes of the study.

A outcome should be one of the following types:

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

preparation

Typical preparation that a patient must undergo before having the procedure performed.

A preparation should be one of the following types:

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

procedure_type

procedureType

The type of procedure, for example Surgical, Noninvasive, or Percutaneous.

A procedure_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalProcedureType']

status

The status of the study (enumerated).

A status should be one of the following types:

InstanceOf['SemanticWeb::Schema::EventStatusType']
Str
InstanceOf['SemanticWeb::Schema::MedicalStudyStatus']

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)