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 v3.8.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']

cause

Specifying a cause of something in general. e.g in medicine , one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.

A cause should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalCause']

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']

drug

Specifying a drug or medicine used in a medication procedure

A drug should be one of the following types:

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

epidemiology

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

A epidemiology should be one of the following types:

Str

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

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

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

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

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']

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']

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']

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']

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']

stage

The stage of the condition, if applicable.

A stage should be one of the following types:

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

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']

subtype

A more specific type of the condition, where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for Diabetes.

A subtype should be one of the following types:

Str

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']

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)