Class: ScreeningQualityControl¶
Quality control for screening process
URI: revaise:ScreeningQualityControl
```mermaid classDiagram class ScreeningQualityControl click ScreeningQualityControl href "../ScreeningQualityControl/" StageQualityControl <|-- ScreeningQualityControl click StageQualityControl href "../StageQualityControl/"
ScreeningQualityControl : base_agreement_metrics
ScreeningQualityControl --> "0..1" AgreementMetrics : base_agreement_metrics
click AgreementMetrics href "../AgreementMetrics/"
ScreeningQualityControl : base_calibration_performed
ScreeningQualityControl : base_discrepancy_resolutions
ScreeningQualityControl --> "*" ConflictResolution : base_discrepancy_resolutions
click ConflictResolution href "../ConflictResolution/"
ScreeningQualityControl : base_double_checking_rate
ScreeningQualityControl : base_qc_id
ScreeningQualityControl : base_qc_notes
ScreeningQualityControl : base_qc_type
ScreeningQualityControl : base_spot_check_rate
ScreeningQualityControl : pilot_agreement_achieved
ScreeningQualityControl : screening_consistency_checks
```
Inheritance¶
- StageQualityControl
- ScreeningQualityControl
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| pilot_agreement_achieved | 0..1 Float |
Agreement level achieved in pilot screening | direct |
| screening_consistency_checks | * String |
Consistency checks performed during screening | 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 |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ScreeningQualityControl |
| native | revaise:ScreeningQualityControl |
LinkML Source¶
Direct¶
name: ScreeningQualityControl
description: Quality control for screening process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageQualityControl
slots:
- pilot_agreement_achieved
- screening_consistency_checks
slot_usage:
pilot_agreement_achieved:
name: pilot_agreement_achieved
description: Agreement level achieved in pilot screening
range: float
screening_consistency_checks:
name: screening_consistency_checks
description: Consistency checks performed during screening
range: string
multivalued: true
Induced¶
name: ScreeningQualityControl
description: Quality control for screening process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageQualityControl
slot_usage:
pilot_agreement_achieved:
name: pilot_agreement_achieved
description: Agreement level achieved in pilot screening
range: float
screening_consistency_checks:
name: screening_consistency_checks
description: Consistency checks performed during screening
range: string
multivalued: true
attributes:
pilot_agreement_achieved:
name: pilot_agreement_achieved
description: Agreement level achieved in pilot screening
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: pilot_agreement_achieved
owner: ScreeningQualityControl
domain_of:
- ScreeningQualityControl
range: float
screening_consistency_checks:
name: screening_consistency_checks
description: Consistency checks performed during screening
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: screening_consistency_checks
owner: ScreeningQualityControl
domain_of:
- ScreeningQualityControl
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
rank: 1000
identifier: true
alias: base_qc_id
owner: ScreeningQualityControl
domain_of:
- StageQualityControl
range: string
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
rank: 1000
alias: base_qc_type
owner: ScreeningQualityControl
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
rank: 1000
alias: base_double_checking_rate
owner: ScreeningQualityControl
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
rank: 1000
alias: base_agreement_metrics
owner: ScreeningQualityControl
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
rank: 1000
alias: base_discrepancy_resolutions
owner: ScreeningQualityControl
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
rank: 1000
alias: base_spot_check_rate
owner: ScreeningQualityControl
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
rank: 1000
alias: base_calibration_performed
owner: ScreeningQualityControl
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
rank: 1000
alias: base_qc_notes
owner: ScreeningQualityControl
domain_of:
- StageQualityControl
range: string