Connect with us

Maine

Should Maine allow associate dentists without doctoral degrees? Dentists don’t think so

Published

on

Should Maine allow associate dentists without doctoral degrees? Dentists don’t think so


Bruce Tibbetts, of Mt. Vernon, gets a cracked tooth fixed at a free dental clinic at Northwoods Dental in Skowhegan in 2018. The two bills before the Legislature come as access to Maine dentists has declined. (Michael G. Seamans/Staff Photographer)

Lawmakers are considering two bills that attempt to increase access to dental care in Maine by studying ways to establish specialist residency programs in the state and creating a new license tier with lower educational requirements, a measure that multiple dentists opposed.

LD 2206 would establish an associate dentist license, which would allow a dentist without the equivalent of a U.S. doctoral degree in dentistry — such as a dentist with a bachelor’s degree who trained outside of the U.S. — to practice dentistry under supervision of a licensed dentist. 

Under this new license, associate dentists would have a pathway to full licensure if they were in good standing for six consecutive years. There is currently a pathway for foreign-trained dentists to work in Maine, but it requires additional education.

The bill comes as access to Maine dentists has declined. The ranks of dentists decreased from 590 in 2019 to 530 in 2023. Most children in Maine don’t get an annual checkup and cleaning from a dentist, according to a study last year from the University of Southern Maine Muskie School of Public Service and Catherine E. Cutler Institute.

Advertisement

Penobscot Community Health Care, Maine’s largest federally qualified health center, brought the issue to lawmakers after two “very highly qualified” dentists the center hoped to hire were denied licensure by the Maine Board of Dental Practice because they didn’t meet current educational equivalency requirements.

The health center estimated those dentists could have provided 8,000 appointments with patients, according to testimony from Lori Dwyer, president and CEO of Penobscot Community Health Care.

Penobscot Community Health Care, which said it operates the largest dental center in Maine and has a network of 51 workspaces for dental care, emphasized that federally qualified health centers are subject to strict federal oversight, reporting requirements and high standards.

“[Penobscot Community Health Care] would never support a pathway that compromises safety, and they would never hire a clinician that would provide unsafe treatment to patients,” Dwyer wrote in testimony that was read on her behalf to the Legislature’s Health Coverage, Insurance and Financial Services committee.

Northern Light Health also submitted testimony in support, saying the bill would help address workforce shortages and reduce emergency room visits for dental conditions.

Advertisement

“Like most hospitals in Maine, Northern Light Health members are challenged with inappropriate utilization of our emergency rooms by individuals seeking care for dental/tooth pain,” Lisa Harvey-McPherson, vice president of government relations, wrote in her testimony. “Patients generally present with cracked teeth, abscesses, dental caries or tooth eruptions, leading to thousands of emergency room claims for dental related diagnosis codes each year.”

Multiple dentists and dentistry representatives testified against the bill, arguing that there are existing pathways for foreign-trained dentists and that lower standards could set up a two-tiered system in which poorer and more rural residents receive care from dentists with less training.

Dr. Kailee Jorgenson, a licensed dentist who is the clinical director at Portland-based Mainely Teeth and president of the Maine Oral Health Centers Alliance, said the patients most likely to receive care under the proposed pathway are MaineCare recipients, rural residents and children. These patients often have the most complex needs, she said.

“Maine should not create one standard of dentistry for those with resources and another for those without,” Jorgenson told the committee.

Jorgenson and others who testified against the measure said they instead support a second bill, LD 2209, which would study how to expand access to dental care.

Advertisement

LD 2209 would direct the Maine Department of Health and Human Services to consider how to establish dental specialist residency programs in Maine, including for pediatric dentists, oral surgeons and orthodontists. The bill would also require the department to study ways to create a hub-and-spoke model to expand access to services across the state.

“We have a shortage of specialists in Maine, and it doesn’t matter how you’re trying to pay,” said Therese Cahill, executive director of the Maine Dental Association, which represents dentists. “To see an oral surgeon, to see a periodontist, to see an orthodontist, or a pediatric dentist, you’re waiting.”

No one spoke against the bill or submitted testimony in opposition.

The committee will consider both bills during upcoming work sessions when it will decide whether to forward them to the full Legislature. The work sessions had not been scheduled as of Wednesday.

This story was originally published by The Maine Monitor, a nonprofit and nonpartisan news organization. To get regular coverage from The Monitor, sign up for a free Monitor newsletter here.

Advertisement



Source link

Maine

Woman presumed dead in Readfield house fire; husband hospitalized

Published

on

Woman presumed dead in Readfield house fire; husband hospitalized


Firefighters were unable to enter due to heavy fire conditions

Advertisement

Maine Department of Public Safety

woman presumed dead in readfield house fire; husband hospitalized

SOURCE: Maine Department of Public Safety

Advertisement

Woman presumed dead in Readfield house fire; husband hospitalized

Advertisement

Firefighters were unable to enter due to heavy fire conditions

WMTW logo

Updated: 8:48 PM EDT Apr 4, 2026

Editorial Standards

Advertisement

A woman is believed to have died in a house fire Friday night in Readfield, officials said.Firefighters responded to a home on Plains Road at about 9:51 p.m. and found the structure heavily involved in fire. Neighbors helped 74-year-old Jerrold Wentworth escape from a second-floor window. He told crews his wife, 75-year-old Carolyn Wentworth, remained inside.Firefighters were unable to enter due to heavy fire conditions.Investigators with the state Fire Marshal’s Office later located a deceased person in the debris early Saturday in the area where Carolyn Wentworth had been sleeping. The body was taken to the state medical examiner’s office for identification and cause of death.Jerrold Wentworth was hospitalized in serious condition. The cause of the fire remains under investigation.

