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

NAME

SemanticWeb::Schema::MedicalEntity - The most generic type of entity related to health and the practice of medicine.

VERSION

version v13.0.0

DESCRIPTION

The most generic type of entity related to health and the practice of medicine.

ATTRIBUTES

code

A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.

A code should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalCode']

_has_code

A predicate for the "code" attribute.

guideline

A medical guideline related to this entity.

A guideline should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalGuideline']

_has_guideline

A predicate for the "guideline" 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.

medicine_system

medicineSystem

The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc.

A medicine_system should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicineSystem']

_has_medicine_system

A predicate for the "medicine_system" attribute.

recognizing_authority

recognizingAuthority

If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.

A recognizing_authority should be one of the following types:

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

_has_recognizing_authority

A predicate for the "recognizing_authority" attribute.

relevant_specialty

relevantSpecialty

If applicable, a medical specialty in which this entity is relevant.

A relevant_specialty should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalSpecialty']

_has_relevant_specialty

A predicate for the "relevant_specialty" attribute.

study

A medical study or trial related to this entity.

A study should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalStudy']

_has_study

A predicate for the "study" attribute.

SEE ALSO

SemanticWeb::Schema::Thing

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)