Skip to content

Class: InflammatoryCellProfile

Profile of inflammatory cell types and counts

URI: outcomes_model:InflammatoryCellProfile

classDiagram class InflammatoryCellProfile click InflammatoryCellProfile href "../InflammatoryCellProfile/" NamedEntity <|-- InflammatoryCellProfile click NamedEntity href "../NamedEntity/" InflammatoryCellProfile : description InflammatoryCellProfile : eosinophil_percentage InflammatoryCellProfile --> "0..1" QuantityValue : eosinophil_percentage click QuantityValue href "../QuantityValue/" InflammatoryCellProfile : id InflammatoryCellProfile : lymphocyte_percentage InflammatoryCellProfile --> "0..1" QuantityValue : lymphocyte_percentage click QuantityValue href "../QuantityValue/" InflammatoryCellProfile : macrophage_percentage InflammatoryCellProfile --> "0..1" QuantityValue : macrophage_percentage click QuantityValue href "../QuantityValue/" InflammatoryCellProfile : neutrophil_percentage InflammatoryCellProfile --> "0..1" QuantityValue : neutrophil_percentage click QuantityValue href "../QuantityValue/" InflammatoryCellProfile : total_cell_count InflammatoryCellProfile --> "0..1" QuantityValue : total_cell_count click QuantityValue href "../QuantityValue/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
neutrophil_percentage 0..1
QuantityValue
Percentage of neutrophils direct
eosinophil_percentage 0..1
QuantityValue
Percentage of eosinophils direct
macrophage_percentage 0..1
QuantityValue
Percentage of macrophages direct
lymphocyte_percentage 0..1
QuantityValue
Percentage of lymphocytes direct
total_cell_count 0..1
QuantityValue
Total cell count direct
id 1
Uriorcurie
A unique identifier NamedEntity
description 0..1
String
A detailed description NamedEntity

Usages

used by used in type used
BALFSputumMeasurement inflammatory_cell_profile range InflammatoryCellProfile

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/EHS-Data-Standards/outcomes-model

Mappings

Mapping Type Mapped Value
self outcomes_model:InflammatoryCellProfile
native outcomes_model:InflammatoryCellProfile

LinkML Source

Direct

name: InflammatoryCellProfile
description: Profile of inflammatory cell types and counts
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
slots:
- neutrophil_percentage
- eosinophil_percentage
- macrophage_percentage
- lymphocyte_percentage
- total_cell_count

Induced

name: InflammatoryCellProfile
description: Profile of inflammatory cell types and counts
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
is_a: NamedEntity
attributes:
  neutrophil_percentage:
    name: neutrophil_percentage
    description: Percentage of neutrophils
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: neutrophil_percentage
    owner: InflammatoryCellProfile
    domain_of:
    - InflammatoryCellProfile
    range: QuantityValue
    inlined: true
  eosinophil_percentage:
    name: eosinophil_percentage
    description: Percentage of eosinophils
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: eosinophil_percentage
    owner: InflammatoryCellProfile
    domain_of:
    - InflammatoryCellProfile
    range: QuantityValue
    inlined: true
  macrophage_percentage:
    name: macrophage_percentage
    description: Percentage of macrophages
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: macrophage_percentage
    owner: InflammatoryCellProfile
    domain_of:
    - InflammatoryCellProfile
    range: QuantityValue
    inlined: true
  lymphocyte_percentage:
    name: lymphocyte_percentage
    description: Percentage of lymphocytes
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: lymphocyte_percentage
    owner: InflammatoryCellProfile
    domain_of:
    - InflammatoryCellProfile
    range: QuantityValue
    inlined: true
  total_cell_count:
    name: total_cell_count
    description: Total cell count
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: total_cell_count
    owner: InflammatoryCellProfile
    domain_of:
    - InflammatoryCellProfile
    range: QuantityValue
    inlined: true
  id:
    name: id
    description: A unique identifier
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    identifier: true
    alias: id
    owner: InflammatoryCellProfile
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  description:
    name: description
    description: A detailed description
    from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
    rank: 1000
    alias: description
    owner: InflammatoryCellProfile
    domain_of:
    - NamedEntity
    range: string