A woman is believed to have died in a house fire Friday night in Readfield, officials said.

Firefighters responded to a home on Plains Road at about 9:51 p.m. and found the structure heavily involved in fire. Neighbors helped 74-year-old Jerrold Wentworth escape from a second-floor window. He told crews his wife, 75-year-old Carolyn Wentworth, remained inside.

Advertisement

Firefighters were unable to enter due to heavy fire conditions.

Investigators with the state Fire Marshal’s Office later located a deceased person in the debris early Saturday in the area where Carolyn Wentworth had been sleeping. The body was taken to the state medical examiner’s office for identification and cause of death.

Jerrold Wentworth was hospitalized in serious condition. The cause of the fire remains under investigation.

Advertisement
Advertisement

`;
}

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

Advertisement

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

var location = { zip: window.DEFAULT_ZIPCODE };

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

Advertisement

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wmtw.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.wmtw.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

Advertisement

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

Advertisement

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

Advertisement

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

`;
}

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

Advertisement

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

var location = { zip: window.DEFAULT_ZIPCODE };

Advertisement

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

Advertisement

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wmtw.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.wmtw.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

Advertisement

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

Advertisement

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

Loading more articles…



Source link

Advertisement
Continue Reading

Maine

Appeals court rules Maine’s gun waiting period likely constitutional

Published

on

Appeals court rules Maine’s gun waiting period likely constitutional


The 1st U.S. Circuit Court of Appeals on Friday ruled that Maine’s 72-hour waiting period for firearm purchases is likely constitutional, overturning a lower court’s decision that had blocked the law from being enforced.

A three-judge panel vacated a preliminary injunction that had prevented Maine from enforcing the law, which requires a 72-hour waiting period for a gun buyer to take possession of a firearm after purchasing it.

The panel found the law does not violate the “plain text” of the Second Amendment.

Circuit Judge Seth Aframe wrote that while the Second Amendment protects the right to “keep and bear” arms, the Maine law regulates the acquisition of firearms, which is a step that happens before a person actually possesses or carries a weapon.

Advertisement

In the 24-page ruling, the court characterized the law as a “presumptively lawful” condition on the commercial sale of firearms rather than an outright ban. The court concluded the 72-hour delay is a “modest” burden similar to the wait already allowed for federal background checks.

This law and one expanding background check requirements was enacted in 2024, six months after 18 people were killed in the mass shooting in Lewiston. Lawmakers designed the “cooling off” period to reduce suicides and homicides sparked by impulsive firearm purchases.

The lawsuit was brought by a gun buyer, a firearms training business and three firearms dealers. They argued the law interfered with the rights of victims of domestic violence to immediately protect themselves and caused significant business losses for firearms dealers.

The court concluded the plaintiffs were unlikely to succeed on the merits of their claim, which sends the case back to the district court. By vacating the preliminary injunction, the appeals court allows the state to resume enforcing the waiting period while the underlying lawsuit continues.

This is a developing story.

Advertisement



Source link

Continue Reading

Maine

Maine could soon see a statewide ‘bell-to-bell’ cellphone ban in schools

Published

on

Maine could soon see a statewide ‘bell-to-bell’ cellphone ban in schools


AUGUSTA (WGME) — Maine could soon join a growing number of states that ban cellphones during school hours, after lawmakers advanced funding to create and enforce a statewide “bell to bell” policy.

Governor Janet Mills called for the ban during her State of the State address back in January.

“I propose that we enact a statewide ban on cellphone use during the school day, from bell to bell, to reduce distraction and disruption and to keep children’s attention on learning,” Mills said.

Earlier this week, the legislature’s budget committee signed off on $350,000 to support starting a statewide school cellphone ban. The proposal would prohibit students from using their cellphones or smart devices from the first bell until they are dismissed.

Advertisement

“Appropriations has included $350,000 in its budget to support schools with the ban, presumably to cover the cost of phone lockers, Yondr pouches and other possible ‘enforcement-related’ expenses for this possible rollout,” Maine School Management Association Executive Director Eric Waddell said.

Some Maine schools already have their own restrictions. At Cony High School, Principal Kim Liscomb says the school began implementing stricter cellphone policies five years ago after teachers reported students were distracted.

“We said, ‘All right, nope, they need to be in backpacks, they need to be in bags, they can’t be out at all, and there only certain areas in the school you can use them,” Liscomb said.

Under Cony’s current rules, students are permitted to use their phones before and after school and during lunch. Liscomb says the tighter policy has improved classroom participation.

“The best impact is the engagement of students in the classroom, the highly engaged conversations and discussions, teachers have reported a significant improvement there,” Liscomb said.

Advertisement

In response to this proposal, some state lawmakers like Representative Jack Ducharme of Madison say they are against an entire state mandate.

“I did not, nor will I support a state mandate for local schools to ban cellphones in the classroom bell-to-bell. We have local school boards made up of local people: parents, grandparents and others that represent the people of that school district. While I understand that cellphones in schools are a problem, I trust local people to address the problem rather than another government mandate,” Ducharme said.

Waddell says that if a statewide school cellphone policy is enacted, the association will work with the Maine Department of Education to provide a sample policy for school boards.

The proposal still must pass the House and Senate before it can go to the governor for approval. If passed, it would take effect at the beginning of next school year.



Source link

Advertisement
Continue Reading

Trending