Class: Outcome
Description: An entity that has the role of being the consequence of an exposure event. This is an abstract mixin grouping of various categories of possible biological or non-biological (e.g. clinical) outcomes.
classDiagram
class Outcome
Outcome <|-- PathologicalProcessOutcome
Outcome <|-- PathologicalAnatomicalOutcome
Outcome <|-- DiseaseOrPhenotypicFeatureOutcome
Outcome <|-- BehavioralOutcome
Outcome <|-- HospitalizationOutcome
Outcome <|-- MortalityOutcome
Outcome <|-- EpidemiologicalOutcome
Outcome <|-- SocioeconomicOutcome
Slots
Name |
Cardinality and Range |
Inheritance |
Examples |
|
|
|
|
Mixin Usage
mixed into |
description |
PathologicalProcessOutcome |
An outcome resulting from an exposure event which is the manifestation of a pathological process. |
PathologicalAnatomicalOutcome |
An outcome resulting from an exposure event which is the manifestation of an abnormal anatomical structure. |
DiseaseOrPhenotypicFeatureOutcome |
Physiological outcomes resulting from an exposure event which is the manifestation of a disease or other characteristic phenotype. |
BehavioralOutcome |
An outcome resulting from an exposure event which is the manifestation of human behavior. |
HospitalizationOutcome |
An outcome resulting from an exposure event which is the increased manifestation of acute (e.g. emergency room visit) or chronic (inpatient) hospitalization. |
MortalityOutcome |
An outcome of death from resulting from an exposure event. |
EpidemiologicalOutcome |
An epidemiological outcome, such as societal disease burden, resulting from an exposure event. |
SocioeconomicOutcome |
An general social or economic outcome, such as healthcare costs, utilization, etc., resulting from an exposure event |
Usages
LinkML Source
name: outcome
description: An entity that has the role of being the consequence of an exposure event.
This is an abstract mixin grouping of various categories of possible biological
or non-biological (e.g. clinical) outcomes.
from_schema: https://w3id.org/biolink/biolink-model
mixin: true