Skip to content

Class: SynthesisQualityControl

Quality control for synthesis process

URI: revaise:SynthesisQualityControl

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

  SynthesisQualityControl : base_agreement_metrics





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



  SynthesisQualityControl : base_calibration_performed

  SynthesisQualityControl : base_discrepancy_resolutions





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



  SynthesisQualityControl : base_double_checking_rate

  SynthesisQualityControl : base_qc_id

  SynthesisQualityControl : base_qc_notes

  SynthesisQualityControl : base_qc_type

  SynthesisQualityControl : base_spot_check_rate

  SynthesisQualityControl : calculation_verification

  SynthesisQualityControl : code_review

  SynthesisQualityControl : external_review

  SynthesisQualityControl : transparency_measures

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
calculation_verification *
String
Methods used to verify calculations direct
code_review 0..1
Boolean
Whether analysis code was reviewed direct
external_review 0..1
Boolean
Whether external review was conducted direct
transparency_measures *
String
Measures taken to ensure transparency 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
SynthesisStage synthesis_quality_control range SynthesisQualityControl

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SynthesisQualityControl
description: Quality control for synthesis process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
is_a: StageQualityControl
slots:
- calculation_verification
- code_review
- external_review
- transparency_measures
slot_usage:
  calculation_verification:
    name: calculation_verification
    description: Methods used to verify calculations
    range: string
    multivalued: true
  code_review:
    name: code_review
    description: Whether analysis code was reviewed
    range: boolean
  external_review:
    name: external_review
    description: Whether external review was conducted
    range: boolean
  transparency_measures:
    name: transparency_measures
    description: Measures taken to ensure transparency
    range: string
    multivalued: true

Induced

name: SynthesisQualityControl
description: Quality control for synthesis process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
is_a: StageQualityControl
slot_usage:
  calculation_verification:
    name: calculation_verification
    description: Methods used to verify calculations
    range: string
    multivalued: true
  code_review:
    name: code_review
    description: Whether analysis code was reviewed
    range: boolean
  external_review:
    name: external_review
    description: Whether external review was conducted
    range: boolean
  transparency_measures:
    name: transparency_measures
    description: Measures taken to ensure transparency
    range: string
    multivalued: true
attributes:
  calculation_verification:
    name: calculation_verification
    description: Methods used to verify calculations
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    domain_of:
    - SynthesisQualityControl
    range: string
    multivalued: true
  code_review:
    name: code_review
    description: Whether analysis code was reviewed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    domain_of:
    - SynthesisQualityControl
    range: boolean
  external_review:
    name: external_review
    description: Whether external review was conducted
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    domain_of:
    - SynthesisQualityControl
    range: boolean
  transparency_measures:
    name: transparency_measures
    description: Measures taken to ensure transparency
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    domain_of:
    - SynthesisQualityControl
    range: string
    multivalued: true
  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/synthesis
    rank: 1000
    identifier: true
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    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/synthesis
    rank: 1000
    owner: SynthesisQualityControl
    domain_of:
    - StageQualityControl
    range: string