Bill to establish statewide oversight of jails in Washington dies in Legislature
Washington is one of 12 states without enforceable state standards or oversight — that won’t change in 2026
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
'; document.querySelector('#copytext').value = textContent; modal.showModal(); }); // Modal close functionality const modal = document.querySelector('.republish-modal'); const closeBtn = document.querySelector('.republish-modal-close'); // Close button click closeBtn.addEventListener('click', function() { modal.close(); }); // Close on backdrop click modal.addEventListener('click', function(e) { if (e.target === modal) { modal.close(); } }); // Close on ESC key (this is usually built-in, but adding for safety) modal.addEventListener('keydown', function(e) { if (e.key === 'Escape') { modal.close(); } }); // Copy text button functionality document.querySelector('.copy-text-button').addEventListener('click', async function() { const textarea = document.querySelector('#copytext'); const text = textarea.value; try { // Try modern Clipboard API first if (navigator.clipboard && window.isSecureContext) { await navigator.clipboard.writeText(text); this.textContent = 'Copied!'; } else { // Fallback for older browsers textarea.select(); document.execCommand('copy'); this.textContent = 'Copied!'; } // Reset button text after 2 seconds setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } catch (err) { console.error('Failed to copy text: ', err); // Fallback to selection if copying fails textarea.select(); this.textContent = 'Text selected'; setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } }); });Read the whole package here.
Karen Lewis knew what the possibilities were when a routine medical exam returned an abnormal white blood cell count on her four years ago.
“I worked in a cancer center,” she said. “I knew.”
The 57-year-old, long-time hospital pharmacist was soon diagnosed with a pre-cancerous form of blood cancer called Myelodysplastic Syndrome. Her doctor immediately ordered her to stop working with or around chemo agents.
“I started working with chemo in 1993,” said Lewis, who has worked for years at the University of Maryland Medical Center. “Back then there were much less restrictive policies (around handling chemo.)”
Her attitude then was similar to those of many of her peers.
They had been advised to wear “chemo protective gowns” made of heavy paper, with little cuffs, and double gloves.
“But nobody really did (wear double gloves) because it made it hard to manipulate needles,” she said. “And no one said if we didn’t follow (the guidelines) we were at any greater risk.”
She also doesn’t recall being advised to wear a mask.
“My thinking was – if I don’t actually stick myself or spill on skin, I’m OK,” she said. “I never thought of any other way (it could be) adversely affecting me.”
In particular, she never realized that the type of “laminar flow hoods” the hospital used – the commonly recommended type at the time – blew potentially contaminated air back in her direction.
Since her diagnosis, she said the pharmacy where she worked has tightened its controls and upgraded its safety equipment to more advanced technologies with more containment features and more tightly controlled ventilation.
Lewis has begun transfusions to try to keep her cell counts normal. Ultimately, her only hope for a cure lies in a bone marrow transplant. In the meantime, she hopes other institutions will upgrade their safety equipment and training for workers. And she advises others to be vigilant about cancer screening if they’ve worked with chemo.
“Now, since I left, everybody who works with chemo has to have a blood test once a year and urinalysis,” she said. “Maybe that was my contribution.”
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
— Jacob H. Fries, executive director
DonateCancel anytime.
Subscribe to our weekly newsletters and never miss an investigation.