Risk-Based Thinking for Forensic Service Providers

$435.00

This course reviews specific requirements of ISO/IEC 17025 and ANAB that incorporate the word risk and those that foster a risk-based thinking approach.

SKU: TF-RISK Categories: , , Tag:

This ISO/IEC 17025 training course reviews specific requirements of ISO/IEC 17025 and ANAB that incorporate the word risk and those that foster a risk-based thinking approach. Both ISO/IEC 17025:2017 and ANAB’s AR 3125 Forensic Accreditation Requirements have moved to less prescriptive, more performance-based requirements with an aspect of risk-based thinking to facilitate greater effectiveness and continuous improvement. Risk will be defined and several risk-based thinking approaches and tools for identifying, assessing, addressing and monitoring risks will be presented. Participants will then apply these tools and their risk-based thinking knowledge and skills to several practical exercises.

Course Duration: 1 day (8 h/day)

  • Gain an understanding of ISO/IEC 17025:2017 requirements related to risk and fostering risk-based thinking.
  • Learn the definition of risk and common components for risk-based thinking.
  • Become familiar with various tools and resources available and acquire knowledge and skills to implement a risk-based thinking approach.
  • Learn how to identify and evaluate risks and opportunities in your management system.

Any forensic laboratory staff who are or will be involved in developing, implementing, and/or maintaining a risk-based thinking approach in their laboratory.

var buttonNo = document.getElementById('existing-no'); var buttonYes = document.getElementById('existing-yes'); var text = document.getElementById('existing-text'); var buttons = document.getElementById('existing-buttons'); document.addEventListener('DOMContentLoaded', function() { if (buttonNo) { buttonNo.addEventListener('click', function() { window.open("https://anabaccreditationapplication.ansi.org", "_self"); }); } if (buttonYes) { buttonYes.addEventListener('click', function() { //alert('Button 2 is clicked'); buttons.style.display = 'none'; text.style.display = 'block'; }); } }); document.addEventListener('click', function(event) { // Check if the clicked element has the class 'kt-modal-close' if (event.target.classList.contains('kt-modal-close')) { buttons.style.display = 'flex'; text.style.display = 'none'; } }); document.addEventListener('submit', function (e) { // Check if the submitted form has the target class if (e.target && e.target.classList.contains('no-jetpack')) { e.stopImmediatePropagation(); // Prevent Jetpack’s handler from firing // Do NOT call e.preventDefault() so the form still submits normally } }, true); // capture phase