Skip to content

Class: SeverityTier

A threshold-severity pair defining one tier in a severity scale

URI: dismech:class/SeverityTier

 classDiagram
    class SeverityTier
    click SeverityTier href "../../classes/SeverityTier/"
      SeverityTier : name

      SeverityTier : threshold

Slots

Name Cardinality and Range Description Inheritance
threshold 1
Float
The variable value at which this severity tier activates direct
name 1
String
Severity label (e direct

Usages

used by used in type used
ModelVariableDescriptor severity_scale range SeverityTier

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/dismech

Mappings

Mapping Type Mapped Value
self dismech:SeverityTier
native dismech:SeverityTier

LinkML Source

Direct

name: SeverityTier
description: A threshold-severity pair defining one tier in a severity scale
from_schema: https://w3id.org/monarch-initiative/dismech
slots:
- threshold
- name
slot_usage:
  threshold:
    name: threshold
    description: The variable value at which this severity tier activates
    required: true
  name:
    name: name
    description: Severity label (e.g., "mild", "moderate", "severe")
    required: true

Induced

name: SeverityTier
description: A threshold-severity pair defining one tier in a severity scale
from_schema: https://w3id.org/monarch-initiative/dismech
slot_usage:
  threshold:
    name: threshold
    description: The variable value at which this severity tier activates
    required: true
  name:
    name: name
    description: Severity label (e.g., "mild", "moderate", "severe")
    required: true
attributes:
  threshold:
    name: threshold
    description: The variable value at which this severity tier activates
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: threshold
    owner: SeverityTier
    domain_of:
    - SeverityTier
    - ModelVariableDescriptor
    range: float
    required: true
  name:
    name: name
    description: Severity label (e.g., "mild", "moderate", "severe")
    examples:
    - value: Adolescent Nephronophthisis
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    identifier: true
    alias: name
    owner: SeverityTier
    domain_of:
    - ExperimentalModel
    - ClinicalTrial
    - ComputationalModel
    - ModelVariable
    - SeverityTier
    - DifferentialDiagnosis
    - Subtype
    - ExternalAssertion
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - HistopathologyFinding
    - Genetic
    - Environmental
    - Disease
    - Stage
    - AgentLifeCycleStage
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Diagnosis
    - Inheritance
    - Variant
    - Mechanism
    - ModelingConsideration
    - Definition
    - CriteriaSet
    - ComorbidityAssociation
    range: string
    required: true