Looking for help!
NAME
SemanticWeb::Schema::MedicalEntity - The most generic type of entity related to health and the practice of medicine.
VERSION
version v23.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:
_has_code
A predicate for the "code" attribute.
funding
A SemanticWeb::Schema::Grant that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].
A funding should be one of the following types:
_has_funding
A predicate for the "funding" attribute.
guideline
A medical guideline related to this entity.
A guideline should be one of the following types:
_has_guideline
A predicate for the "guideline" attribute.
legal_status
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
_has_legal_status
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:
_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:
_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:
_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:
_has_study
A predicate for the "study" attribute.
SEE ALSO
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)