@oimlsmart/primmel-packages 0.2.1 → 0.4.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/iso-iec-17000/evaluation/activity-archetypes.prl +189 -0
- package/iso-iec-17025/evaluation/functional-approach.prl +382 -0
- package/iso-iec-17065/evaluation/functional-approach.prl +437 -0
- package/iso-iec-17067/specification/scheme-types.prl +292 -0
- package/oiml-cs/framework/declarations.prl +145 -0
- package/oiml-cs/framework/documents.prl +118 -0
- package/oiml-cs/framework/governance.prl +124 -0
- package/oiml-cs/framework/participants.prl +263 -0
- package/oiml-cs/framework/schemes.prl +108 -0
- package/package.json +2 -2
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# ISO/IEC 17000:2020 — CONFORMITY-ASSESSMENT ACTIVITY ARCHETYPES (TODO.roadmap/39)
|
|
2
|
+
# -----------------------------------------------------------------------------
|
|
3
|
+
# The functional-approach activity taxonomy of ISO/IEC 17000:2020 as a register
|
|
4
|
+
# of CLASSIFIABLE ACTIVITY KINDS. Abstract processes (the oiml-cs package's
|
|
5
|
+
# evaluation/abstract-processes.yaml today; the 17065/17025 packages of tasks
|
|
6
|
+
# 39b/c — evaluation/functional-approach.prl in those packages) classify
|
|
7
|
+
# themselves against this register via the optional `activity_kind` facet — an
|
|
8
|
+
# id list (multi-kind because ISO/IEC 17065 §7.4 "evaluation" is the
|
|
9
|
+
# combination of the selection and determination functions, 17065 3.3).
|
|
10
|
+
# Classification, not inheritance.
|
|
11
|
+
#
|
|
12
|
+
# Facets: label / clause / definition / parent?.
|
|
13
|
+
# clause the ISO/IEC 17000:2020 clause the kind's definition comes from —
|
|
14
|
+
# the normative term numbers (6.x/7.x/8.x), or the Annex-A section
|
|
15
|
+
# for the two FUNCTIONS (selection A.2, determination A.3), which
|
|
16
|
+
# are functional-approach concepts, not numbered terms
|
|
17
|
+
# definition verbatim definition text from the source clause (the
|
|
18
|
+
# terminology register — terminology.prl — carries the same text;
|
|
19
|
+
# the SINGLE normative source is the standard itself)
|
|
20
|
+
# parent hierarchy — recorded ONLY where the standard states a type-of
|
|
21
|
+
# relationship:
|
|
22
|
+
# · A.3.2: testing/inspection/audit/validation/verification/
|
|
23
|
+
# peer assessment are "defined as types of determination
|
|
24
|
+
# activities only" → parent determination
|
|
25
|
+
# · A.4.3: declaration/certification/accreditation are "defined
|
|
26
|
+
# as types of attestation only" → parent attestation
|
|
27
|
+
# · A.2: representative sampling is a selection-function
|
|
28
|
+
# activity → parent selection
|
|
29
|
+
# Clause 8's title ("Terms relating to surveillance") is a
|
|
30
|
+
# grouping, not a type-of relation — suspension/withdrawal/expiry/
|
|
31
|
+
# restoration/appeal/complaint stay top-level.
|
|
32
|
+
#
|
|
33
|
+
# SOURCE CORRECTION (vs the task-39 brief): 17000:2020 clause 6.1 is
|
|
34
|
+
# SAMPLING, not "selection" — "selection" and "determination" are the
|
|
35
|
+
# functional-approach functions of informative Annex A (A.2/A.3), not
|
|
36
|
+
# numbered vocabulary terms. Verified against the Metanorma source (see
|
|
37
|
+
# layer.yaml editions.source).
|
|
38
|
+
#
|
|
39
|
+
# The register's own `parent` references and every classifying process's
|
|
40
|
+
# activity_kind ids are checked package-side by the kernel's C58
|
|
41
|
+
# activity-kind-resolves (per-register gated); the consumer's linker R23
|
|
42
|
+
# still guards the regenerated YAML.
|
|
43
|
+
#
|
|
44
|
+
# This file is the single source of truth; the consumer's
|
|
45
|
+
# data/iso-iec-17000/evaluation/activity-archetypes.yaml is its GENERATED
|
|
46
|
+
# YAML twin (cd browser && npm run gen:data; schema
|
|
47
|
+
# data/schemas/activity-archetypes.yaml).
|
|
48
|
+
activity_archetype selection {
|
|
49
|
+
label "selection"
|
|
50
|
+
clause "A.2"
|
|
51
|
+
definition "Planning and preparation activities in order to collect or produce all the information and input needed for the subsequent determination function."
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
activity_archetype determination {
|
|
55
|
+
label "determination"
|
|
56
|
+
clause "A.3"
|
|
57
|
+
definition "Activities undertaken to develop complete information regarding fulfilment of the specified requirements by the object of conformity assessment or its sample."
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
activity_archetype sampling {
|
|
61
|
+
label "sampling"
|
|
62
|
+
clause "6.1"
|
|
63
|
+
definition "Selection and/or collection of material or data regarding an object of conformity assessment (4.2)."
|
|
64
|
+
parent selection
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
activity_archetype testing {
|
|
68
|
+
label "testing"
|
|
69
|
+
clause "6.2"
|
|
70
|
+
definition "Determination of one or more characteristics of an object of conformity assessment (4.2), according to a procedure (5.2)."
|
|
71
|
+
parent determination
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
activity_archetype inspection {
|
|
75
|
+
label "inspection"
|
|
76
|
+
clause "6.3"
|
|
77
|
+
definition "Examination of an object of conformity assessment (4.2) and determination of its conformity with detailed requirements or, on the basis of professional judgement, with general requirements."
|
|
78
|
+
parent determination
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
activity_archetype audit {
|
|
82
|
+
label "audit"
|
|
83
|
+
clause "6.4"
|
|
84
|
+
definition "Process for obtaining relevant information about an object of conformity assessment (4.2) and evaluating it objectively to determine the extent to which specified requirements (5.1) are fulfilled."
|
|
85
|
+
parent determination
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
activity_archetype validation {
|
|
89
|
+
label "validation"
|
|
90
|
+
clause "6.5"
|
|
91
|
+
definition "Confirmation of plausibility for a specific intended use or application through the provision of objective evidence that specified requirements (5.1) have been fulfilled."
|
|
92
|
+
parent determination
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
activity_archetype verification {
|
|
96
|
+
label "verification"
|
|
97
|
+
clause "6.6"
|
|
98
|
+
definition "Confirmation of truthfulness through the provision of objective evidence that specified requirements (5.1) have been fulfilled."
|
|
99
|
+
parent determination
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
activity_archetype peer_assessment {
|
|
103
|
+
label "peer assessment"
|
|
104
|
+
clause "6.7"
|
|
105
|
+
definition "Assessment of a body against specified requirements (5.1) by representatives of other bodies in, or candidates for, an agreement group (9.10)."
|
|
106
|
+
parent determination
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
activity_archetype review {
|
|
110
|
+
label "review"
|
|
111
|
+
clause "7.1"
|
|
112
|
+
definition "Consideration of the suitability, adequacy and effectiveness of selection and determination activities, and the results of these activities, with regard to fulfilment of specified requirements (5.1) by an object of conformity assessment (4.2)."
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
activity_archetype decision {
|
|
116
|
+
label "decision"
|
|
117
|
+
clause "7.2"
|
|
118
|
+
definition "Conclusion, based on the results of review (7.1), that fulfilment of specified requirements (5.1) has or has not been demonstrated."
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
activity_archetype attestation {
|
|
122
|
+
label "attestation"
|
|
123
|
+
clause "7.3"
|
|
124
|
+
definition "Issue of a statement, based on a decision (7.2), that fulfilment of specified requirements (5.1) has been demonstrated."
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
activity_archetype declaration {
|
|
128
|
+
label "declaration"
|
|
129
|
+
clause "7.5"
|
|
130
|
+
definition "First-party attestation (7.3)."
|
|
131
|
+
parent attestation
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
activity_archetype certification {
|
|
135
|
+
label "certification"
|
|
136
|
+
clause "7.6"
|
|
137
|
+
definition "Third-party attestation (7.3) related to an object of conformity assessment (4.2), with the exception of accreditation (7.7)."
|
|
138
|
+
parent attestation
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
activity_archetype accreditation {
|
|
142
|
+
label "accreditation"
|
|
143
|
+
clause "7.7"
|
|
144
|
+
definition "Third-party attestation (7.3) related to a conformity assessment body (4.6), conveying formal demonstration of its competence, impartiality (5.3) and consistent operation in performing specific conformity assessment activities."
|
|
145
|
+
parent attestation
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
activity_archetype surveillance {
|
|
149
|
+
label "surveillance"
|
|
150
|
+
clause "8.1"
|
|
151
|
+
definition "Systematic iteration of conformity assessment activities as a basis for maintaining the validity of the statement of conformity."
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
activity_archetype suspension {
|
|
155
|
+
label "suspension"
|
|
156
|
+
clause "8.2"
|
|
157
|
+
definition "Temporary restriction of the statement of conformity by the body that issued the statement, for all or part of the specified scope of attestation (7.4)."
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
activity_archetype withdrawal {
|
|
161
|
+
label "withdrawal"
|
|
162
|
+
clause "8.3"
|
|
163
|
+
definition "Revocation of the statement of conformity by the body that issued the statement."
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
activity_archetype expiry {
|
|
167
|
+
label "expiry"
|
|
168
|
+
clause "8.4"
|
|
169
|
+
definition "Ending of the validity of the statement of conformity after a specified period."
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
activity_archetype restoration {
|
|
173
|
+
label "restoration"
|
|
174
|
+
clause "8.5"
|
|
175
|
+
definition "Reinstatement of the full or partial statement of conformity."
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
activity_archetype appeal {
|
|
179
|
+
label "appeal"
|
|
180
|
+
clause "8.6"
|
|
181
|
+
definition "Request by the person or organization that provides, or that is, the object of conformity assessment (4.2) to a conformity assessment body (4.6) or an accreditation body (4.7) for reconsideration by that body of a decision (7.2) it has made relating to that object."
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
activity_archetype complaint {
|
|
185
|
+
label "complaint"
|
|
186
|
+
clause "8.7"
|
|
187
|
+
definition "Expression of dissatisfaction, other than appeal (8.6), by any person or organization to a conformity assessment body (4.6) or an accreditation body (4.7), relating to the activities of that body, where a response is expected."
|
|
188
|
+
}
|
|
189
|
+
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
# ISO/IEC 17025 REFERENCE PACKAGE — THE TEST LIFECYCLE AS ABSTRACT
|
|
2
|
+
# PROCESSES (ISO/IEC 17025:2017, clause 7; TODO.roadmap/39, sub-task 39c)
|
|
3
|
+
# -----------------------------------------------------------------------------
|
|
4
|
+
# The ISO/IEC 17025:2017 laboratory test lifecycle (clause 7, mirroring the
|
|
5
|
+
# operational-process schematic of informative Annex B, Figure B.1) as
|
|
6
|
+
# ABSTRACT processes (the abstract form per TODO.roadmap/02 — signature +
|
|
7
|
+
# invariants, no steps), the TL-competence reference model the OIML-CS
|
|
8
|
+
# delegates to (B 18:2025 §5.3): request_review (7.1) → method_selection
|
|
9
|
+
# (7.2.1) → method_validation (7.2.2) → sampling (7.3) → item_handling
|
|
10
|
+
# (7.4) → test_execution (the determination proper — Figure B.1's
|
|
11
|
+
# "Calibration / test execution", recorded per 7.5.1) →
|
|
12
|
+
# measurement_uncertainty (7.6) → validity_monitoring (7.7) → reporting
|
|
13
|
+
# (7.8), with the off-sequence technical_records (7.5), complaint_handling
|
|
14
|
+
# (7.9) and nonconforming_work (7.10).
|
|
15
|
+
#
|
|
16
|
+
# Fields follow the iso-iec-17065 functional-approach exemplar
|
|
17
|
+
# (the iso-iec-17065 package's evaluation/functional-approach.prl):
|
|
18
|
+
# roles the ISO/IEC 17025 functional actors — `customer` and
|
|
19
|
+
# `laboratory` (3.6) — NOT the OIML-CS scheme roles.
|
|
20
|
+
# signature CONCEPTUAL record stores of the lifecycle (test_requests,
|
|
21
|
+
# method_records, …) — this package declares no entity classes;
|
|
22
|
+
# the stores name the information flow, nothing resolves
|
|
23
|
+
# against them (bare untyped store references — the kernel's
|
|
24
|
+
# abstract-form signature grammar).
|
|
25
|
+
# realized_by / approved_by — empty: the platform's concrete Core
|
|
26
|
+
# processes realize the OIML-CS's OWN abstract model; the
|
|
27
|
+
# OIML-CS↔17025 mapping lands in tasks 40–43. The documentary
|
|
28
|
+
# halves here are the provisions bindings (every
|
|
29
|
+
# /req/iso-17025/process/* provision binds to exactly one
|
|
30
|
+
# abstract process — the R2 targeting exemption).
|
|
31
|
+
#
|
|
32
|
+
# activity_kind — the ISO/IEC 17000 activity-archetype register ids
|
|
33
|
+
# (the iso-iec-17000 package's evaluation/activity-archetypes.prl; C58
|
|
34
|
+
# resolves every id when the register is in scope — this package uses
|
|
35
|
+
# iso-iec-17000). Per-process tagging decisions (folded up from the YAML
|
|
36
|
+
# draft's body comments):
|
|
37
|
+
# request_review / method_selection / item_handling → [selection] —
|
|
38
|
+
# A.2 selection: collecting/producing the information, methods and
|
|
39
|
+
# conditioned items the determination function needs.
|
|
40
|
+
# method_validation → [validation] (6.5, a determination type per
|
|
41
|
+
# 17000 A.3.2).
|
|
42
|
+
# sampling → [sampling] (6.1, a selection-function activity per A.2).
|
|
43
|
+
# NOTE: in OIML type evaluation the laboratory normally receives the
|
|
44
|
+
# samples the Issuing Authority selects (OIML D 30, G.7.3.1-1/-2) —
|
|
45
|
+
# this process is conditional on the laboratory itself sampling.
|
|
46
|
+
# test_execution → [testing] (6.2) — the laboratory's core
|
|
47
|
+
# determination activity.
|
|
48
|
+
# measurement_uncertainty → [determination] (the A.3 parent function:
|
|
49
|
+
# MU evaluation is integral to every determination — testing (7.6.3)
|
|
50
|
+
# and calibration (7.6.2) alike — so the parent kind classifies it,
|
|
51
|
+
# not the testing subtype).
|
|
52
|
+
# validity_monitoring → [verification] — the 17000:2020 6.6 kind
|
|
53
|
+
# ("confirmation of truthfulness through the provision of objective
|
|
54
|
+
# evidence"), NOT the 17025 3.8 / VIM 2.44 metrology term of this
|
|
55
|
+
# package's own vocabulary (the two standards' definitions genuinely
|
|
56
|
+
# differ — the collision is documented in terminology.prl).
|
|
57
|
+
# reporting → [review, declaration] — 7.8.1.1's results review and
|
|
58
|
+
# authorization before release is the 17000 7.1 review kind; a report
|
|
59
|
+
# carrying a 7.8.6 statement of conformity is a FIRST-PARTY
|
|
60
|
+
# attestation (the laboratory states conformity of items it tested),
|
|
61
|
+
# i.e. the 17000 7.5 declaration kind — explicitly NOT certification:
|
|
62
|
+
# 7.8.7's Note distinguishes lab statements from product
|
|
63
|
+
# certification per ISO/IEC 17065.
|
|
64
|
+
# complaint_handling → [complaint] (8.7 — 17025 3.2 adopts the
|
|
65
|
+
# 17000:2004 definition with the laboratory as addressee).
|
|
66
|
+
# nonconforming_work → [review, decision] — the significance evaluation
|
|
67
|
+
# reviews the laboratory's own determination results (incl. the
|
|
68
|
+
# impact analysis); the acceptability decision concludes.
|
|
69
|
+
# One deliberate non-tag: technical_records (7.5) — the record-keeping
|
|
70
|
+
# discipline has no functional-approach activity kind (it produces no
|
|
71
|
+
# selection/determination/review/decision/attestation/surveillance
|
|
72
|
+
# outcome; same doctrine as the 17065 model's records process).
|
|
73
|
+
#
|
|
74
|
+
# ID-NAMESPACE NOTE: in a rec's composed effective tree this file
|
|
75
|
+
# deep-merges with the iso-iec-17065 package's same-named twin (see
|
|
76
|
+
# layer.yaml) — the two process lists union by id. Every id here is
|
|
77
|
+
# deliberately disjoint from the 17065 set (application … complaints):
|
|
78
|
+
# the 7.9 complaint process is complaint_handling, never complaints. The
|
|
79
|
+
# process_model id likewise differs (test_lifecycle vs
|
|
80
|
+
# functional_approach) — one composed model map, no overwrite.
|
|
81
|
+
#
|
|
82
|
+
# The clause-7 flow: request review → method selection → method
|
|
83
|
+
# validation (conditional: non-standard/developed/out-of-scope/modified
|
|
84
|
+
# methods only) → sampling (conditional: when the laboratory itself
|
|
85
|
+
# samples — in OIML type evaluation the Issuing Authority selects, OIML
|
|
86
|
+
# D 30 G.7.3.1) → item handling → test execution → MU evaluation →
|
|
87
|
+
# validity monitoring → reporting. technical_records, complaint_handling
|
|
88
|
+
# and nonconforming_work are off-sequence: the records discipline spans
|
|
89
|
+
# every stage; complaints and nonconforming work may be initiated any
|
|
90
|
+
# time after reporting.
|
|
91
|
+
#
|
|
92
|
+
# Provenance: ISO/IEC 17025:2017 (see layer.yaml editions.source); every
|
|
93
|
+
# clause anchor verified against the source's [[sec_x.y]] anchors. Each
|
|
94
|
+
# process's `source` block carries its clause-7 anchor as free-text doc
|
|
95
|
+
# + empty clause (the consumer's YAML twin restores it as the
|
|
96
|
+
# `reference:` citation verbatim).
|
|
97
|
+
#
|
|
98
|
+
# This file is the single source of truth; the consumer's
|
|
99
|
+
# data/iso-iec-17025/evaluation/functional-approach.yaml is its GENERATED
|
|
100
|
+
# YAML twin (cd browser && npm run gen:data; schema
|
|
101
|
+
# data/schemas/abstract-processes.yaml).
|
|
102
|
+
process request_review {
|
|
103
|
+
name "Review of requests, tenders and contracts"
|
|
104
|
+
summary "The laboratory reviews requests, tenders and contracts before accepting work: requirements adequately defined, documented and understood; capability and resources confirmed; external-provider activities advised and approved by the customer; appropriate methods selected (7.1.1) — and, when the customer requests a statement of conformity, the specification or standard and the decision rule clearly defined and, unless inherent, communicated to and agreed with the customer (7.1.3)."
|
|
105
|
+
validate_provision {
|
|
106
|
+
/req/iso-17025/process/request-review
|
|
107
|
+
/req/iso-17025/process/decision-rule
|
|
108
|
+
}
|
|
109
|
+
signature {
|
|
110
|
+
out { test_requests }
|
|
111
|
+
}
|
|
112
|
+
invariants {
|
|
113
|
+
"[test_request].requirements_defined = true"
|
|
114
|
+
"[test_request].conformity_statement_requested = true implies [test_request].decision_rule is not null"
|
|
115
|
+
}
|
|
116
|
+
activity_kind { selection }
|
|
117
|
+
roles { customer laboratory }
|
|
118
|
+
evidence {
|
|
119
|
+
request_review_record { description "The review record: defined requirements, capability/resource confirmation, external-provider advice and approval (7.1.1 c), the selected methods, and — for requested statements of conformity — the defined specification/standard and decision rule with the customer agreement (7.1.3). Records of reviews and pertinent discussions are retained per 7.1.8." required true }
|
|
120
|
+
}
|
|
121
|
+
executor actor
|
|
122
|
+
source { doc "ISO/IEC 17025:2017, 7.1" clause "" }
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
process method_selection {
|
|
126
|
+
name "Selection and verification of methods"
|
|
127
|
+
summary "The laboratory uses appropriate methods and procedures for all laboratory activities in the latest valid version (7.2.1.1/7.2.1.3), selects an appropriate method and informs the customer when the customer did not specify one (7.2.1.4), verifies it can properly perform methods before introducing them — repeating verification on method revision and retaining the records (7.2.1.5) — and permits deviations only when documented, technically justified, authorized and accepted by the customer (7.2.1.7)."
|
|
128
|
+
validate_provision {
|
|
129
|
+
/req/iso-17025/process/method-selection
|
|
130
|
+
/req/iso-17025/process/method-verification
|
|
131
|
+
}
|
|
132
|
+
signature {
|
|
133
|
+
in { test_requests }
|
|
134
|
+
out { method_records }
|
|
135
|
+
}
|
|
136
|
+
invariants {
|
|
137
|
+
"[method_record].verified_before_introduction = true"
|
|
138
|
+
"[method_record].deviations->forAll(d | d.authorized = true and d.customer_accepted = true)"
|
|
139
|
+
}
|
|
140
|
+
activity_kind { selection }
|
|
141
|
+
roles { laboratory }
|
|
142
|
+
evidence {
|
|
143
|
+
method_verification_record { description "The method verification record: the required performance achieved before introduction (7.2.1.5), the method version in use (7.2.1.3), any supplemented application details, and every deviation with its documentation, technical justification, authorization and customer acceptance (7.2.1.7)." required true }
|
|
144
|
+
}
|
|
145
|
+
executor actor
|
|
146
|
+
source { doc "ISO/IEC 17025:2017, 7.2.1" clause "" }
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
process method_validation {
|
|
150
|
+
name "Validation of methods"
|
|
151
|
+
summary "The laboratory validates non-standard methods, laboratory-developed methods and standard methods used outside their intended scope or otherwise modified — as extensively as the application needs (7.2.2.1), re-validating when changes affect the original validation (7.2.2.2) — and retains the validation records 7.2.2.4 a–e, including the statement on the validity of the method for its intended use."
|
|
152
|
+
validate_provision {
|
|
153
|
+
/req/iso-17025/process/method-validation
|
|
154
|
+
}
|
|
155
|
+
signature {
|
|
156
|
+
in { method_records }
|
|
157
|
+
out { validation_records }
|
|
158
|
+
}
|
|
159
|
+
invariants {
|
|
160
|
+
"[validation_record].validity_statement is not null"
|
|
161
|
+
}
|
|
162
|
+
activity_kind { validation }
|
|
163
|
+
roles { laboratory }
|
|
164
|
+
evidence {
|
|
165
|
+
validation_record { description "The validation record per 7.2.2.4: the procedure used, the specification of the requirements, the determined performance characteristics, the results obtained, and the statement on the validity of the method detailing its fitness for the intended use." required true }
|
|
166
|
+
}
|
|
167
|
+
executor actor
|
|
168
|
+
source { doc "ISO/IEC 17025:2017, 7.2.2" clause "" }
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
process sampling {
|
|
172
|
+
name "Sampling"
|
|
173
|
+
summary "When the laboratory carries out sampling of substances, materials or products for subsequent testing or calibration, it works to a sampling plan and method — addressing the factors to be controlled for the validity of the results, available at the sampling site, statistically based whenever reasonable (7.3.1/7.3.2) — and retains the sampling records of 7.3.3 a–h."
|
|
174
|
+
validate_provision {
|
|
175
|
+
/req/iso-17025/process/sampling-plan
|
|
176
|
+
/req/iso-17025/process/sampling-records
|
|
177
|
+
}
|
|
178
|
+
signature {
|
|
179
|
+
in { test_requests }
|
|
180
|
+
out { sample_records }
|
|
181
|
+
}
|
|
182
|
+
invariants {
|
|
183
|
+
"[sample_record].sampling_method_ref is not null"
|
|
184
|
+
}
|
|
185
|
+
activity_kind { sampling }
|
|
186
|
+
roles { laboratory }
|
|
187
|
+
evidence {
|
|
188
|
+
sampling_record { description "The sampling record per 7.3.3: method reference, date/time, sample identification and description, personnel, equipment, environmental/transport conditions, sampling-location diagrams where appropriate, and any deviations/additions/exclusions." }
|
|
189
|
+
}
|
|
190
|
+
executor actor
|
|
191
|
+
source { doc "ISO/IEC 17025:2017, 7.3" clause "" }
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
process item_handling {
|
|
195
|
+
name "Handling of test or calibration items"
|
|
196
|
+
summary "The laboratory transports, receives, handles, protects, stores, retains and disposes of or returns test or calibration items under a documented procedure with integrity precautions (7.4.1), identifies every item unambiguously for the whole period of its responsibility (7.4.2), records receipt deviations and consults the customer before proceeding on doubtful items — disclaiming affected results where the customer requires testing acknowledging a deviation (7.4.3) — and maintains, monitors and records specified storage/conditioning conditions (7.4.4)."
|
|
197
|
+
validate_provision {
|
|
198
|
+
/req/iso-17025/process/item-handling
|
|
199
|
+
/req/iso-17025/process/item-receipt-storage
|
|
200
|
+
}
|
|
201
|
+
signature {
|
|
202
|
+
in { sample_records }
|
|
203
|
+
out { item_records }
|
|
204
|
+
}
|
|
205
|
+
invariants {
|
|
206
|
+
"[item_record].identification is not null"
|
|
207
|
+
"[item_record].receipt_deviations_recorded = true"
|
|
208
|
+
}
|
|
209
|
+
activity_kind { selection }
|
|
210
|
+
roles { laboratory }
|
|
211
|
+
evidence {
|
|
212
|
+
item_record { description "The item record: the unambiguous identification (7.4.2), receipt deviations and customer consultations (7.4.3), and the monitored storage/conditioning conditions (7.4.4)." required true }
|
|
213
|
+
}
|
|
214
|
+
executor actor
|
|
215
|
+
source { doc "ISO/IEC 17025:2017, 7.4" clause "" }
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
process test_execution {
|
|
219
|
+
name "Test / calibration execution"
|
|
220
|
+
summary "The laboratory performs the laboratory activity — the determination proper (Annex B, Figure B.1's \"Calibration / test execution\" stage) — under the verified method, recording original observations, data and calculations at the time they are made as technical records that identify the factors affecting the result and its measurement uncertainty, enable repetition under near-original conditions, and name the responsible personnel and data/result checkers (7.5.1)."
|
|
221
|
+
validate_provision {
|
|
222
|
+
/req/iso-17025/process/activity-records
|
|
223
|
+
}
|
|
224
|
+
signature {
|
|
225
|
+
in { item_records method_records }
|
|
226
|
+
out { technical_records }
|
|
227
|
+
}
|
|
228
|
+
invariants {
|
|
229
|
+
"[technical_record].original_observations_recorded_when_made = true"
|
|
230
|
+
"[technical_record].responsible_personnel is not null"
|
|
231
|
+
}
|
|
232
|
+
activity_kind { testing }
|
|
233
|
+
roles { laboratory }
|
|
234
|
+
evidence {
|
|
235
|
+
technical_record { description "The technical record of the activity per 7.5.1: results and report, the factors affecting the measurement result and its uncertainty, date and identity of the responsible personnel and of the data/result checkers, and the original observations, data and calculations recorded at the time they were made." required true }
|
|
236
|
+
}
|
|
237
|
+
executor actor
|
|
238
|
+
source { doc "ISO/IEC 17025:2017, 7.5.1 (Figure B.1 — calibration / test execution)" clause "" }
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
process measurement_uncertainty {
|
|
242
|
+
name "Evaluation of measurement uncertainty"
|
|
243
|
+
summary "The laboratory identifies all significant contributions to measurement uncertainty — including those arising from sampling — using appropriate methods of analysis (7.6.1); evaluates MU for all calibrations, including of its own equipment (7.6.2); and evaluates MU for testing, estimating it from theoretical principles or practical experience where the test method precludes rigorous evaluation (7.6.3 — following a well-recognized method that limits the major MU sources and prescribes the presentation of results satisfies it)."
|
|
244
|
+
validate_provision {
|
|
245
|
+
/req/iso-17025/process/measurement-uncertainty
|
|
246
|
+
}
|
|
247
|
+
signature {
|
|
248
|
+
in { technical_records }
|
|
249
|
+
out { mu_evaluations }
|
|
250
|
+
}
|
|
251
|
+
invariants {
|
|
252
|
+
"[mu_evaluation].contributions.count >= 1"
|
|
253
|
+
}
|
|
254
|
+
activity_kind { determination }
|
|
255
|
+
roles { laboratory }
|
|
256
|
+
evidence {
|
|
257
|
+
mu_evaluation { description "The MU evaluation: the identified significant contributions (7.6.1) and the evaluated or estimated uncertainty per activity kind (7.6.2/7.6.3)." required true }
|
|
258
|
+
}
|
|
259
|
+
executor actor
|
|
260
|
+
source { doc "ISO/IEC 17025:2017, 7.6" clause "" }
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
process validity_monitoring {
|
|
264
|
+
name "Ensuring the validity of results"
|
|
265
|
+
summary "The laboratory monitors the validity of its results under a planned and reviewed procedure — trend-detectable recording, statistical review, and the 7.7.1 monitoring menu (reference materials, check standards, intermediate checks, replicates, retesting, blind samples …) — monitors its performance against other laboratories via proficiency testing and/or interlaboratory comparisons (7.7.2), and acts on out-of-criteria analysis to prevent incorrect results from being reported (7.7.3)."
|
|
266
|
+
validate_provision {
|
|
267
|
+
/req/iso-17025/process/validity-of-results
|
|
268
|
+
}
|
|
269
|
+
signature {
|
|
270
|
+
in { technical_records mu_evaluations }
|
|
271
|
+
out { validity_records }
|
|
272
|
+
}
|
|
273
|
+
invariants {
|
|
274
|
+
"[validity_record].out_of_criteria = true implies [validity_record].action_taken is not null"
|
|
275
|
+
}
|
|
276
|
+
activity_kind { verification }
|
|
277
|
+
roles { laboratory }
|
|
278
|
+
evidence {
|
|
279
|
+
validity_record { description "The validity-monitoring record: the planned monitoring data with their statistical review (7.7.1), the proficiency-testing / interlaboratory-comparison participation (7.7.2), and the actions taken on out-of-criteria analysis (7.7.3)." required true }
|
|
280
|
+
}
|
|
281
|
+
executor actor
|
|
282
|
+
source { doc "ISO/IEC 17025:2017, 7.7" clause "" }
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
process reporting {
|
|
286
|
+
name "Reporting of results"
|
|
287
|
+
summary "The laboratory reviews and authorizes results before release (7.8.1.1) and issues them accurately, clearly, unambiguously and objectively in a report carrying the 7.8.2.1 a–p common content — with the test-report additions of 7.8.3.1 (test conditions, statement of conformity, MU where relevant or conformity-affecting, opinions and interpretations) — statements of conformity under a documented, risk-informed decision rule identifying the results covered and the specifications met or not met (7.8.6), opinions and interpretations released only by personnel authorized for them with their basis documented (7.8.7), and post-issue amendments only as identified amendment documents or uniquely identified replacements (7.8.8)."
|
|
288
|
+
validate_provision {
|
|
289
|
+
/req/iso-17025/process/results-review-release
|
|
290
|
+
/req/iso-17025/process/report-common-content
|
|
291
|
+
/req/iso-17025/process/test-report-content
|
|
292
|
+
/req/iso-17025/process/conformity-statements
|
|
293
|
+
/req/iso-17025/process/opinions-interpretations
|
|
294
|
+
/req/iso-17025/process/report-amendments
|
|
295
|
+
}
|
|
296
|
+
signature {
|
|
297
|
+
in { technical_records mu_evaluations }
|
|
298
|
+
out { test_reports }
|
|
299
|
+
}
|
|
300
|
+
invariants {
|
|
301
|
+
"[test_report].reviewed_and_authorized = true"
|
|
302
|
+
"[test_report].carries_conformity_statement = true implies [test_report].decision_rule is not null"
|
|
303
|
+
"[test_report].opinions.count > 0 implies [test_report].opinion_authorizer.authorized_for_opinions = true"
|
|
304
|
+
}
|
|
305
|
+
activity_kind { review declaration }
|
|
306
|
+
roles { laboratory }
|
|
307
|
+
evidence {
|
|
308
|
+
test_report { description "The issued report: the 7.8.2.1 a–p content plus the 7.8.3.1 test-report additions, with the authorizing person(s) identified (7.8.2.1 o) and the pre-release review/authorization recorded (7.8.1.1)." required true }
|
|
309
|
+
decision_rule_record { description "The documented decision rule for every statement of conformity (7.8.6.1) — risk taken into account unless prescribed — with the statement's identification of the results covered, the specifications met/not met and the rule applied (7.8.6.2)." }
|
|
310
|
+
}
|
|
311
|
+
executor actor
|
|
312
|
+
source { doc "ISO/IEC 17025:2017, 7.8" clause "" }
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
process technical_records {
|
|
316
|
+
name "Technical records"
|
|
317
|
+
summary "The records discipline spanning all laboratory activities: technical records enable repetition under near-original conditions and identify the responsible personnel (7.5.1), and amendments to technical records stay trackable to previous versions or original observations, with original and amended data retained including the date, the altered aspects and the responsible personnel (7.5.2)."
|
|
318
|
+
validate_provision {
|
|
319
|
+
/req/iso-17025/process/record-amendments
|
|
320
|
+
}
|
|
321
|
+
signature {
|
|
322
|
+
in { technical_records test_reports }
|
|
323
|
+
out { records_register }
|
|
324
|
+
}
|
|
325
|
+
invariants {
|
|
326
|
+
"[amendment].previous_version_ref is not null"
|
|
327
|
+
}
|
|
328
|
+
roles { laboratory }
|
|
329
|
+
evidence {
|
|
330
|
+
amendment_record { description "The amendment trail per 7.5.2: the previous version or original observation the amendment tracks to, the date of alteration, the altered aspects, and the personnel responsible." required true }
|
|
331
|
+
}
|
|
332
|
+
executor actor
|
|
333
|
+
source { doc "ISO/IEC 17025:2017, 7.5" clause "" }
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
process complaint_handling {
|
|
337
|
+
name "Complaints"
|
|
338
|
+
summary "The laboratory receives, validates, investigates and decides complaints under a documented process available to any interested party — confirming whether the complaint relates to its own activities, gathering and verifying the validating information, acknowledging receipt and providing progress reports and the outcome — with outcomes made by, or reviewed and approved by, individuals NOT involved in the original laboratory activities in question (7.9.6), and formal notice of the end of the handling (7.9.7)."
|
|
339
|
+
validate_provision {
|
|
340
|
+
/req/iso-17025/process/complaints
|
|
341
|
+
}
|
|
342
|
+
signature {
|
|
343
|
+
in { test_reports }
|
|
344
|
+
out { complaint_records }
|
|
345
|
+
}
|
|
346
|
+
invariants {
|
|
347
|
+
"[complaint_record].outcome_reviewer_involved_in_original_activity = false"
|
|
348
|
+
}
|
|
349
|
+
activity_kind { complaint }
|
|
350
|
+
roles { laboratory }
|
|
351
|
+
evidence {
|
|
352
|
+
complaint_record { description "The complaint record: receipt acknowledgement and responsibility confirmation (7.9.2/7.9.5), the gathered and verified information (7.9.4), the tracked actions (7.9.3 b/c), the outcome with its uninvolved maker/reviewer/approver (7.9.6), and the formal notice of closure (7.9.7)." required true }
|
|
353
|
+
}
|
|
354
|
+
executor actor
|
|
355
|
+
source { doc "ISO/IEC 17025:2017, 7.9" clause "" }
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
process nonconforming_work {
|
|
359
|
+
name "Nonconforming work"
|
|
360
|
+
summary "When any aspect of the laboratory's activities or results does not conform to its own procedures or the customer's agreed requirements, the laboratory manages the nonconforming work under a documented procedure: defined responsibilities, risk-based actions (halting, repeating, withholding reports), evaluation of the significance including an impact analysis on previous results, a decision on acceptability, customer notification and recall where necessary, defined resumption authority (7.10.1), retained records (7.10.2), and corrective action where the nonconformity could recur (7.10.3)."
|
|
361
|
+
validate_provision {
|
|
362
|
+
/req/iso-17025/process/nonconforming-work
|
|
363
|
+
}
|
|
364
|
+
signature {
|
|
365
|
+
in { technical_records test_reports }
|
|
366
|
+
out { nonconformity_records }
|
|
367
|
+
}
|
|
368
|
+
invariants {
|
|
369
|
+
"[nonconformity_record].acceptability_decision is not null"
|
|
370
|
+
}
|
|
371
|
+
activity_kind { review decision }
|
|
372
|
+
roles { laboratory }
|
|
373
|
+
evidence {
|
|
374
|
+
nonconformity_record { description "The nonconforming-work record per 7.10.1/7.10.2: the evaluated significance with the impact analysis on previous results, the risk-based action, the acceptability decision, the customer notification/recall where necessary, the resumption authorization, and any corrective action (7.10.3)." required true }
|
|
375
|
+
}
|
|
376
|
+
executor actor
|
|
377
|
+
source { doc "ISO/IEC 17025:2017, 7.10" clause "" }
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
process_model test_lifecycle {
|
|
381
|
+
sequence { request_review method_selection method_validation sampling item_handling test_execution measurement_uncertainty validity_monitoring reporting }
|
|
382
|
+
}
|