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

NAME

SemanticWeb::Schema::MedicalCondition - Any condition of the human body that affects the normal functioning of a person

VERSION

version v23.0.0

DESCRIPTION

Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc.

ATTRIBUTES

associated_anatomy

associatedAnatomy

The anatomy of the underlying organ system or structures associated with this entity.

A associated_anatomy should be one of the following types:

InstanceOf['SemanticWeb::Schema::AnatomicalStructure']
InstanceOf['SemanticWeb::Schema::AnatomicalSystem']
InstanceOf['SemanticWeb::Schema::SuperficialAnatomy']

_has_associated_anatomy

A predicate for the "associated_anatomy" attribute.

differential_diagnosis

differentialDiagnosis

One of a set of differential diagnoses for the condition. Specifically, a closely-related or competing diagnosis typically considered later in the cognitive process whereby this medical condition is distinguished from others most likely responsible for a similar collection of signs and symptoms to reach the most parsimonious diagnosis or diagnoses in a patient.

A differential_diagnosis should be one of the following types:

InstanceOf['SemanticWeb::Schema::DDxElement']

_has_differential_diagnosis

A predicate for the "differential_diagnosis" attribute.

drug

Specifying a drug or medicine used in a medication procedure.

A drug should be one of the following types:

InstanceOf['SemanticWeb::Schema::Drug']

_has_drug

A predicate for the "drug" attribute.

epidemiology

The characteristics of associated patients, such as age, gender, race etc.

A epidemiology should be one of the following types:

Str

_has_epidemiology

A predicate for the "epidemiology" attribute.

expected_prognosis

expectedPrognosis

The likely outcome in either the short term or long term of the medical condition.

A expected_prognosis should be one of the following types:

Str

_has_expected_prognosis

A predicate for the "expected_prognosis" attribute.

natural_progression

naturalProgression

The expected progression of the condition if it is not treated and allowed to progress naturally.

A natural_progression should be one of the following types:

Str

_has_natural_progression

A predicate for the "natural_progression" attribute.

pathophysiology

Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition.

A pathophysiology should be one of the following types:

Str

_has_pathophysiology

A predicate for the "pathophysiology" attribute.

possible_complication

possibleComplication

A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc.

A possible_complication should be one of the following types:

Str

_has_possible_complication

A predicate for the "possible_complication" attribute.

possible_treatment

possibleTreatment

A possible treatment to address this condition, sign or symptom.

A possible_treatment should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalTherapy']

_has_possible_treatment

A predicate for the "possible_treatment" attribute.

primary_prevention

primaryPrevention

A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination.

A primary_prevention should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalTherapy']

_has_primary_prevention

A predicate for the "primary_prevention" attribute.

risk_factor

riskFactor

A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age, coexisting condition.

A risk_factor should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalRiskFactor']

_has_risk_factor

A predicate for the "risk_factor" attribute.

secondary_prevention

secondaryPrevention

A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition.

A secondary_prevention should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalTherapy']

_has_secondary_prevention

A predicate for the "secondary_prevention" attribute.

sign_or_symptom

signOrSymptom

A sign or symptom of this condition. Signs are objective or physically observable manifestations of the medical condition while symptoms are the subjective experience of the medical condition.

A sign_or_symptom should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalSignOrSymptom']

_has_sign_or_symptom

A predicate for the "sign_or_symptom" attribute.

stage

The stage of the condition, if applicable.

A stage should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalConditionStage']

_has_stage

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

typical_test

typicalTest

A medical test typically performed given this condition.

A typical_test should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalTest']

_has_typical_test

A predicate for the "typical_test" 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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)