91³Ô¹ÏÍø

Watch CBS News

East Boston facility offering same-day mental health services, in particular for immigrant communities

Since the pandemic, the need for mental health services has skyrocketed and people have been forced to wait weeks or even months for help. In East Boston, a new facility is offering people help as soon as they need it.

At NeighborHealth in East Boston, they offer same-day emergency services for mental health.

"We help everyone who comes to our door, no matter what it is," said Tracey Weeden, the vice president and chief behavioral health officer at NeighborHealth.

Same-day mental health services

At the facility, it's nothing like a traditional emergency department, where many patients spend hours or even days waiting for help.

"Why would we say to a patient who's experiencing a mental health crisis to compete with patients who are there with gunshot wounds or cardiac arrest?" said Weeden. "We wouldn't and we shouldn't."

According to Weeden, the goal is to address the urgent needs of a diverse population, where many community members are facing uncertainty in the wake of federal agents taking undocumented immigrants into custody.

"They are hearing stories about their neighbors or their child's classmate who isn't showing up to school anymore...and so that has significant impact on someone's mental health."

"Obviously in the last months, there has been a lot of changes that has an impact on these communities," said clinical psychologist Nico Smiedniansky. "It's something that we can see on a day to day."

Smiedniansky is one of the many clinicians who offer a range of services, including counseling, therapy and crisis intervention, all available on the same day. All the services are also available in Spanish.

Demand for services up in immigrant communities

"We have seen the demand has only gone up and up and up," said Smiedniansky. "And I think this is because we are presenting something that obviously is not offered somewhere else."

The behavioral health urgent care is also attached to an emergency department, a pharmacy and a full suite of primary care services, including adult medicine and pediatrics.

"This is really the environment where we say come in, we want you. You are ours, we accept you, we embrace you," said Weeden.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });