Skip to content

Class: RobQualityControl

Quality control measures for risk-of-bias assessment.

URI: revaise:RobQualityControl

```mermaid classDiagram class RobQualityControl click RobQualityControl href "../RobQualityControl/" StageQualityControl <|-- RobQualityControl click StageQualityControl href "../StageQualityControl/"

  RobQualityControl : base_agreement_metrics





    RobQualityControl --> "0..1" AgreementMetrics : base_agreement_metrics
    click AgreementMetrics href "../AgreementMetrics/"



  RobQualityControl : base_calibration_performed

  RobQualityControl : base_discrepancy_resolutions





    RobQualityControl --> "*" ConflictResolution : base_discrepancy_resolutions
    click ConflictResolution href "../ConflictResolution/"



  RobQualityControl : base_double_checking_rate

  RobQualityControl : base_qc_id

  RobQualityControl : base_qc_notes

  RobQualityControl : base_qc_type

  RobQualityControl : base_spot_check_rate

  RobQualityControl : rob_calibration_performed

  RobQualityControl : rob_discrepancies_resolved

  RobQualityControl : rob_inter_rater_reliability_checked

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
rob_calibration_performed 0..1
Boolean
Whether rater calibration was performed before assessment direct
rob_inter_rater_reliability_checked 0..1
Boolean
Whether inter-rater reliability was checked direct
rob_discrepancies_resolved 0..1
Boolean
Whether all rater discrepancies were resolved direct
base_qc_id 1
String
Unique identifier for quality control instance StageQualityControl
base_qc_type 0..1
String
Type of quality control (screening, extraction, synthesis, etc StageQualityControl
base_double_checking_rate 0..1
Float
Proportion of items double-checked StageQualityControl
base_agreement_metrics 0..1
AgreementMetrics
Inter-rater agreement metrics StageQualityControl
base_discrepancy_resolutions *
ConflictResolution
Record of resolved discrepancies StageQualityControl
base_spot_check_rate 0..1
Float
Proportion of items spot-checked StageQualityControl
base_calibration_performed 0..1
Boolean
Whether calibration exercises were performed StageQualityControl
base_qc_notes 0..1
String
Additional quality control notes StageQualityControl

Usages

used by used in type used
RiskOfBiasAssessmentStage rob_quality_control range RobQualityControl

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:RobQualityControl
native revaise:RobQualityControl

LinkML Source

Direct

name: RobQualityControl
description: Quality control measures for risk-of-bias assessment.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
is_a: StageQualityControl
slots:
- rob_calibration_performed
- rob_inter_rater_reliability_checked
- rob_discrepancies_resolved

Induced

name: RobQualityControl
description: Quality control measures for risk-of-bias assessment.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
is_a: StageQualityControl
attributes:
  rob_calibration_performed:
    name: rob_calibration_performed
    description: Whether rater calibration was performed before assessment
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - RobQualityControl
    range: boolean
  rob_inter_rater_reliability_checked:
    name: rob_inter_rater_reliability_checked
    description: Whether inter-rater reliability was checked
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - RobQualityControl
    range: boolean
  rob_discrepancies_resolved:
    name: rob_discrepancies_resolved
    description: Whether all rater discrepancies were resolved
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - RobQualityControl
    range: boolean
  base_qc_id:
    name: base_qc_id
    description: Unique identifier for quality control instance
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    identifier: true
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: string
    required: true
  base_qc_type:
    name: base_qc_type
    description: Type of quality control (screening, extraction, synthesis, etc.)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: string
  base_double_checking_rate:
    name: base_double_checking_rate
    description: Proportion of items double-checked
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  base_agreement_metrics:
    name: base_agreement_metrics
    description: Inter-rater agreement metrics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: AgreementMetrics
  base_discrepancy_resolutions:
    name: base_discrepancy_resolutions
    description: Record of resolved discrepancies
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: ConflictResolution
    multivalued: true
    inlined: true
    inlined_as_list: true
  base_spot_check_rate:
    name: base_spot_check_rate
    description: Proportion of items spot-checked
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  base_calibration_performed:
    name: base_calibration_performed
    description: Whether calibration exercises were performed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: boolean
  base_qc_notes:
    name: base_qc_notes
    description: Additional quality control notes
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/risk_of_bias_assessment
    rank: 1000
    owner: RobQualityControl
    domain_of:
    - StageQualityControl
    range: string