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

NAME

SemanticWeb::Schema::MedicalStudy - A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health

VERSION

version v9.0.0

DESCRIPTION

A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID.

ATTRIBUTES

health_condition

healthCondition

Specifying the health condition(s) of a patient, medical study, or other target audience.

A health_condition should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalCondition']

_has_health_condition

A predicate for the "health_condition" attribute.

A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.

A sponsor should be one of the following types:

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

_has_sponsor

A predicate for the "sponsor" attribute.

status

The status of the study (enumerated).

A status should be one of the following types:

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

_has_status

A predicate for the "status" attribute.

study_location

studyLocation

The location in which the study is taking/took place.

A study_location should be one of the following types:

InstanceOf['SemanticWeb::Schema::AdministrativeArea']

_has_study_location

A predicate for the "study_location" attribute.

study_subject

studySubject

A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study.

A study_subject should be one of the following types:

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

_has_study_subject

A predicate for the "study_subject" 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)