Skip to content

Class: StudyResult

A single result reported by a study for a specific outcome, with full numeric detail.

URI: revaise:StudyResult

```mermaid classDiagram class StudyResult click StudyResult href "../StudyResult/" StudyResult : result_ci_lower

  StudyResult : result_ci_upper

  StudyResult : result_comparator_n

  StudyResult : result_effect_estimate

  StudyResult : result_intervention_n

  StudyResult : result_measure

  StudyResult : result_notes

  StudyResult : result_outcome

  StudyResult : result_p_value

  StudyResult : result_total_n

```

Slots

Name Cardinality and Range Description Inheritance
result_outcome 1
String
Name of the outcome this result refers to direct
result_measure 0..1
String
Effect measure or statistic reported (e direct
result_effect_estimate 0..1
Float
Point estimate of the effect direct
result_ci_lower 0..1
Float
Lower bound of the confidence interval direct
result_ci_upper 0..1
Float
Upper bound of the confidence interval direct
result_p_value 0..1
Float
Reported p-value for this result direct
result_intervention_n 0..1
Integer
Sample size in the intervention or exposed group direct
result_comparator_n 0..1
Integer
Sample size in the comparator or unexposed group direct
result_total_n 0..1
Integer
Total sample size contributing to this result direct
result_notes 0..1
String
Additional notes on this result direct

Usages

used by used in type used
LiteratureRecord study_results range StudyResult

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment

Mappings

Mapping Type Mapped Value
self revaise:StudyResult
native revaise:StudyResult

LinkML Source

Direct

name: StudyResult
description: A single result reported by a study for a specific outcome, with full
  numeric detail.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
slots:
- result_outcome
- result_measure
- result_effect_estimate
- result_ci_lower
- result_ci_upper
- result_p_value
- result_intervention_n
- result_comparator_n
- result_total_n
- result_notes
slot_usage:
  result_outcome:
    name: result_outcome
    description: Name of the outcome this result refers to
    range: string
    required: true
  result_measure:
    name: result_measure
    description: Effect measure or statistic reported (e.g., odds ratio, risk ratio,
      mean difference)
    range: string
  result_effect_estimate:
    name: result_effect_estimate
    description: Point estimate of the effect
    range: float
  result_ci_lower:
    name: result_ci_lower
    description: Lower bound of the confidence interval
    range: float
  result_ci_upper:
    name: result_ci_upper
    description: Upper bound of the confidence interval
    range: float
  result_p_value:
    name: result_p_value
    description: Reported p-value for this result
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  result_intervention_n:
    name: result_intervention_n
    description: Sample size in the intervention or exposed group
    range: integer
    minimum_value: 0
  result_comparator_n:
    name: result_comparator_n
    description: Sample size in the comparator or unexposed group
    range: integer
    minimum_value: 0
  result_total_n:
    name: result_total_n
    description: Total sample size contributing to this result
    range: integer
    minimum_value: 0
  result_notes:
    name: result_notes
    description: Additional notes on this result
    range: string

Induced

name: StudyResult
description: A single result reported by a study for a specific outcome, with full
  numeric detail.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
slot_usage:
  result_outcome:
    name: result_outcome
    description: Name of the outcome this result refers to
    range: string
    required: true
  result_measure:
    name: result_measure
    description: Effect measure or statistic reported (e.g., odds ratio, risk ratio,
      mean difference)
    range: string
  result_effect_estimate:
    name: result_effect_estimate
    description: Point estimate of the effect
    range: float
  result_ci_lower:
    name: result_ci_lower
    description: Lower bound of the confidence interval
    range: float
  result_ci_upper:
    name: result_ci_upper
    description: Upper bound of the confidence interval
    range: float
  result_p_value:
    name: result_p_value
    description: Reported p-value for this result
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  result_intervention_n:
    name: result_intervention_n
    description: Sample size in the intervention or exposed group
    range: integer
    minimum_value: 0
  result_comparator_n:
    name: result_comparator_n
    description: Sample size in the comparator or unexposed group
    range: integer
    minimum_value: 0
  result_total_n:
    name: result_total_n
    description: Total sample size contributing to this result
    range: integer
    minimum_value: 0
  result_notes:
    name: result_notes
    description: Additional notes on this result
    range: string
attributes:
  result_outcome:
    name: result_outcome
    description: Name of the outcome this result refers to
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: string
    required: true
  result_measure:
    name: result_measure
    description: Effect measure or statistic reported (e.g., odds ratio, risk ratio,
      mean difference)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: string
  result_effect_estimate:
    name: result_effect_estimate
    description: Point estimate of the effect
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: float
  result_ci_lower:
    name: result_ci_lower
    description: Lower bound of the confidence interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: float
  result_ci_upper:
    name: result_ci_upper
    description: Upper bound of the confidence interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: float
  result_p_value:
    name: result_p_value
    description: Reported p-value for this result
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  result_intervention_n:
    name: result_intervention_n
    description: Sample size in the intervention or exposed group
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: integer
    minimum_value: 0
  result_comparator_n:
    name: result_comparator_n
    description: Sample size in the comparator or unexposed group
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: integer
    minimum_value: 0
  result_total_n:
    name: result_total_n
    description: Total sample size contributing to this result
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: integer
    minimum_value: 0
  result_notes:
    name: result_notes
    description: Additional notes on this result
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: StudyResult
    domain_of:
    - StudyResult
    range: string