SBS - The best value in QMS software

7.2.1 (d) - "Any additional requirements determined by the organisation"

gpainter

Quite Involved in Discussions
#41
First time I noticed this. My take a typo, the d) determined should be required. Meaning thet you as an expert in your field will most likely have some requirements to add.
 
Last edited:
Elsmar Forum Sponsor
M

M Greenaway

#42
gp

Now that does make sense.

LRQA's explanation was, like many others given in this thread, what we all know to be an important factor in our business, yet fails to actually explain the text as written, as it is totally inexplicable.

It still makes me laugh....
 
S

s_warin

#43
7.2.1 Determination of requirement related to the product

You have to read this clause from "The organization shall determine till d) ....." as a sentence.

a) requirement specified by the customer, including the requirements for delivery and post-delivery activities,
(You hired a hotel room specified no bed in this room. You like sleep on the floor.)

b) requirements not stated by the customer but necessary for specified or intended used, where known,
(The air condition or heater for the room.)

c) statutory and regulatory requirments related to the product, and
(the room has to be such width and height and stairway for emergency case.)

d) any additional requirements determined by the organization.
(the manager of this hotel give a plate of seasonal fruits to the guest.)

In the subclause d) the organization add the requirement to the product (the room).
:frust:
 
A

atreyu915

#44
Re: 7.2.1 Determination of requirement related to the product

I realize this is a pretty old post..but i've spent a great deal of time recently reviewing threads associated with the ISO 9001 standard as I work to align/transition our current QMS (NQA-1:1994) with the 9001 standard, and this is one clause I'm having a great deal of difficulty with...

You have to read this clause from "The organization shall determine till d) ....." as a sentence.

a) requirement specified by the customer, including the requirements for delivery and post-delivery activities,
(You hired a hotel room specified no bed in this room. You like sleep on the floor.)

b) requirements not stated by the customer but necessary for specified or intended used, where known,
(The air condition or heater for the room.)

c) statutory and regulatory requirments related to the product, and
(the room has to be such width and height and stairway for emergency case.)

d) any additional requirements determined by the organization.
(the manager of this hotel give a plate of seasonal fruits to the guest.)

In the subclause d) the organization add the requirement to the product (the room).
:frust:

So, how do I illustrate that my organization does this? I'm quoting this post because it was the most informative (IMHO):bonk:
I'm using a flow chart approach and have outlined my overall process map and supporting processes, and my current line of thinking is that I can now reference these individual maps under this clause? Am I way off in my thinking?
 

Jim Wynne

Staff member
Admin
#45
Re: 7.2.1 Determination of requirement related to the product

I realize this is a pretty old post..but i've spent a great deal of time recently reviewing threads associated with the ISO 9001 standard as I work to align/transition our current QMS (NQA-1:1994) with the 9001 standard, and this is one clause I'm having a great deal of difficulty with...




So, how do I illustrate that my organization does this? I'm quoting this post because it was the most informative (IMHO):bonk:
I'm using a flow chart approach and have outlined my overall process map and supporting processes, and my current line of thinking is that I can now reference these individual maps under this clause? Am I way off in my thinking?
Don't worry about putting things under clauses. The poorly-worded requirement in question means that in addition to requirements explicitly described in the standard, you need to "determine" whether there are any requirements not prescribed by the standard that are necessary to building a quality system. No clause references required.
 

Stijloor

Staff member
Super Moderator
#46
Re: 7.2.1 Determination of requirement related to the product

I realize this is a pretty old post..but i've spent a great deal of time recently reviewing threads associated with the ISO 9001 standard as I work to align/transition our current QMS (NQA-1:1994) with the 9001 standard, and this is one clause I'm having a great deal of difficulty with...

So, how do I illustrate that my organization does this? I'm quoting this post because it was the most informative (IMHO):bonk:
I'm using a flow chart approach and have outlined my overall process map and supporting processes, and my current line of thinking is that I can now reference these individual maps under this clause? Am I way off in my thinking?
Not that difficult:

  • You determine the requirements (Use P.O., contract, verbal, etc.)
  • You review the requirements (Do we understand it? Can we do it?)
  • You maintain records {Records of the results of the review and actions arising from the review shall be maintained (see 4.2.4).}
Documents describing the process? That's entirely up to you. Whatever works best for your company.

Stijloor.
 
Last edited:

Paul Simpson

Trusted Information Resource
#47
Re: 7.2.1 (d) - Another stupid clause ?

Like Jim said.

Have a look at what your organization does.

Look at what is required and IF:
  • everything the customer tells you they want,
  • all you know about how it is going to be used and
  • all the legal requirements for the product are defined and understood

then d does not apply. :)

If however you have a company policy to wrap the product in pink bows then you have a requirement that comes under d.

You don't have to do anything more than make sure people are aware of the "pink bow" requirements and follow them.
 

Peter Fraser

Trusted Information Resource
#48
Re: 7.2.1 (d) - Another stupid clause ?

Paul

