Skip to content

Class: ReportingQualityControl

Quality control measures for reporting.

URI: revaise:ReportingQualityControl

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

  ReportingQualityControl : artifact_links_verified

  ReportingQualityControl : base_agreement_metrics





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



  ReportingQualityControl : base_calibration_performed

  ReportingQualityControl : base_discrepancy_resolutions





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



  ReportingQualityControl : base_double_checking_rate

  ReportingQualityControl : base_qc_id

  ReportingQualityControl : base_qc_notes

  ReportingQualityControl : base_qc_type

  ReportingQualityControl : base_spot_check_rate

  ReportingQualityControl : checklist_verified

  ReportingQualityControl : flow_counts_reconciled

  ReportingQualityControl : reporting_peer_review

  ReportingQualityControl : reporting_transparency_check

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
checklist_verified 0..1
Boolean
Whether reporting checklist completion was verified direct
flow_counts_reconciled 0..1
Boolean
Whether flow diagram counts were reconciled against review data direct
artifact_links_verified 0..1
Boolean
Whether links to supporting artifacts were verified direct
reporting_peer_review 0..1
Boolean
Whether reporting received internal peer review direct
reporting_transparency_check 0..1
Boolean
Whether transparency statements were checked 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
ReportingStage reporting_quality_control range ReportingQualityControl

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ReportingQualityControl
description: Quality control measures for reporting.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
is_a: StageQualityControl
slots:
- checklist_verified
- flow_counts_reconciled
- artifact_links_verified
- reporting_peer_review
- reporting_transparency_check

Induced

name: ReportingQualityControl
description: Quality control measures for reporting.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
is_a: StageQualityControl
attributes:
  checklist_verified:
    name: checklist_verified
    description: Whether reporting checklist completion was verified
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - ReportingQualityControl
    range: boolean
  flow_counts_reconciled:
    name: flow_counts_reconciled
    description: Whether flow diagram counts were reconciled against review data
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - ReportingQualityControl
    range: boolean
  artifact_links_verified:
    name: artifact_links_verified
    description: Whether links to supporting artifacts were verified
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - ReportingQualityControl
    range: boolean
  reporting_peer_review:
    name: reporting_peer_review
    description: Whether reporting received internal peer review
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - ReportingQualityControl
    range: boolean
  reporting_transparency_check:
    name: reporting_transparency_check
    description: Whether transparency statements were checked
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - ReportingQualityControl
    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/reporting
    rank: 1000
    identifier: true
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - StageQualityControl
    range: ConflictResolution
    multivalued: 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/reporting
    rank: 1000
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    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/reporting
    rank: 1000
    owner: ReportingQualityControl
    domain_of:
    - StageQualityControl
    range: string