ASTM D8469 Standard Test Method for Analysis of Multiple Elements in Cannabis Matrices by ICP-MS

$99.00

Training course for ASTM D8469 Standard Test Method for Analysis of Multiple Elements in Cannabis Matrices by Inductively Coupled Plasma Mass Spectrometry (ICP-MS) (includes a PDF copy of the standard)

Category: Tag:

This course is based on ASTM D8469–22 Standard Test Method for Analysis of Multiple Elements in Cannabis Matrices by Inductively Coupled Plasma Mass Spectrometry (ICP-MS). This test method covers uses inductively coupled plasma mass spectrometry (ICP-MS) to determine multiple trace elements in cannabis and cannabis-related matrices following sample preparation using microwave-assisted acid digestion.

The course takes approximately 1 hour to complete and includes instructional video content, interactive knowledge checks, and a self-grading quiz. Downloadable resources include a pdf of the standard.

By the end of this course, you will be able to:

  • Identify apparatus, reagents and materials, and any associated hazards as outlined in ASTM D8469, including requirements for the ICP-MS and when solutions are to be prepared.
  • Recognize sample categories and aims for collection and homogenization.
  • Describe requirements for preparation of apparatus, calibration, and standardization including operation parameters for the CRC and frequency of calibration with the check standard.
  • Recall procedure for analysis of multiple elements in cannabis matrices by inductively coupled plasma mass spectrometry (ICP-MS).
  • Identify process for calculation of the concentration (mass fraction) of the analyte in the measured samples and reported concentration for Pb.
  • Define reporting requirements for ASTM D8469.

This eLearning course is ideal for regulators, producers, chemists, QA/QC professionals, and laboratory technicians in the cannabis industry.

Certificate and CEUs

CEUs: .1 or 1 PDH

Certificate: A certificate is available upon successful completion of the course and an 80% or higher score on the exam.

To obtain a completion certificate and CEUs for this course, submit a learner record request from ASTM upon completion of the course. A link to the ASTM learner record website will be included in the course completion email.

ASTM Standards Referenced

ASTM D8469

Access

All ASTM / ANAB online courses are available for a 1-year subscription on the ANAB site for a Single User Only. Training cannot be shared.

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