Shame on you(!) - and you an English Agony Aunt as well... First of all, any sentence with a bulleted list must make grammatical and logical sense when it is read with each bullet point on its own. This is a good test of any document or report.

The problem with 7.2.1 (d) is that you cannot change tense in mid-sentence: "The organization shall determine any additional requirements determined by the organization" is saying that you must do something you have already done. Don't try to justify it(!) - it is badly written and confusing, and if a Scot just across the border cannot understand it, how on earth does it translate for those for whom English is not their first language?
 

Jim Wynne

Staff member
Admin
#49
Re: 7.2.1 (d) - Another stupid clause ?

Paul

Shame on you(!) - and you an English Agony Aunt as well... First of all, any sentence with a bulleted list must make grammatical and logical sense when it is read with each bullet point on its own. This is a good test of any document or report.

The problem with 7.2.1 (d) is that you cannot change tense in mid-sentence: "The organization shall determine any additional requirements determined by the organization" is saying that you must do something you have already done. Don't try to justify it(!) - it is badly written and confusing, and if a Scot just across the border cannot understand it, how on earth does it translate for those for whom English is not their first language?
While I share your disdain for the sloppy English, and can't understand why it hasn't been corrected, we humans have the ability to reason our way around such things. Anyone who deals with computer programming becomes more acutely aware of this ability of ours. Back in the day when computers could only read data files sequentially (the records had to be read one at a time in order to find the relevant ones), the program logic went something like,
  1. Open the file
  2. Read a record
  3. Do some processing
  4. Read the next record
  5. Go to #3
This is an oversimplification, but the problem was that if you asked the computer to do step #2, and there were no more records to be read, the computer wouldn't know what to do and the program would terminate with an ABEND (abnormal ending) message. In order to avoid this, you would have to insert a new step #2 to tell the computer to check first to see if there were any records left, and what to do if there weren't. It goes something like this:

1. Open the file
2. Are there any records to read?
2a. If "no" go to #6
3. Read a record
4. Do some processing
5. Go to #2
6. End Program

Note that a 2b "If yes" step was unnecessary because if the answer wasn't "no" the program would automatically skip to the next line. If you follow the simple logic, you'll also see why flowcharting of these things was helpful.

Anyway, my point is that we should be able to look at such illogical constructions as in the ISO clause and use context and experience to understand what was meant by them. There's no reason that we should act like inanimate computers and just stop dead when we encounter them. This illustrates one of the great powers of the Cove as well: if we do get confused, there's a big community of experienced people here to help us avoid the dreaded ABEND message.
 
Last edited:

Peter Fraser

Trusted Information Resource
#50
Re: 7.2.1 (d) - Another stupid clause ?

While I share your disdain for the sloppy English, and can't understand why it hasn't been corrected, we humans have the ability to reason our way around such things. Anyone who deals with computer programming becomes more acutely aware of this ability of ours. Back in the day when computers could only read data files sequentially (the records had to be read one at a time in order to find the relevant ones), the program logic went something like,
  1. Open the file
  2. Read a record
  3. Do some processing
  4. Read the next record
  5. Go to #3
This is an oversimplification, but the problem was that if you asked the computer to do step #2, and there were no more records to be read, the computer wouldn't know what to do and the program would terminate with an ABEND (abnormal ending) message. In order to avoid this, you would have to insert a new step #2 to tell the computer to check first to see if there were any records left, and what to do if there weren't. It goes something like this:

1. Open the file
2. Are there any records to read?
2a. If "no" go to #6
3. Read a record
4. Do some processing
5. Go to #2
6. End Program

Note that a 2b "If no" step was unnecessary because if the answer wasn't "no" the program would automatically skip to the next line. If you follow the simple logic, you'll also see why flowcharting of these things was helpful.

Anyway, my point is that we should be able to look at such illogical constructions as in the ISO clause and use context and experience to understand what was meant by them. There's no reason that we should act like inanimate computers and just stop dead when we encounter them. This illustrates one of the great powers of the Cove as well: if we do get confused, there's a big community of experienced people here to help us avoid the dreaded ABEND message.
Jim

Thanks for reminding me of my programming life last century! I understand the example, but we shouldn't really need to rely on the Cove to try to justify or explain what is shoddy in the first place - better to build in quality at the outset rather than inspecting and fixing faults after they get through the system?
 
Thread starter Similar threads Forum Replies Date
I Additional National requirements for placing MD in the EU countries EU Medical Device Regulations 7
A Selling CE marked self-test in Malta - any additional requirements? EU Medical Device Regulations 0
M Changes in MDSAP regarding to CMDCAS - Are there any new additional requirements? Canada Medical Device Regulations 1
B Additional requirements for selling Class I Medical Device in Poland EU Medical Device Regulations 3
A Special Characteristics -> Any specific additional requirements to be met? IATF 16949 - Automotive Quality Systems Standard 7
B Airbus & Boeing Standard and Additional Requirements AS9100, IAQG, NADCAP and Aerospace related Standards and Requirements 6
P ISO13485 Clause 7.2.1 (d) Additional Requirements - Need advise ISO 13485:2016 - Medical Device Quality Management Systems 2
B CMDCAS versus ISO 13485 - What are the additional requirements Canada Medical Device Regulations 21
B Additional Handset added to System - Additional 510(k) Requirements 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 4
P CMDCAS Checklist with the additional requirements for Health Canada Canada Medical Device Regulations 4
S EC Official Journal Harmonized Standards - Additional requirements? ISO 13485:2016 - Medical Device Quality Management Systems 3
W Additional Regulatory Requirements for Medical Device ISO 13485:2016 - Medical Device Quality Management Systems 4
A EN 9100 - interpretation of additional requirements AS9100, IAQG, NADCAP and Aerospace related Standards and Requirements 2
H CMDCAS vs. ISO13485 - Additional requirements to normal ISO 13485 for CMDCAS audits? Canada Medical Device Regulations 22
V Certified Auditor - Need of additional certification specific to industry ( GMPs) ASQ vs ECA vs others Professional Certifications and Degrees 1
L Impact on 510(k) to use an additional manufacture US Food and Drug Administration (FDA) 0
B GM GP-12 Exit Criteria - Additional Safe Launch Inspection - (Also see GM1927-28 ) Customer and Company Specific Requirements 2
A Medical device Reporting : Good Faith Effort for Additional information Other US Medical Device Regulations 2
J CE Certificate and additional processing EU Medical Device Regulations 4
dgrainger Informational Additional Guidance Regarding the Vigilance System as outlined in MEDDEV 2.12-1 rev. 8 EU Medical Device Regulations 1
V Additional Controls for processing the raw data on different computers (processing system) Pharmaceuticals (21 CFR Part 210, 21 CFR Part 211 and related Regulations) 5
K Letter to file vs Special 510 for additional accessory in orthopaedic kit Other US Medical Device Regulations 1
W FAIR to AS9102 additional documentation Document Control Systems, Procedures, Forms and Templates 5
C Additional Training for CCT (Certified Calibration Technician) Recertification Training - Internal, External, Online and Distance Learning 5
P Adding an additional distributor to a current Mexico Medical Device Registration Other Medical Device Regulations World-Wide 0
Q Additional KPI to Top Management beside Quality Objectives ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 6
Q Risk Management - Additional Process in ISO 9001:2015? ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 3
L How document an additional software of my main device software?? IEC 62304 - Medical Device Software Life Cycle Processes 3
J Example of additional Audits of Remote Supporting Functions IATF 16949 - Automotive Quality Systems Standard 2
F Additional Isolation Required? Doppler Probe Desktop Device IEC 60601 - Medical Electrical Equipment Safety Standards Series 7
Z Getting Charged for AS9104/1 Additional Audit Time General Auditing Discussions 6
C AS 9102 Form 0 "Additional Information for High Risk Characteristics" AS9100, IAQG, NADCAP and Aerospace related Standards and Requirements 3
M Additional Procedures required for QA Department Document Control Systems, Procedures, Forms and Templates 10
P Does a 'recommended' additional Audit need to be conducted? AS9100, IAQG, NADCAP and Aerospace related Standards and Requirements 2
A Additional Control Measures for Outsourced Processes under ISO 9001:2008 ISO 9000, ISO 9001, and ISO 9004 Quality Management Systems Standards 4
G MDLA - Extensions allowed for 60 day Request for Additional Information? Canada Medical Device Regulations 4
G Additional Intended Use Predicate 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 3
T Shipping Additional Product ("Bundle") with a Class 2 Medical Device 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 3
A TS 16949 5.6.2.1 - Input to Management Review - Additional Management Review Meetings and related Processes 7
S Adding an additional site to our current TS 16949 registration scope IATF 16949 - Automotive Quality Systems Standard 5
M Refurbishing a Medical Device - Any additional information needed 21 CFR Part 820 - US FDA Quality System Regulations (QSR) 2
B Additional site to be included in TS Cert. (Common owners & some functions) IATF 16949 - Automotive Quality Systems Standard 5
J Restructuring and Additional Responsibilities - Need New Quality Title Quality Manager and Management Related Issues 15
C Allowance for Slip Fit - Additional Allowance applied to GO NO GO Plug Gage General Measurement Device and Calibration Topics 26
Govind Additional discount on certification fee Professional Certifications and Degrees 4
S Number of copies for an FDA additional information request? ISO 13485:2016 - Medical Device Quality Management Systems 3
J RoHS Compliance - Steel - Customer wants additional samples tested RoHS, REACH, ELV, IMDS and Restricted Substances 32
G Sample Report to justify additional Document Control workforce Document Control Systems, Procedures, Forms and Templates 3
K Lead Internal Auditor Training - Does the lead auditor require additional training? Internal Auditing 6
H Additional sources for ASQ CQT exam sample questions Professional Certifications and Degrees 6

Similar threads

Top Bottom