@oimlsmart/primmel-packages 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +60 -0
- package/LICENSE +21 -0
- package/README.md +68 -0
- package/acme-cgm-200/model/cgm200.prl +284 -0
- package/acme-cgm-200/model/r144-map.prl +337 -0
- package/acme-cgm-200/package.primmel +39 -0
- package/acme-cgm-system/model/cgm-system.prl +125 -0
- package/acme-cgm-system/model/r144-map.prl +75 -0
- package/acme-cgm-system/model/sample-line.prl +42 -0
- package/acme-cgm-system/package.primmel +23 -0
- package/acme-lc500/model/lc500.prl +218 -0
- package/acme-lc500/model/passport.prl +43 -0
- package/acme-lc500/model/r60-map.prl +161 -0
- package/acme-lc500/model/twin-cert-map.prl +114 -0
- package/acme-lc500/package.primmel +35 -0
- package/acme-md3xx/model/md350.prl +317 -0
- package/acme-md3xx/model/r129-map.prl +346 -0
- package/acme-md3xx/package.primmel +49 -0
- package/acme-rs180/model/r91-map.prl +234 -0
- package/acme-rs180/model/rs180.prl +236 -0
- package/acme-rs180/package.primmel +47 -0
- package/ims-demo/model/ims.prl +23 -0
- package/ims-demo/model/isms-map.prl +60 -0
- package/ims-demo/model/qms-map.prl +73 -0
- package/ims-demo/package.primmel +42 -0
- package/isms-ref/model/isms.prl +34 -0
- package/isms-ref/package.primmel +35 -0
- package/iso-iec-17000/package.primmel +8 -0
- package/iso-iec-17000/terminology.prl +268 -0
- package/iso-iec-17025/package.primmel +10 -0
- package/iso-iec-17025/specification/requirements/lab.prl +474 -0
- package/iso-iec-17025/terminology.prl +72 -0
- package/iso-iec-17065/package.primmel +10 -0
- package/iso-iec-17065/specification/requirements/body.prl +446 -0
- package/iso-iec-17065/terminology.prl +103 -0
- package/iso-iec-17067/package.primmel +10 -0
- package/iso-iec-17067/specification/requirements/scheme-content.prl +300 -0
- package/iso-iec-17067/terminology.prl +24 -0
- package/oiml-cs/package.primmel +10 -0
- package/oiml-cs/specification/discrepancies.prl +26 -0
- package/oiml-cs/specification/requirements/cs.prl +515 -0
- package/oiml-cs-dataspace/.primmel-allowlist.prl +25 -0
- package/oiml-cs-dataspace/package.primmel +9 -0
- package/oiml-cs-dataspace/specification/dataspace.prl +73 -0
- package/oiml-cs-dataspace/specification/policies.prl +68 -0
- package/oiml-integrated-ref/model/probe-pairing.prl +71 -0
- package/oiml-integrated-ref/package.primmel +10 -0
- package/oiml-r129/.primmel-allowlist.prl +2 -0
- package/oiml-r129/evaluation/processes.prl +152 -0
- package/oiml-r129/evaluation/workflow.prl +48 -0
- package/oiml-r129/execution/forms/admin/adjustments-modifications.prl +30 -0
- package/oiml-r129/execution/forms/admin/checklist.prl +70 -0
- package/oiml-r129/execution/forms/admin/configuration.prl +31 -0
- package/oiml-r129/execution/forms/admin/equipment-info.prl +27 -0
- package/oiml-r129/execution/forms/admin/general-info.prl +63 -0
- package/oiml-r129/execution/forms/admin/identification.prl +49 -0
- package/oiml-r129/execution/forms/admin/sample-selection.prl +30 -0
- package/oiml-r129/execution/forms/admin/summary-results.prl +50 -0
- package/oiml-r129/execution/forms/emc/bursts.prl +88 -0
- package/oiml-r129/execution/forms/emc/esd.prl +66 -0
- package/oiml-r129/execution/forms/emc/low-voltage-battery.prl +58 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-conducted.prl +59 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-radiated.prl +59 -0
- package/oiml-r129/execution/forms/emc/surge.prl +61 -0
- package/oiml-r129/execution/forms/emc/voltage-dips.prl +62 -0
- package/oiml-r129/execution/forms/emc/voltage-variation.prl +58 -0
- package/oiml-r129/execution/forms/env/damp-heat-cyclic.prl +43 -0
- package/oiml-r129/execution/forms/env/damp-heat-steady.prl +50 -0
- package/oiml-r129/execution/forms/env/static-temperatures.prl +61 -0
- package/oiml-r129/execution/forms/shared/headers.prl +86 -0
- package/oiml-r129/execution/forms/tests/acoustics.prl +44 -0
- package/oiml-r129/execution/forms/tests/ambient-light.prl +46 -0
- package/oiml-r129/execution/forms/tests/construction-examination.prl +46 -0
- package/oiml-r129/execution/forms/tests/examination-checklist.prl +51 -0
- package/oiml-r129/execution/forms/tests/object-shape.prl +43 -0
- package/oiml-r129/execution/forms/tests/orientation-position.prl +31 -0
- package/oiml-r129/execution/forms/tests/repeatability.prl +65 -0
- package/oiml-r129/execution/forms/tests/speed-movement.prl +59 -0
- package/oiml-r129/execution/forms/tests/surface-characteristics.prl +44 -0
- package/oiml-r129/execution/forms/tests/warm-up-time.prl +35 -0
- package/oiml-r129/execution/subforms/dimension-measurement.prl +93 -0
- package/oiml-r129/layers.prl +50 -0
- package/oiml-r129/model/attributes.prl +243 -0
- package/oiml-r129/model/behaviors.prl +79 -0
- package/oiml-r129/model/capabilities.prl +29 -0
- package/oiml-r129/model/characteristics.prl +8 -0
- package/oiml-r129/model/conditions.prl +23 -0
- package/oiml-r129/model/instrument.prl +67 -0
- package/oiml-r129/model/state.prl +22 -0
- package/oiml-r129/model/twin.prl +23 -0
- package/oiml-r129/package.primmel +15 -0
- package/oiml-r129/payload/application.yaml +40 -0
- package/oiml-r129/payload/conditions-common-test.yaml +8 -0
- package/oiml-r129/payload/formulas-variants.yaml +33 -0
- package/oiml-r129/payload/promises.yaml +102 -0
- package/oiml-r129/payload/sample-data.yaml +300 -0
- package/oiml-r129/references.prl +306 -0
- package/oiml-r129/sources-prd/coverage.json +59 -0
- package/oiml-r129/sources-prd/r129-1.sentences.json +4238 -0
- package/oiml-r129/sources-prd/r129-2.sentences.json +1139 -0
- package/oiml-r129/sources-prd/r129-3.sentences.json +3809 -0
- package/oiml-r129/sources-prd/r129-4.sentences.json +1227 -0
- package/oiml-r129/specification/calculations.prl +83 -0
- package/oiml-r129/specification/conformance/disturbance-tests.prl +212 -0
- package/oiml-r129/specification/conformance/effect-tests.prl +70 -0
- package/oiml-r129/specification/conformance/examinations.prl +83 -0
- package/oiml-r129/specification/conformance/metrological-tests.prl +178 -0
- package/oiml-r129/specification/formulas.prl +9 -0
- package/oiml-r129/specification/requirements/electronic.prl +46 -0
- package/oiml-r129/specification/requirements/metrological.prl +83 -0
- package/oiml-r129/specification/requirements/object-limitations.prl +99 -0
- package/oiml-r129/specification/requirements/software.prl +57 -0
- package/oiml-r129/specification/requirements/technical.prl +134 -0
- package/oiml-r129/specification/symbols.prl +187 -0
- package/oiml-r129/specification/tables.prl +74 -0
- package/oiml-r129/terminology.prl +415 -0
- package/oiml-r129/value-types.prl +40 -0
- package/oiml-r144/.primmel-allowlist.prl +2 -0
- package/oiml-r144/entities/instrument.prl +360 -0
- package/oiml-r144/entities/test-execution.prl +228 -0
- package/oiml-r144/entities/workflow.prl +2075 -0
- package/oiml-r144/evaluation/processes.prl +152 -0
- package/oiml-r144/evaluation/workflow.prl +48 -0
- package/oiml-r144/execution/forms/sec-3-report/03-01-laboratory-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-02-test-location.prl +14 -0
- package/oiml-r144/execution/forms/sec-3-report/03-03-manufacturer-info.prl +18 -0
- package/oiml-r144/execution/forms/sec-3-report/03-04-applicant-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-05-type-identification.prl +80 -0
- package/oiml-r144/execution/forms/sec-3-report/03-06-type-composition.prl +31 -0
- package/oiml-r144/execution/forms/sec-3-report/03-07-visual-examination.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-08-test-conclusions.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-09-general-conclusion.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-10-responsible-persons.prl +27 -0
- package/oiml-r144/execution/forms/sec-tests/ambient-pressure-test.prl +59 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-mains-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-signal-test.prl +55 -0
- package/oiml-r144/execution/forms/sec-tests/cold-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/cross-sensitivity-test.prl +92 -0
- package/oiml-r144/execution/forms/sec-tests/damp-heat-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/documentation-examination.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/drift-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/dry-heat-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/error-determination.prl +37 -0
- package/oiml-r144/execution/forms/sec-tests/esd-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/flow-spillover-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/leakproofness-test.prl +41 -0
- package/oiml-r144/execution/forms/sec-tests/low-battery-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/power-reduction-test.prl +49 -0
- package/oiml-r144/execution/forms/sec-tests/power-supply-test.prl +57 -0
- package/oiml-r144/execution/forms/sec-tests/repeatability-test.prl +60 -0
- package/oiml-r144/execution/forms/sec-tests/response-time-test.prl +43 -0
- package/oiml-r144/execution/forms/sec-tests/rf-emf-test.prl +47 -0
- package/oiml-r144/execution/forms/sec-tests/shock-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/surge-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/vibration-test.prl +58 -0
- package/oiml-r144/execution/forms/sec-tests/warm-up-time-test.prl +69 -0
- package/oiml-r144/execution/forms/shared/headers.prl +132 -0
- package/oiml-r144/execution/subforms/cgm-point.prl +99 -0
- package/oiml-r144/layers.prl +44 -0
- package/oiml-r144/model/attributes.prl +679 -0
- package/oiml-r144/model/behaviors.prl +117 -0
- package/oiml-r144/model/capabilities.prl +99 -0
- package/oiml-r144/model/characteristics.prl +27 -0
- package/oiml-r144/model/conditions.prl +46 -0
- package/oiml-r144/model/instrument.prl +85 -0
- package/oiml-r144/model/state.prl +18 -0
- package/oiml-r144/model/twin.prl +25 -0
- package/oiml-r144/package.primmel +15 -0
- package/oiml-r144/payload/application.yaml +80 -0
- package/oiml-r144/payload/attributes-pair-list.yaml +18 -0
- package/oiml-r144/payload/conditions-common-test.yaml +74 -0
- package/oiml-r144/payload/formulas-variants.yaml +32 -0
- package/oiml-r144/payload/promises.yaml +118 -0
- package/oiml-r144/payload/sample-data.yaml +643 -0
- package/oiml-r144/references.prl +594 -0
- package/oiml-r144/sources-prd/coverage.json +114 -0
- package/oiml-r144/sources-prd/r144-1.sentences.json +2797 -0
- package/oiml-r144/sources-prd/r144-2.sentences.json +1627 -0
- package/oiml-r144/sources-prd/r144-3.sentences.json +838 -0
- package/oiml-r144/specification/calculations.prl +123 -0
- package/oiml-r144/specification/conformance/examination.prl +87 -0
- package/oiml-r144/specification/conformance/performance-tests.prl +755 -0
- package/oiml-r144/specification/formulas.prl +37 -0
- package/oiml-r144/specification/reference-materials.prl +87 -0
- package/oiml-r144/specification/requirements/controls.prl +51 -0
- package/oiml-r144/specification/requirements/metrological.prl +299 -0
- package/oiml-r144/specification/requirements/report.prl +35 -0
- package/oiml-r144/specification/requirements/technical.prl +455 -0
- package/oiml-r144/specification/symbols.prl +357 -0
- package/oiml-r144/specification/tables.prl +95 -0
- package/oiml-r144/specification/test-point-sets.prl +15 -0
- package/oiml-r144/terminology.prl +308 -0
- package/oiml-r144/value-types.prl +49 -0
- package/oiml-r60/.primmel-allowlist.prl +2 -0
- package/oiml-r60/entities/workflow.prl +2079 -0
- package/oiml-r60/evaluation/processes.prl +152 -0
- package/oiml-r60/evaluation/workflow.prl +48 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-01-authority-info.prl +76 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-02-synopsis.prl +20 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-01-examinations.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-a-performance-general.prl +81 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-b-performance-digital.prl +104 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-01-manufacturer.prl +21 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-02-applicant.prl +44 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-03-testing-laboratories.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-05-load-cell-type-info.prl +83 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-06-accessories.prl +41 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-07-sample-selection.prl +71 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-01-general-info.prl +103 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-02-performance-info.prl +66 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-03-digital-info.prl +35 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-04-photographs.prl +12 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-05-documentation.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-06-inscriptions.prl +126 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-07-model-range.prl +143 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-12-previous-tests.prl +26 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-01-force-generating-system.prl +89 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-02-weights.prl +61 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-03-temperature-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-04-climate-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-05-indicator.prl +92 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-06-terminal.prl +86 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-07-barometric-pressure-meter.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-08-thermometer.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-09-moisture-analyser.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-10-additional-test-equipment.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-11-remarks.prl +11 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/test-usage-matrix.prl +85 -0
- package/oiml-r60/execution/forms/sec-5-examination/documentation-examination.prl +53 -0
- package/oiml-r60/execution/forms/sec-5-examination/marking-examination.prl +104 -0
- package/oiml-r60/execution/forms/sec-5-examination/software-examination.prl +86 -0
- package/oiml-r60/execution/forms/sec-5-examination/suitability-examination.prl +56 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/barometric-pressure.prl +176 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/bursts.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/conducted-emc.prl +170 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/creep-dr.prl +327 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/emc-susceptibility.prl +115 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/esd.prl +224 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-ch.prl +300 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-sh.prl +235 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/initial-tests.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-cell-errors.prl +280 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-test.prl +29 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/performance-test-summary.prl +82 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/power-voltage.prl +166 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/repeatability.prl +189 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/short-time-power.prl +98 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/span-stability.prl +242 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/surge.prl +142 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/temperature-mdlo.prl +180 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/warm-up-time.prl +207 -0
- package/oiml-r60/execution/forms/shared/headers.prl +255 -0
- package/oiml-r60/execution/subforms/load-test-row.prl +55 -0
- package/oiml-r60/execution/subforms/test-procedures.prl +33 -0
- package/oiml-r60/layers.prl +46 -0
- package/oiml-r60/model/attributes.prl +642 -0
- package/oiml-r60/model/behaviors.prl +165 -0
- package/oiml-r60/model/capabilities.prl +57 -0
- package/oiml-r60/model/characteristics.prl +27 -0
- package/oiml-r60/model/conditions.prl +50 -0
- package/oiml-r60/model/instrument.prl +96 -0
- package/oiml-r60/model/processes.prl +54 -0
- package/oiml-r60/model/state.prl +22 -0
- package/oiml-r60/model/twin.prl +16 -0
- package/oiml-r60/package.primmel +16 -0
- package/oiml-r60/payload/annexes-part4.yaml +122 -0
- package/oiml-r60/payload/application.yaml +83 -0
- package/oiml-r60/payload/conditions-common-test.yaml +121 -0
- package/oiml-r60/payload/formulas-variants.yaml +55 -0
- package/oiml-r60/payload/promises.yaml +224 -0
- package/oiml-r60/payload/sample-data.yaml +5025 -0
- package/oiml-r60/payload/symbols-formula-notes.yaml +21 -0
- package/oiml-r60/references.prl +549 -0
- package/oiml-r60/sources-prd/coverage.json +740 -0
- package/oiml-r60/sources-prd/r60-1.sentences.json +2173 -0
- package/oiml-r60/sources-prd/r60-2.sentences.json +2961 -0
- package/oiml-r60/sources-prd/r60-3.sentences.json +4212 -0
- package/oiml-r60/sources-prd/r60-a.sentences.json +3361 -0
- package/oiml-r60/specification/calculations.prl +318 -0
- package/oiml-r60/specification/conformance/class-specific.prl +1120 -0
- package/oiml-r60/specification/conformance/electronic.prl +483 -0
- package/oiml-r60/specification/conformance/examination.prl +183 -0
- package/oiml-r60/specification/conformance/metrological.prl +478 -0
- package/oiml-r60/specification/constraints.prl +58 -0
- package/oiml-r60/specification/formulas-used.prl +43 -0
- package/oiml-r60/specification/formulas.prl +20 -0
- package/oiml-r60/specification/requirements/class-specific.prl +655 -0
- package/oiml-r60/specification/requirements/classification.prl +114 -0
- package/oiml-r60/specification/requirements/electronic.prl +222 -0
- package/oiml-r60/specification/requirements/metrological.prl +381 -0
- package/oiml-r60/specification/requirements/technical.prl +146 -0
- package/oiml-r60/specification/symbols.prl +599 -0
- package/oiml-r60/specification/tables.prl +182 -0
- package/oiml-r60/specification/test-sequences.prl +72 -0
- package/oiml-r60/terminology.prl +920 -0
- package/oiml-r60/value-types.prl +46 -0
- package/oiml-r91/.primmel-allowlist.prl +3 -0
- package/oiml-r91/entities/instrument.prl +359 -0
- package/oiml-r91/entities/workflow.prl +2075 -0
- package/oiml-r91/evaluation/processes.prl +152 -0
- package/oiml-r91/evaluation/workflow.prl +48 -0
- package/oiml-r91/execution/forms/evidence-file.prl +41 -0
- package/oiml-r91/execution/forms/report-evaluation/appraisal.prl +30 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist-summary.prl +43 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist.prl +76 -0
- package/oiml-r91/execution/forms/report-evaluation/configuration-samples.prl +22 -0
- package/oiml-r91/execution/forms/report-evaluation/corrective-actions.prl +24 -0
- package/oiml-r91/execution/forms/report-evaluation/descriptions.prl +47 -0
- package/oiml-r91/execution/forms/report-evaluation/evaluation-identification.prl +219 -0
- package/oiml-r91/execution/forms/report-evaluation/test-report-summary.prl +33 -0
- package/oiml-r91/execution/forms/report-general/adjustments.prl +12 -0
- package/oiml-r91/execution/forms/report-general/alignment-aiming.prl +17 -0
- package/oiml-r91/execution/forms/report-general/checking-facility.prl +17 -0
- package/oiml-r91/execution/forms/report-general/configuration.prl +12 -0
- package/oiml-r91/execution/forms/report-general/identification.prl +216 -0
- package/oiml-r91/execution/forms/report-general/indications-controls.prl +17 -0
- package/oiml-r91/execution/forms/report-general/sealing.prl +21 -0
- package/oiml-r91/execution/forms/report-general/software-description.prl +26 -0
- package/oiml-r91/execution/forms/report-general/summary-environmental.prl +35 -0
- package/oiml-r91/execution/forms/report-general/summary-tests.prl +35 -0
- package/oiml-r91/execution/forms/report-general/test-equipment.prl +36 -0
- package/oiml-r91/execution/forms/report-general/test-interface.prl +16 -0
- package/oiml-r91/execution/forms/report-tests/01-01-field-test.prl +84 -0
- package/oiml-r91/execution/forms/report-tests/01-02-statistical-analysis.prl +76 -0
- package/oiml-r91/execution/forms/report-tests/01-03-image-evidence.prl +30 -0
- package/oiml-r91/execution/forms/report-tests/02-01-dynamic-performance.prl +92 -0
- package/oiml-r91/execution/forms/report-tests/02-02-speed-linearity.prl +23 -0
- package/oiml-r91/execution/forms/report-tests/02-03-distance-linearity.prl +67 -0
- package/oiml-r91/execution/forms/report-tests/02-04-angle-linearity.prl +59 -0
- package/oiml-r91/execution/forms/report-tests/03-01-dry-heat-operating.prl +38 -0
- package/oiml-r91/execution/forms/report-tests/03-02-dry-heat-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-03-cold-operating.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-04-cold-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-05-damp-heat-cyclic.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-06-water.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-07-sand-and-dust.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-08-salt-mist.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-09-vibration-random.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-10-mechanical-shock.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-11-dc-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-12-ripple-on-dc-mains.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-13-ac-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-14-ac-mains-frequency-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-15-dc-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-16-ac-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-17-ac-mains-frequency-harmonics.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-18-vlf-lf-disturbances.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-19-bursts-ac-dc-mains.prl +44 -0
- package/oiml-r91/execution/forms/report-tests/03-20-surges-ac-dc-mains.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-21-bursts-signal-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-22-surges-signal-lines.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-23-ac-mains-magnetic-field.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-24-conducted-rf-common-mode.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-25-rf-electromagnetic-fields.prl +49 -0
- package/oiml-r91/execution/forms/report-tests/03-26-electrostatic-discharges.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-27-internal-battery-low-voltage.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-28-road-vehicle-battery.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-29-transient-supply-lines.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-30-transient-other-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-31-battery-cranking.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-32-load-dump.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-33-acceleration.prl +66 -0
- package/oiml-r91/execution/forms/report-tests/03-34-further-influence.prl +60 -0
- package/oiml-r91/execution/forms/report-tests/03-35-installation-alignment.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/04-01-doppler-radar.prl +43 -0
- package/oiml-r91/execution/forms/report-tests/04-02-range-finding.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/04-03-average-speed.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-04-fixed-distance.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/04-05-image-based.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-06-across-road.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/05-01-moving-field-test.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/05-02-ego-field-test.prl +57 -0
- package/oiml-r91/execution/forms/report-tests/05-03-moving-traffic-simulation.prl +31 -0
- package/oiml-r91/execution/forms/report-tests/06-01-software-general.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-02-software-protection.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-03-software-hardware-support.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/06-04-software-separation.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-05-software-maintenance.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/07-general-remarks.prl +11 -0
- package/oiml-r91/execution/forms/shared/header-a.prl +63 -0
- package/oiml-r91/execution/subforms/software-matrix-row.prl +30 -0
- package/oiml-r91/execution/subforms/speed-measurement-row.prl +38 -0
- package/oiml-r91/layers.prl +46 -0
- package/oiml-r91/model/artifacts.prl +29 -0
- package/oiml-r91/model/attributes.prl +698 -0
- package/oiml-r91/model/behaviors.prl +142 -0
- package/oiml-r91/model/capabilities.prl +88 -0
- package/oiml-r91/model/characteristics.prl +27 -0
- package/oiml-r91/model/conditions.prl +37 -0
- package/oiml-r91/model/instrument.prl +147 -0
- package/oiml-r91/model/state.prl +22 -0
- package/oiml-r91/model/twin.prl +17 -0
- package/oiml-r91/package.primmel +14 -0
- package/oiml-r91/payload/application.yaml +201 -0
- package/oiml-r91/payload/conditions-common-test.yaml +19 -0
- package/oiml-r91/payload/promises.yaml +142 -0
- package/oiml-r91/payload/sample-data.yaml +464 -0
- package/oiml-r91/references.prl +72 -0
- package/oiml-r91/sources-prd/coverage.json +106 -0
- package/oiml-r91/sources-prd/r91-1.sentences.json +4696 -0
- package/oiml-r91/sources-prd/r91-2.sentences.json +2067 -0
- package/oiml-r91/sources-prd/r91-3.sentences.json +5210 -0
- package/oiml-r91/sources-prd/r91-4.sentences.json +474 -0
- package/oiml-r91/specification/calculations.prl +26 -0
- package/oiml-r91/specification/conformance/influence-disturbance.prl +1792 -0
- package/oiml-r91/specification/conformance/metrological.prl +906 -0
- package/oiml-r91/specification/formulas.prl +10 -0
- package/oiml-r91/specification/requirements/class-specific.prl +308 -0
- package/oiml-r91/specification/requirements/metrological.prl +176 -0
- package/oiml-r91/specification/requirements/technical.prl +173 -0
- package/oiml-r91/specification/symbols.prl +323 -0
- package/oiml-r91/specification/tables.prl +136 -0
- package/oiml-r91/terminology.prl +535 -0
- package/oiml-r91/value-types.prl +26 -0
- package/oiml-smart-core/entities/comments.prl +101 -0
- package/oiml-smart-core/entities/cs-operations.prl +492 -0
- package/oiml-smart-core/entities/cs-participants.prl +470 -0
- package/oiml-smart-core/entities/engagement.prl +323 -0
- package/oiml-smart-core/entities/instrument.prl +359 -0
- package/oiml-smart-core/entities/module-b.prl +214 -0
- package/oiml-smart-core/entities/operated-schemes.prl +141 -0
- package/oiml-smart-core/entities/parties.prl +429 -0
- package/oiml-smart-core/entities/payment-records.prl +92 -0
- package/oiml-smart-core/entities/verification.prl +187 -0
- package/oiml-smart-core/entities/workflow.prl +2075 -0
- package/oiml-smart-core/evaluation/roles.prl +65 -0
- package/oiml-smart-core/evaluation/state-machines.prl +1157 -0
- package/oiml-smart-core/package.primmel +10 -0
- package/oiml-smart-core/specification/competence-kinds.prl +64 -0
- package/oiml-smart-core/specification/constraints.prl +40 -0
- package/oiml-smart-core/specification/invariants.prl +90 -0
- package/oiml-smart-core/specification/predicates.prl +116 -0
- package/oiml-smart-module-emc-disturbances/package.primmel +10 -0
- package/oiml-smart-module-env-iec60068/package.primmel +10 -0
- package/oiml-smart-module-examination-docs/package.primmel +10 -0
- package/oiml-smart-module-reference-materials/package.primmel +10 -0
- package/oiml-smart-module-report-headers/package.primmel +10 -0
- package/oiml-smart-module-software-d31/package.primmel +10 -0
- package/oiml-smart-module-specimen-governance/entities/test-execution.prl +228 -0
- package/oiml-smart-module-specimen-governance/package.primmel +10 -0
- package/oiml-twin-cert/documents/tw-1/document.yaml +454 -0
- package/oiml-twin-cert/evaluation/roles.prl +15 -0
- package/oiml-twin-cert/execution/forms/probe-creep.prl +179 -0
- package/oiml-twin-cert/execution/forms/probe.prl +99 -0
- package/oiml-twin-cert/execution/forms/static-conformance.prl +50 -0
- package/oiml-twin-cert/model/attributes.prl +243 -0
- package/oiml-twin-cert/model/behaviors.prl +8 -0
- package/oiml-twin-cert/model/characteristics.prl +18 -0
- package/oiml-twin-cert/model/monitors.prl +16 -0
- package/oiml-twin-cert/package.primmel +16 -0
- package/oiml-twin-cert/specification/conformance/twin-fidelity.prl +176 -0
- package/oiml-twin-cert/specification/requirements/twin-fidelity.prl +137 -0
- package/oiml-twin-cert/specification/symbols.prl +36 -0
- package/oiml-twin-cert/terminology.prl +8 -0
- package/oimlsmart-primmel-packages-0.1.0.tgz +0 -0
- package/package.json +17 -0
- package/qms-ref/model/qms.prl +31 -0
- package/qms-ref/package.primmel +38 -0
- package/quarry-belt-scale/model/ops.prl +115 -0
- package/quarry-belt-scale/package.primmel +36 -0
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
requirement_class /req/iso-17025/lab {
|
|
2
|
+
title "ISO/IEC 17025 resource requirements"
|
|
3
|
+
name "ISO/IEC 17025 laboratory resource requirements (clause 6)"
|
|
4
|
+
description "Resource requirements of ISO/IEC 17025:2017 (clause 6) on a testing or calibration laboratory: personnel acting impartially with documented and monitored competence and per-activity authorizations; equipment verified, calibrated and recorded; metrological traceability of results via a documented unbroken chain of calibrations to the SI (Annex A). The OIML-CS relies on these for Test-Laboratory competence (B 18:2025 §5.3); they are verified by assessment of the laboratory (accreditation or peer assessment), not by the type-evaluation workflow."
|
|
5
|
+
subject "Testing/calibration laboratory — personnel, equipment and metrological traceability"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
requirement /req/iso-17025/lab/personnel-impartiality-competence {
|
|
9
|
+
name "Personnel impartiality and competence"
|
|
10
|
+
statement "All personnel of the laboratory, either internal or external, that could influence the laboratory activities shall act impartially, be competent and work in accordance with the laboratory's management system. The laboratory shall ensure that the personnel have the competence to perform laboratory activities for which they are responsible and to evaluate the significance of deviations."
|
|
11
|
+
obligation shall
|
|
12
|
+
acceptance_criteria {
|
|
13
|
+
type: "qualitative"
|
|
14
|
+
items:
|
|
15
|
+
- description: "Every person influencing laboratory activities demonstrably impartial, competent and management-system-bound"
|
|
16
|
+
- description: "Competence covers the evaluation of the significance of deviations"
|
|
17
|
+
}
|
|
18
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment), outside the per-application certification process." }
|
|
19
|
+
source { doc "ISO/IEC 17025:2017, 6.2.1, 6.2.3" clause "" }
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
requirement /req/iso-17025/lab/personnel-competence-requirements {
|
|
23
|
+
name "Documented competence requirements per function"
|
|
24
|
+
statement "The laboratory shall document the competence requirements for each function influencing the results of laboratory activities, including requirements for education, qualification, training, technical knowledge, skills and experience."
|
|
25
|
+
obligation shall
|
|
26
|
+
acceptance_criteria {
|
|
27
|
+
type: "qualitative"
|
|
28
|
+
items:
|
|
29
|
+
- description: "Competence requirements documented for every function influencing results"
|
|
30
|
+
- description: "Documentation covers education, qualification, training, technical knowledge, skills and experience"
|
|
31
|
+
}
|
|
32
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
33
|
+
source { doc "ISO/IEC 17025:2017, 6.2.2" clause "" }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
requirement /req/iso-17025/lab/personnel-procedure-records {
|
|
37
|
+
name "Personnel procedure and competence records"
|
|
38
|
+
statement "The laboratory shall have procedure(s) and retain records for: determining the competence requirements; selection of personnel; training of personnel; supervision of personnel; authorization of personnel; monitoring competence of personnel."
|
|
39
|
+
obligation shall
|
|
40
|
+
acceptance_criteria {
|
|
41
|
+
type: "qualitative"
|
|
42
|
+
items:
|
|
43
|
+
- description: "Procedure(s) in place covering all six personnel-management stages"
|
|
44
|
+
- description: "Records of selection, training, supervision, authorization and competence monitoring retained"
|
|
45
|
+
}
|
|
46
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
47
|
+
source { doc "ISO/IEC 17025:2017, 6.2.5" clause "" }
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
requirement /req/iso-17025/lab/authorized-personnel {
|
|
51
|
+
name "Authorized personnel for specific activities"
|
|
52
|
+
statement "The laboratory shall authorize personnel to perform specific laboratory activities, including but not limited to, the following: a) development, modification, verification and validation of methods; b) analysis of results, including statements of conformity or opinions and interpretations; c) report, review and authorization of results."
|
|
53
|
+
obligation shall
|
|
54
|
+
acceptance_criteria {
|
|
55
|
+
type: "qualitative"
|
|
56
|
+
items:
|
|
57
|
+
- description: "Per-activity authorizations documented for every person performing 6.2.6 a–c activities"
|
|
58
|
+
- description: "Statements of conformity and opinions/interpretations released only by personnel authorized for them (feeds 7.8.6/7.8.7)"
|
|
59
|
+
}
|
|
60
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
61
|
+
source { doc "ISO/IEC 17025:2017, 6.2.6" clause "" }
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
requirement /req/iso-17025/lab/equipment-conformity {
|
|
65
|
+
name "Equipment conformity and capability"
|
|
66
|
+
statement "The laboratory shall verify that equipment conforms to specified requirements before being placed or returned into service. The equipment used for measurement shall be capable of achieving the measurement accuracy and/or measurement uncertainty required to provide a valid result."
|
|
67
|
+
obligation shall
|
|
68
|
+
acceptance_criteria {
|
|
69
|
+
type: "qualitative"
|
|
70
|
+
items:
|
|
71
|
+
- description: "Conformity verification recorded before (re-)entry into service"
|
|
72
|
+
- description: "Demonstrated capability of the required accuracy / measurement uncertainty"
|
|
73
|
+
}
|
|
74
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
75
|
+
source { doc "ISO/IEC 17025:2017, 6.4.4, 6.4.5" clause "" }
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
requirement /req/iso-17025/lab/equipment-calibration {
|
|
79
|
+
name "Equipment calibration"
|
|
80
|
+
statement "Measuring equipment shall be calibrated when: the measurement accuracy or measurement uncertainty affects the validity of the reported results, and/or calibration of the equipment is required to establish the metrological traceability of the reported results. (Equipment having an effect on the validity of the reported results includes that used for the direct measurement of the measurand, that used to make corrections to the measured value, and that used to obtain a result calculated from multiple quantities.)"
|
|
81
|
+
obligation shall
|
|
82
|
+
acceptance_criteria {
|
|
83
|
+
type: "qualitative"
|
|
84
|
+
items:
|
|
85
|
+
- description: "Every validity-affecting / traceability-required instrument calibrated"
|
|
86
|
+
- description: "Calibration certificates current at the time of use"
|
|
87
|
+
}
|
|
88
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
89
|
+
source { doc "ISO/IEC 17025:2017, 6.4.6" clause "" }
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
requirement /req/iso-17025/lab/calibration-programme {
|
|
93
|
+
name "Calibration programme and status identification"
|
|
94
|
+
statement "The laboratory shall establish a calibration programme, which shall be reviewed and adjusted as necessary in order to maintain confidence in the status of calibration. All equipment requiring calibration or which has a defined period of validity shall be labelled, coded or otherwise identified to allow the user of the equipment to readily identify the status of calibration or period of validity."
|
|
95
|
+
obligation shall
|
|
96
|
+
acceptance_criteria {
|
|
97
|
+
type: "qualitative"
|
|
98
|
+
items:
|
|
99
|
+
- description: "Calibration programme established, reviewed and adjusted"
|
|
100
|
+
- description: "Calibration status / validity period identifiable on every instrument concerned"
|
|
101
|
+
}
|
|
102
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
103
|
+
source { doc "ISO/IEC 17025:2017, 6.4.7, 6.4.8" clause "" }
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
requirement /req/iso-17025/lab/equipment-records {
|
|
107
|
+
name "Equipment records"
|
|
108
|
+
statement "Records shall be retained for equipment which can influence laboratory activities. The records shall include the following, where applicable: a) the identity of equipment, including software and firmware version; b) the manufacturer's name, type identification, and serial number or other unique identification; c) evidence of verification that equipment conforms with specified requirements; d) the current location; e) calibration dates, results of calibrations, adjustments, acceptance criteria, and the due date of the next calibration or the calibration interval; f) documentation of reference materials, results, acceptance criteria, relevant dates and the period of validity; g) the maintenance plan and maintenance carried out to date, where relevant to the performance of the equipment; h) details of any damage, malfunction, modification to, or repair of, the equipment."
|
|
109
|
+
obligation shall
|
|
110
|
+
acceptance_criteria {
|
|
111
|
+
type: "qualitative"
|
|
112
|
+
items:
|
|
113
|
+
- description: "A retained record exists for every instrument that can influence laboratory activities"
|
|
114
|
+
- description: "Each record carries the applicable 6.4.13 a–h items"
|
|
115
|
+
}
|
|
116
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
117
|
+
source { doc "ISO/IEC 17025:2017, 6.4.13" clause "" }
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
requirement /req/iso-17025/lab/traceability-chain {
|
|
121
|
+
name "Metrological traceability chain"
|
|
122
|
+
statement "The laboratory shall establish and maintain metrological traceability of its measurement results by means of a documented unbroken chain of calibrations, each contributing to the measurement uncertainty, linking them to an appropriate reference."
|
|
123
|
+
obligation shall
|
|
124
|
+
acceptance_criteria {
|
|
125
|
+
type: "qualitative"
|
|
126
|
+
items:
|
|
127
|
+
- description: "Documented unbroken calibration chain from every reported result to its reference"
|
|
128
|
+
- description: "Every link's contribution to the measurement uncertainty recorded"
|
|
129
|
+
}
|
|
130
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
131
|
+
source { doc "ISO/IEC 17025:2017, 6.5.1" clause "" }
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
requirement /req/iso-17025/lab/si-traceability {
|
|
135
|
+
name "Traceability to the SI"
|
|
136
|
+
statement "The laboratory shall ensure that measurement results are traceable to the International System of Units (SI) through: a) calibration provided by a competent laboratory (laboratories fulfilling the requirements of this document are considered to be competent); or b) certified values of certified reference materials provided by a competent producer with stated metrological traceability to the SI (reference material producers fulfilling ISO 17034 are considered to be competent); or c) direct realization of the SI units ensured by comparison, directly or indirectly, with national or international standards. (Annex A.2.1: establishing traceability considers and ensures the specification of the measurand, a documented unbroken chain of calibrations going back to stated and appropriate references, measurement uncertainty evaluated for each step according to agreed methods, each step performed in accordance with appropriate methods with recorded results and associated uncertainties, and evidence of the technical competence of the laboratories performing the chain's steps. Annex A.3.1: internationally accepted demonstration paths include the CIPM MRA / BIPM KCDB and accreditation under the ILAC Arrangement; A.3.2: the Joint BIPM, OIML, ILAC and ISO Declaration on Metrological Traceability.)"
|
|
137
|
+
obligation shall
|
|
138
|
+
acceptance_criteria {
|
|
139
|
+
type: "qualitative"
|
|
140
|
+
items:
|
|
141
|
+
- description: "SI traceability of every reported result via one of the 6.5.2 a–c routes"
|
|
142
|
+
- description: "Chain-laboratory competence evidence (accreditation / CIPM MRA listing) on file"
|
|
143
|
+
}
|
|
144
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
145
|
+
source { doc "ISO/IEC 17025:2017, 6.5.2, Annex A.2.1, A.3 (Annex A informative)" clause "" }
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
requirement /req/iso-17025/lab/non-si-traceability {
|
|
149
|
+
name "Traceability when SI realization is not possible"
|
|
150
|
+
statement "When metrological traceability to the SI units is not technically possible, the laboratory shall demonstrate metrological traceability to an appropriate reference, e.g.: a) certified values of certified reference materials provided by a competent producer; b) results of reference measurement procedures, specified methods or consensus standards that are clearly described and accepted as providing measurement results fit for their intended use and ensured by suitable comparison."
|
|
151
|
+
obligation shall
|
|
152
|
+
acceptance_criteria {
|
|
153
|
+
type: "qualitative"
|
|
154
|
+
items:
|
|
155
|
+
- description: "Non-SI traceability demonstrated to an appropriate reference wherever SI traceability is technically impossible"
|
|
156
|
+
}
|
|
157
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
158
|
+
source { doc "ISO/IEC 17025:2017, 6.5.3" clause "" }
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
requirement /req/iso-17025/lab/conformity-only-dissemination {
|
|
162
|
+
name "Conformity-only dissemination of traceability"
|
|
163
|
+
statement "Measurement standards that have reported information from a competent laboratory that includes only a statement of conformity to a specification (omitting the measurement results and associated uncertainties) are sometimes used to disseminate metrological traceability. This approach, in which the specification limits are imported as the source of uncertainty, is dependent upon: a) the use of an appropriate decision rule to establish conformity; b) the specification limits subsequently being treated in a technically appropriate way in the uncertainty budget. (Example: the use of OIML R 111 class weights to calibrate a balance.)"
|
|
164
|
+
obligation shall
|
|
165
|
+
acceptance_criteria {
|
|
166
|
+
type: "qualitative"
|
|
167
|
+
items:
|
|
168
|
+
- description: "Conformity-only dissemination relies on an appropriate decision rule"
|
|
169
|
+
- description: "Imported specification limits treated technically appropriately in the uncertainty budget"
|
|
170
|
+
}
|
|
171
|
+
verification { method deferred description "Verified by assessment of the laboratory (accreditation or OIML-CS peer assessment)." }
|
|
172
|
+
source { doc "ISO/IEC 17025:2017, Annex A.2.3 (informative)" clause "" }
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
requirement_class /req/iso-17025/process {
|
|
176
|
+
title "ISO/IEC 17025 process requirements"
|
|
177
|
+
name "ISO/IEC 17025 laboratory process requirements (clause 7)"
|
|
178
|
+
description "Clause-7 process requirements of ISO/IEC 17025:2017 — the laboratory test lifecycle from the review of requests, tenders and contracts (7.1) through reporting of results (7.8), with complaints (7.9) and nonconforming work (7.10). Each provision is enforced by the abstract process of the same lifecycle in evaluation/functional-approach.yaml (its `provisions:` binding), exactly as the OIML-CS scheme's concrete steps validate the /req/cs/* provisions."
|
|
179
|
+
subject "Laboratory test lifecycle — request review to reporting, complaints and nonconforming work"
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
requirement /req/iso-17025/process/request-review {
|
|
183
|
+
name "Review of requests, tenders and contracts"
|
|
184
|
+
statement "The laboratory shall have a procedure for the review of requests, tenders and contracts. The procedure shall ensure that: a) the requirements are adequately defined, documented and understood; b) the laboratory has the capability and resources to meet the requirements; c) where external providers are used, the requirements of 6.6 are applied and the laboratory advises the customer of the specific laboratory activities to be performed by the external provider and gains the customer's approval; d) the appropriate methods or procedures are selected and are capable of meeting the customers' requirements."
|
|
185
|
+
obligation shall
|
|
186
|
+
acceptance_criteria {
|
|
187
|
+
type: "qualitative"
|
|
188
|
+
items:
|
|
189
|
+
- description: "Request/tender/contract review procedure in place covering 7.1.1 a–d"
|
|
190
|
+
- description: "Capability, resources and method adequacy confirmed before acceptance"
|
|
191
|
+
}
|
|
192
|
+
verification { method implicit description "Request-review step (abstract process request_review)." }
|
|
193
|
+
source { doc "ISO/IEC 17025:2017, 7.1.1" clause "" }
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
requirement /req/iso-17025/process/decision-rule {
|
|
197
|
+
name "Decision rule for statements of conformity"
|
|
198
|
+
statement "When the customer requests a statement of conformity to a specification or standard for the test or calibration (e.g. pass/fail, in-tolerance/out-of-tolerance), the specification or standard and the decision rule shall be clearly defined. Unless inherent in the requested specification or standard, the decision rule selected shall be communicated to, and agreed with, the customer."
|
|
199
|
+
obligation shall
|
|
200
|
+
acceptance_criteria {
|
|
201
|
+
type: "qualitative"
|
|
202
|
+
items:
|
|
203
|
+
- description: "Specification/standard and decision rule clearly defined for every requested conformity statement"
|
|
204
|
+
- description: "Non-inherent decision rules communicated to and agreed with the customer"
|
|
205
|
+
}
|
|
206
|
+
verification { method implicit description "Request-review step (abstract process request_review; the decision-rule triangle 3.7 + 7.1.3 + 7.8.6)." }
|
|
207
|
+
source { doc "ISO/IEC 17025:2017, 7.1.3" clause "" }
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
requirement /req/iso-17025/process/method-selection {
|
|
211
|
+
name "Selection of methods"
|
|
212
|
+
statement "The laboratory shall use appropriate methods and procedures for all laboratory activities and, where appropriate, for evaluation of the measurement uncertainty as well as statistical techniques for analysis of data. The laboratory shall ensure that it uses the latest valid version of a method unless it is not appropriate or possible to do so; when necessary, the application of the method shall be supplemented with additional details to ensure consistent application. When the customer does not specify the method to be used, the laboratory shall select an appropriate method and inform the customer of the method chosen."
|
|
213
|
+
obligation shall
|
|
214
|
+
acceptance_criteria {
|
|
215
|
+
type: "qualitative"
|
|
216
|
+
items:
|
|
217
|
+
- description: "Appropriate, latest-valid-version methods in use for every laboratory activity"
|
|
218
|
+
- description: "Customer informed of the method chosen when it did not specify one"
|
|
219
|
+
}
|
|
220
|
+
verification { method implicit description "Method-selection step (abstract process method_selection)." }
|
|
221
|
+
source { doc "ISO/IEC 17025:2017, 7.2.1.1, 7.2.1.3, 7.2.1.4" clause "" }
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
requirement /req/iso-17025/process/method-verification {
|
|
225
|
+
name "Verification of methods"
|
|
226
|
+
statement "The laboratory shall verify that it can properly perform methods before introducing them by ensuring that it can achieve the required performance. Records of the verification shall be retained. If the method is revised by the issuing body, verification shall be repeated to the extent necessary. Deviations from methods for all laboratory activities shall occur only if the deviation has been documented, technically justified, authorized, and accepted by the customer."
|
|
227
|
+
obligation shall
|
|
228
|
+
acceptance_criteria {
|
|
229
|
+
type: "qualitative"
|
|
230
|
+
items:
|
|
231
|
+
- description: "Method verification performed before introduction and repeated on method revision; records retained"
|
|
232
|
+
- description: "Every deviation documented, technically justified, authorized and customer-accepted"
|
|
233
|
+
}
|
|
234
|
+
verification { method implicit description "Method-selection step (abstract process method_selection)." }
|
|
235
|
+
source { doc "ISO/IEC 17025:2017, 7.2.1.5, 7.2.1.7" clause "" }
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
requirement /req/iso-17025/process/method-validation {
|
|
239
|
+
name "Validation of methods"
|
|
240
|
+
statement "The laboratory shall validate non-standard methods, laboratory-developed methods and standard methods used outside their intended scope or otherwise modified. The validation shall be as extensive as is necessary to meet the needs of the given application or field of application. The laboratory shall retain the following records of validation: a) the validation procedure used; b) specification of the requirements; c) determination of the performance characteristics of the method; d) results obtained; e) a statement on the validity of the method, detailing its fitness for the intended use."
|
|
241
|
+
obligation shall
|
|
242
|
+
acceptance_criteria {
|
|
243
|
+
type: "qualitative"
|
|
244
|
+
items:
|
|
245
|
+
- description: "Validation performed for every non-standard / laboratory-developed / out-of-scope / modified method"
|
|
246
|
+
- description: "Validation records 7.2.2.4 a–e retained"
|
|
247
|
+
}
|
|
248
|
+
verification { method implicit description "Method-validation step (abstract process method_validation)." }
|
|
249
|
+
source { doc "ISO/IEC 17025:2017, 7.2.2.1, 7.2.2.4" clause "" }
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
requirement /req/iso-17025/process/sampling-plan {
|
|
253
|
+
name "Sampling plan and method"
|
|
254
|
+
statement "The laboratory shall have a sampling plan and method when it carries out sampling of substances, materials or products for subsequent testing or calibration. The sampling method shall address the factors to be controlled to ensure the validity of subsequent testing or calibration results. The sampling plan and method shall be available at the site where sampling is undertaken. Sampling plans shall, whenever reasonable, be based on appropriate statistical methods. The sampling method shall describe: a) the selection of samples or sites; b) the sampling plan; c) the preparation and treatment of sample(s) from a substance, material or product to yield the required item for subsequent testing or calibration."
|
|
255
|
+
obligation shall
|
|
256
|
+
acceptance_criteria {
|
|
257
|
+
type: "qualitative"
|
|
258
|
+
items:
|
|
259
|
+
- description: "Sampling plan and method available at the sampling site, statistically based whenever reasonable"
|
|
260
|
+
- description: "Method describes sample/site selection, the plan, and preparation/treatment"
|
|
261
|
+
}
|
|
262
|
+
verification { method implicit description "Sampling step (abstract process sampling)." }
|
|
263
|
+
source { doc "ISO/IEC 17025:2017, 7.3.1, 7.3.2" clause "" }
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
requirement /req/iso-17025/process/sampling-records {
|
|
267
|
+
name "Sampling records"
|
|
268
|
+
statement "The laboratory shall retain records of sampling data that forms part of the testing or calibration that is undertaken. These records shall include, where relevant: a) reference to the sampling method used; b) date and time of sampling; c) data to identify and describe the sample; d) identification of the personnel performing sampling; e) identification of the equipment used; f) environmental or transport conditions; g) diagrams or other equivalent means to identify the sampling location, when appropriate; h) deviations, additions to or exclusions from the sampling method and sampling plan."
|
|
269
|
+
obligation shall
|
|
270
|
+
acceptance_criteria {
|
|
271
|
+
type: "qualitative"
|
|
272
|
+
items:
|
|
273
|
+
- description: "Sampling records with the relevant 7.3.3 a–h content retained"
|
|
274
|
+
}
|
|
275
|
+
verification { method implicit description "Sampling step (abstract process sampling)." }
|
|
276
|
+
source { doc "ISO/IEC 17025:2017, 7.3.3" clause "" }
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
requirement /req/iso-17025/process/item-handling {
|
|
280
|
+
name "Handling and identification of items"
|
|
281
|
+
statement "The laboratory shall have a procedure for the transportation, receipt, handling, protection, storage, retention, and disposal or return of test or calibration items, including all provisions necessary to protect the integrity of the item and to protect the interests of the laboratory and the customer; precautions shall be taken to avoid deterioration, contamination, loss or damage, and handling instructions provided with the item shall be followed. The laboratory shall have a system for the unambiguous identification of test or calibration items; the identification shall be retained while the item is under the responsibility of the laboratory and shall ensure that items will not be confused physically or in records, accommodating, if appropriate, a sub-division of an item or groups of items and the transfer of items."
|
|
282
|
+
obligation shall
|
|
283
|
+
acceptance_criteria {
|
|
284
|
+
type: "qualitative"
|
|
285
|
+
items:
|
|
286
|
+
- description: "Item-handling procedure covering transport to disposal/return with integrity precautions"
|
|
287
|
+
- description: "Unambiguous identification retained for the whole period of laboratory responsibility"
|
|
288
|
+
}
|
|
289
|
+
verification { method implicit description "Item-handling step (abstract process item_handling)." }
|
|
290
|
+
source { doc "ISO/IEC 17025:2017, 7.4.1, 7.4.2" clause "" }
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
requirement /req/iso-17025/process/item-receipt-storage {
|
|
294
|
+
name "Item receipt deviations and storage conditions"
|
|
295
|
+
statement "Upon receipt of the test or calibration item, deviations from specified conditions shall be recorded. When there is doubt about the suitability of an item for test or calibration, or when an item does not conform to the description provided, the laboratory shall consult the customer for further instructions before proceeding and shall record the results of this consultation; when the customer requires the item to be tested or calibrated acknowledging a deviation from specified conditions, the laboratory shall include a disclaimer in the report indicating which results may be affected by the deviation. When items need to be stored or conditioned under specified environmental conditions, these conditions shall be maintained, monitored and recorded."
|
|
296
|
+
obligation shall
|
|
297
|
+
acceptance_criteria {
|
|
298
|
+
type: "qualitative"
|
|
299
|
+
items:
|
|
300
|
+
- description: "Receipt deviations recorded; doubtful items consulted on before proceeding"
|
|
301
|
+
- description: "Storage/conditioning conditions maintained, monitored and recorded; disclaimer where applicable"
|
|
302
|
+
}
|
|
303
|
+
verification { method implicit description "Item-handling step (abstract process item_handling)." }
|
|
304
|
+
source { doc "ISO/IEC 17025:2017, 7.4.3, 7.4.4" clause "" }
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
requirement /req/iso-17025/process/activity-records {
|
|
308
|
+
name "Technical records of laboratory activities"
|
|
309
|
+
statement "The laboratory shall ensure that technical records for each laboratory activity contain the results, report and sufficient information to facilitate, if possible, identification of factors affecting the measurement result and its associated measurement uncertainty and enable the repetition of the laboratory activity under conditions as close as possible to the original. The technical records shall include the date and the identity of personnel responsible for each laboratory activity and for checking data and results. Original observations, data and calculations shall be recorded at the time they are made and shall be identifiable with the specific task."
|
|
310
|
+
obligation shall
|
|
311
|
+
acceptance_criteria {
|
|
312
|
+
type: "qualitative"
|
|
313
|
+
items:
|
|
314
|
+
- description: "Per-activity records enable repetition under near-original conditions and identify affecting factors"
|
|
315
|
+
- description: "Date, responsible personnel and data/result checkers identified; original observations recorded when made"
|
|
316
|
+
}
|
|
317
|
+
verification { method implicit description "Test-execution step (abstract process test_execution)." }
|
|
318
|
+
source { doc "ISO/IEC 17025:2017, 7.5.1" clause "" }
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
requirement /req/iso-17025/process/record-amendments {
|
|
322
|
+
name "Amendments to technical records"
|
|
323
|
+
statement "The laboratory shall ensure that amendments to technical records can be tracked to previous versions or to original observations. Both the original and amended data and files shall be retained, including the date of alteration, an indication of the altered aspects and the personnel responsible for the alterations."
|
|
324
|
+
obligation shall
|
|
325
|
+
acceptance_criteria {
|
|
326
|
+
type: "qualitative"
|
|
327
|
+
items:
|
|
328
|
+
- description: "Amendments trackable to previous versions/original observations"
|
|
329
|
+
- description: "Original and amended data retained with date, altered aspects and responsible personnel"
|
|
330
|
+
}
|
|
331
|
+
verification { method implicit description "Technical-records discipline (abstract process technical_records)." }
|
|
332
|
+
source { doc "ISO/IEC 17025:2017, 7.5.2" clause "" }
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
requirement /req/iso-17025/process/measurement-uncertainty {
|
|
336
|
+
name "Evaluation of measurement uncertainty"
|
|
337
|
+
statement "Laboratories shall identify the contributions to measurement uncertainty; when evaluating measurement uncertainty, all contributions that are of significance, including those arising from sampling, shall be taken into account using appropriate methods of analysis. A laboratory performing calibrations, including of its own equipment, shall evaluate the measurement uncertainty for all calibrations. A laboratory performing testing shall evaluate measurement uncertainty; where the test method precludes rigorous evaluation of measurement uncertainty, an estimation shall be made based on an understanding of the theoretical principles or practical experience of the performance of the method. (Following a well-recognized test method that specifies limits to the values of the major sources of measurement uncertainty and specifies the form of presentation of the calculated results satisfies 7.6.3.)"
|
|
338
|
+
obligation shall
|
|
339
|
+
acceptance_criteria {
|
|
340
|
+
type: "qualitative"
|
|
341
|
+
items:
|
|
342
|
+
- description: "All significant MU contributions identified, including sampling contributions"
|
|
343
|
+
- description: "MU evaluated for all calibrations and for testing (estimated where the method precludes rigour)"
|
|
344
|
+
}
|
|
345
|
+
verification { method implicit description "Measurement-uncertainty step (abstract process measurement_uncertainty)." }
|
|
346
|
+
source { doc "ISO/IEC 17025:2017, 7.6.1, 7.6.2, 7.6.3" clause "" }
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
requirement /req/iso-17025/process/validity-of-results {
|
|
350
|
+
name "Ensuring the validity of results"
|
|
351
|
+
statement "The laboratory shall have a procedure for monitoring the validity of results; the resulting data shall be recorded in such a way that trends are detectable and, where practicable, statistical techniques shall be applied to review the results. This monitoring shall be planned and reviewed (including, where appropriate, use of reference materials, alternative traceable instrumentation, functional checks, check standards with control charts, intermediate checks, replicate tests, retesting of retained items, correlation of results, review of reported results, intralaboratory comparisons and blind-sample testing). The laboratory shall monitor its performance by comparison with results of other laboratories, where available and appropriate, including participation in proficiency testing and/or interlaboratory comparisons other than proficiency testing. Data from monitoring activities shall be analysed, used to control and, if applicable, improve the laboratory's activities; results outside pre-defined criteria shall lead to appropriate action to prevent incorrect results from being reported."
|
|
352
|
+
obligation shall
|
|
353
|
+
acceptance_criteria {
|
|
354
|
+
type: "qualitative"
|
|
355
|
+
items:
|
|
356
|
+
- description: "Validity-monitoring procedure with trend-detectable recording, planned and reviewed"
|
|
357
|
+
- description: "Interlaboratory comparison / proficiency testing participation where available and appropriate"
|
|
358
|
+
- description: "Out-of-criteria analysis followed by action preventing incorrect reporting"
|
|
359
|
+
}
|
|
360
|
+
verification { method implicit description "Validity-monitoring step (abstract process validity_monitoring)." }
|
|
361
|
+
source { doc "ISO/IEC 17025:2017, 7.7.1, 7.7.2, 7.7.3" clause "" }
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
requirement /req/iso-17025/process/results-review-release {
|
|
365
|
+
name "Review and authorization of results before release"
|
|
366
|
+
statement "The results shall be reviewed and authorized prior to release. The results shall be provided accurately, clearly, unambiguously and objectively, usually in a report (e.g. a test report or a calibration certificate or report of sampling), and shall include all the information agreed with the customer and necessary for the interpretation of the results and all information required by the method used. All issued reports shall be retained as technical records."
|
|
367
|
+
obligation shall
|
|
368
|
+
acceptance_criteria {
|
|
369
|
+
type: "qualitative"
|
|
370
|
+
items:
|
|
371
|
+
- description: "Review and authorization of results recorded before every release"
|
|
372
|
+
- description: "Issued reports retained as technical records"
|
|
373
|
+
}
|
|
374
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
375
|
+
source { doc "ISO/IEC 17025:2017, 7.8.1.1, 7.8.1.2" clause "" }
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
requirement /req/iso-17025/process/report-common-content {
|
|
379
|
+
name "Common report content"
|
|
380
|
+
statement "Each report shall include at least the following information, unless the laboratory has valid reasons for not doing so, thereby minimizing any possibility of misunderstanding or misuse: a) a title; b) the name and address of the laboratory; c) the location of performance of the laboratory activities, including when performed at a customer facility or at sites away from the laboratory's permanent facilities, or in associated temporary or mobile facilities; d) unique identification that all its components are recognized as a portion of a complete report and a clear identification of the end; e) the name and contact information of the customer; f) identification of the method used; g) a description, unambiguous identification, and, when necessary, the condition of the item; h) the date of receipt of the test or calibration item(s), and the date of sampling, where this is critical to the validity and application of the results; i) the date(s) of performance of the laboratory activity; j) the date of issue of the report; k) reference to the sampling plan and sampling method used by the laboratory or other bodies where these are relevant to the validity or application of the results; l) a statement to the effect that the results relate only to the items tested, calibrated or sampled; m) the results with, where appropriate, the units of measurement; n) additions to, deviations, or exclusions from the method; o) identification of the person(s) authorizing the report; p) clear identification when results are from external providers. The laboratory shall be responsible for all the information provided in the report, except when information is provided by the customer; customer-provided data shall be clearly identified and a disclaimer placed on the report when it can affect the validity of results; where the laboratory has not been responsible for the sampling stage, it shall state in the report that the results apply to the sample as received."
|
|
381
|
+
obligation shall
|
|
382
|
+
acceptance_criteria {
|
|
383
|
+
type: "qualitative"
|
|
384
|
+
items:
|
|
385
|
+
- description: "Every report carries the 7.8.2.1 a–p content (or documented valid reasons)"
|
|
386
|
+
- description: "Customer-provided data identified and disclaimed; sample-as-received statement where applicable"
|
|
387
|
+
}
|
|
388
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
389
|
+
source { doc "ISO/IEC 17025:2017, 7.8.2.1, 7.8.2.2" clause "" }
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
requirement /req/iso-17025/process/test-report-content {
|
|
393
|
+
name "Test-report specific content"
|
|
394
|
+
statement "In addition to the requirements listed in 7.8.2, test reports shall, where necessary for the interpretation of the test results, include the following: a) information on specific test conditions, such as environmental conditions; b) where relevant, a statement of conformity with requirements or specifications (see 7.8.6); c) where applicable, the measurement uncertainty presented in the same unit as that of the measurand or in a term relative to the measurand when it is relevant to the validity or application of the test results, when a customer's instruction so requires, or when the measurement uncertainty affects conformity to a specification limit; d) where appropriate, opinions and interpretations (see 7.8.7); e) additional information that may be required by specific methods, authorities, customers or groups of customers."
|
|
395
|
+
obligation shall
|
|
396
|
+
acceptance_criteria {
|
|
397
|
+
type: "qualitative"
|
|
398
|
+
items:
|
|
399
|
+
- description: "Test reports carry the 7.8.3.1 a–e content where necessary for interpretation"
|
|
400
|
+
- description: "MU reported in measurand units or relative terms when validity-relevant, customer-required, or conformity-affecting"
|
|
401
|
+
}
|
|
402
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
403
|
+
source { doc "ISO/IEC 17025:2017, 7.8.3.1" clause "" }
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
requirement /req/iso-17025/process/conformity-statements {
|
|
407
|
+
name "Statements of conformity"
|
|
408
|
+
statement "When a statement of conformity to a specification or standard is provided, the laboratory shall document the decision rule employed, taking into account the level of risk (such as false accept and false reject and statistical assumptions) associated with the decision rule employed, and apply the decision rule. (Where the decision rule is prescribed by the customer, regulations or normative documents, a further consideration of the level of risk is not necessary.) The laboratory shall report on the statement of conformity, such that the statement clearly identifies: a) to which results the statement of conformity applies; b) which specifications, standards or parts thereof are met or not met; c) the decision rule applied (unless it is inherent in the requested specification or standard)."
|
|
409
|
+
obligation shall
|
|
410
|
+
acceptance_criteria {
|
|
411
|
+
type: "qualitative"
|
|
412
|
+
items:
|
|
413
|
+
- description: "Decision rule documented (risk taken into account) and applied"
|
|
414
|
+
- description: "Statement identifies the results covered, the specifications met/not met, and the decision rule"
|
|
415
|
+
}
|
|
416
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
417
|
+
source { doc "ISO/IEC 17025:2017, 7.8.6.1, 7.8.6.2" clause "" }
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
requirement /req/iso-17025/process/opinions-interpretations {
|
|
421
|
+
name "Opinions and interpretations"
|
|
422
|
+
statement "When opinions and interpretations are expressed, the laboratory shall ensure that only personnel authorized for the expression of opinions and interpretations release the respective statement; the laboratory shall document the basis upon which the opinions and interpretations have been made. (Opinions and interpretations are to be distinguished from statements of inspections and product certifications as intended in ISO/IEC 17020 and ISO/IEC 17065, and from statements of conformity as referred to in 7.8.6.) The opinions and interpretations expressed in reports shall be based on the results obtained from the tested or calibrated item and shall be clearly identified as such. When opinions and interpretations are directly communicated by dialogue with the customer, a record of the dialogue shall be retained."
|
|
423
|
+
obligation shall
|
|
424
|
+
acceptance_criteria {
|
|
425
|
+
type: "qualitative"
|
|
426
|
+
items:
|
|
427
|
+
- description: "Opinions/interpretations released only by personnel authorized for them (6.2.6 b)"
|
|
428
|
+
- description: "Basis documented; clearly identified as based on the tested/calibrated item's results; dialogues recorded"
|
|
429
|
+
}
|
|
430
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
431
|
+
source { doc "ISO/IEC 17025:2017, 7.8.7.1, 7.8.7.2, 7.8.7.3" clause "" }
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
requirement /req/iso-17025/process/report-amendments {
|
|
435
|
+
name "Amendments to reports"
|
|
436
|
+
statement "When an issued report needs to be changed, amended or re-issued, any change of information shall be clearly identified and, where appropriate, the reason for the change included in the report. Amendments to a report after issue shall be made only in the form of a further document, or data transfer, which includes the statement \"Amendment to Report, serial number... [or as otherwise identified]\", or an equivalent form of wording, and shall meet all the requirements of this document. When it is necessary to issue a complete new report, this shall be uniquely identified and shall contain a reference to the original that it replaces."
|
|
437
|
+
obligation shall
|
|
438
|
+
acceptance_criteria {
|
|
439
|
+
type: "qualitative"
|
|
440
|
+
items:
|
|
441
|
+
- description: "Post-issue changes only via an identified amendment document or a uniquely identified replacement report"
|
|
442
|
+
}
|
|
443
|
+
verification { method implicit description "Reporting step (abstract process reporting)." }
|
|
444
|
+
source { doc "ISO/IEC 17025:2017, 7.8.8.1, 7.8.8.2, 7.8.8.3" clause "" }
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
requirement /req/iso-17025/process/complaints {
|
|
448
|
+
name "Complaints"
|
|
449
|
+
statement "The laboratory shall have a documented process to receive, evaluate and make decisions on complaints; a description of the handling process shall be available to any interested party on request. Upon receipt of a complaint, the laboratory shall confirm whether the complaint relates to laboratory activities that it is responsible for and, if so, shall deal with it; the laboratory shall be responsible for all decisions at all levels of the handling process. The process shall include at least: a) a description of the process for receiving, validating, investigating the complaint, and deciding what actions are to be taken in response to it; b) tracking and recording complaints, including actions undertaken to resolve them; c) ensuring that any appropriate action is taken. The laboratory receiving the complaint shall be responsible for gathering and verifying all necessary information to validate the complaint. Whenever possible, the laboratory shall acknowledge receipt of the complaint, and provide the complainant with progress reports and the outcome; the outcomes to be communicated to the complainant shall be made by, or reviewed and approved by, individual(s) not involved in the original laboratory activities in question. Whenever possible, the laboratory shall give formal notice of the end of the complaint handling to the complainant."
|
|
450
|
+
obligation shall
|
|
451
|
+
acceptance_criteria {
|
|
452
|
+
type: "qualitative"
|
|
453
|
+
items:
|
|
454
|
+
- description: "Documented receive/validate/investigate/decide process with tracking and recording"
|
|
455
|
+
- description: "Outcomes decided or reviewed/approved by individuals not involved in the original activities"
|
|
456
|
+
}
|
|
457
|
+
verification { method implicit description "Complaint-handling step (abstract process complaint_handling)." }
|
|
458
|
+
source { doc "ISO/IEC 17025:2017, 7.9.1, 7.9.2, 7.9.3, 7.9.4, 7.9.5, 7.9.6, 7.9.7" clause "" }
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
requirement /req/iso-17025/process/nonconforming-work {
|
|
462
|
+
name "Nonconforming work"
|
|
463
|
+
statement "The laboratory shall have a procedure that shall be implemented when any aspect of its laboratory activities or results of this work do not conform to its own procedures or the agreed requirements of the customer. The procedure shall ensure that: a) the responsibilities and authorities for the management of nonconforming work are defined; b) actions (including halting or repeating of work and withholding of reports, as necessary) are based upon the risk levels established by the laboratory; c) an evaluation is made of the significance of the nonconforming work, including an impact analysis on previous results; d) a decision is taken on the acceptability of the nonconforming work; e) where necessary, the customer is notified and work is recalled; f) the responsibility for authorizing the resumption of work is defined. The laboratory shall retain records of nonconforming work and actions as specified in 7.10.1 b) to f). Where the evaluation indicates that the nonconforming work could recur, or that there is doubt about the conformity of the laboratory's operations with its own management system, the laboratory shall implement corrective action."
|
|
464
|
+
obligation shall
|
|
465
|
+
acceptance_criteria {
|
|
466
|
+
type: "qualitative"
|
|
467
|
+
items:
|
|
468
|
+
- description: "Nonconforming-work procedure with risk-based actions, significance evaluation and acceptability decision"
|
|
469
|
+
- description: "Records retained; corrective action implemented where recurrence is possible"
|
|
470
|
+
}
|
|
471
|
+
verification { method implicit description "Nonconforming-work step (abstract process nonconforming_work)." }
|
|
472
|
+
source { doc "ISO/IEC 17025:2017, 7.10.1, 7.10.2, 7.10.3" clause "" }
|
|
473
|
+
}
|
|
474
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
term impartiality {
|
|
2
|
+
label "impartiality"
|
|
3
|
+
definition "presence of objectivity"
|
|
4
|
+
section "3.1"
|
|
5
|
+
note "Objectivity means that conflicts of interest do not exist, or are resolved so as not to adversely influence subsequent activities of the laboratory. (SOURCE: ISO/IEC 17021-1:2015, 3.2, modified — \"the certification body\" replaced by \"the laboratory\" in Note 1, and \"independence\" deleted from the list in Note 2.) Identical wording to ISO/IEC 17065:2012, 3.13; ISO/IEC 17000:2020, 5.3 differs — see the file header."
|
|
6
|
+
source "ISO/IEC 17025:2017, 3.1"
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
term complaint {
|
|
10
|
+
label "complaint"
|
|
11
|
+
definition "expression of dissatisfaction by any person or organization to a laboratory, relating to the activities or results of that laboratory, where a response is expected"
|
|
12
|
+
section "3.2"
|
|
13
|
+
note "SOURCE: ISO/IEC 17000:2004, 6.5, modified — \"other than appeal\" deleted; \"a conformity assessment body or accreditation body, relating to the activities of that body\" replaced by \"a laboratory, relating to the activities or results of that laboratory\"."
|
|
14
|
+
source "ISO/IEC 17025:2017, 3.2"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
term interlaboratory-comparison {
|
|
18
|
+
label "interlaboratory comparison"
|
|
19
|
+
definition "organization, performance and evaluation of measurements or tests on the same or similar items by two or more laboratories in accordance with predetermined conditions"
|
|
20
|
+
section "3.3"
|
|
21
|
+
note "SOURCE: ISO/IEC 17043:2010, 3.4. With proficiency testing (3.5), the 7.7.2 performance-monitoring instrument."
|
|
22
|
+
source "ISO/IEC 17025:2017, 3.3"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
term intralaboratory-comparison {
|
|
26
|
+
label "intralaboratory comparison"
|
|
27
|
+
definition "organization, performance and evaluation of measurements or tests on the same or similar items within the same laboratory in accordance with predetermined conditions"
|
|
28
|
+
section "3.4"
|
|
29
|
+
note "The single-laboratory counterpart of 3.3; one of the 7.7.1 monitoring techniques."
|
|
30
|
+
source "ISO/IEC 17025:2017, 3.4"
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
term proficiency-testing {
|
|
34
|
+
label "proficiency testing"
|
|
35
|
+
definition "evaluation of participant performance against pre-established criteria by means of interlaboratory comparisons"
|
|
36
|
+
section "3.5"
|
|
37
|
+
note "SOURCE: ISO/IEC 17043:2010, 3.7, modified — Notes to entry deleted."
|
|
38
|
+
source "ISO/IEC 17025:2017, 3.5"
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
term laboratory {
|
|
42
|
+
label "laboratory"
|
|
43
|
+
definition "body that performs one or more of the following activities: testing; calibration; sampling, associated with subsequent testing or calibration"
|
|
44
|
+
section "3.6"
|
|
45
|
+
note "In the context of this document, \"laboratory activities\" refer to the three above-mentioned activities. The definition added at the 2017 revision; the OIML-CS Test Laboratory is the laboratory of this package (B 18:2025 §5.3)."
|
|
46
|
+
source "ISO/IEC 17025:2017, 3.6"
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
term decision-rule {
|
|
50
|
+
label "decision rule"
|
|
51
|
+
definition "rule that describes how measurement uncertainty is accounted for when stating conformity with a specified requirement"
|
|
52
|
+
section "3.7"
|
|
53
|
+
note "The decision-rule triangle this term anchors: 3.7 (definition) + 7.1.3 (contract-stage definition and agreement with the customer) + 7.8.6 (documented, risk-informed application and identification in the report) — the normative basis a Test Laboratory relies on when converting OIML-Recommendation MPE verdicts into statements of conformity (corpus audit, Corpus E §3)."
|
|
54
|
+
source "ISO/IEC 17025:2017, 3.7"
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
term verification {
|
|
58
|
+
label "verification"
|
|
59
|
+
definition "provision of objective evidence that a given item fulfils specified requirements"
|
|
60
|
+
section "3.8"
|
|
61
|
+
note "SOURCE: ISO/IEC Guide 99:2007 (VIM), 2.44. When applicable, measurement uncertainty should be taken into consideration. Verification in legal metrology, as defined in VIML, and in conformity assessment in general, pertains to the examination and marking and/or issuing of a verification certificate for a measuring system. Verification should not be confused with calibration; not every verification is a validation (3.9). COLLISION: ISO/IEC 17000:2020, 6.6 defines a different, conformity-assessment sense — see the file header."
|
|
62
|
+
source "ISO/IEC 17025:2017, 3.8"
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
term validation {
|
|
66
|
+
label "validation"
|
|
67
|
+
definition "verification, where the specified requirements are adequate for an intended use"
|
|
68
|
+
section "3.9"
|
|
69
|
+
note "SOURCE: ISO/IEC Guide 99:2007 (VIM), 2.45. The method-validation requirement of 7.2.2 is stated in this term."
|
|
70
|
+
source "ISO/IEC 17025:2017, 3.9"
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id iso-iec-17065
|
|
3
|
+
kind core
|
|
4
|
+
title "OIML SMART iso-iec-17065 layer package"
|
|
5
|
+
description "ISO/IEC 17065:2012 reference package — the product-certification-body competence model: the /req/iso-17065/* body requirements (legal entity, impartiality management, personnel competence and records, evaluation resources per ISO/IEC 17025/17020/17021, records, complaints), the clause-7 functional approach as abstract processes classified against the ISO/IEC 17000 activity taxonomy, and role segregation as machine-checkable constraints (review/decision personnel disjoint from evaluation personnel; complaint-handler independence with the two-year consultancy bar). Composed into each Recommendation via `uses: [iso-iec-17065]` after iso-iec-17000 and ahead of oiml-cs."
|
|
6
|
+
uses { iso-iec-17000 }
|
|
7
|
+
requires { iso-iec-17000 }
|
|
8
|
+
provides { iso-iec-17065 cb-requirements-17065 ca-terminology-17065 }
|
|
9
|
+
default_spelling eng-Latn
|
|
10
|
+
}
|