Flu & COVID Cases Rise in Massachusetts Amid Low Vaccination Rates

by Olivia Martinez
0 comments

рабаты

 <p>&#13;



Sunday, January 4, 2026 – 2:53 PM

   <p>&#13;
                                 <button type="button" rel="noreferrer noopener     nofollow">&#13;
                                     Add to Favorites&#13;
                                    <svg class="icon">&#13;
                                        <use xlink:href="themes/cairo2/assets/images/sprite.svg#bookmark"/>&#13;
                                    </svg>&#13;
                                 </button>&#13;

   <p>&#13;
                            &#13;
                              &#13;
                            &#13;
                            &#13;
                                <button type="button" class="share-desktop" onclick="showShare()">&#13;
                                    Share&#13;
                                    <svg class="icon">&#13;
                                        <use xlink:href="http://www.cairo24.com/themes/cairo2/assets/images/icons.svg#share-button"/>&#13;
                                    </svg>&#13;
                                </button>&#13;
                            &#13;
                              &#13;
                            &#13;
                            &#13;
                                <button class="mobile-native share-native" type="button" rel="noreferrer noopener  nofollow">&#13;
                                    Share&#13;
                                    <svg class="icon">&#13;
                                        <use xlink:href="http://www.cairo24.com/themes/cairo2/assets/images/icons.svg#share-button"/>&#13;
                                    </svg>&#13;
                                </button>&#13;
                            &#13;
                            &#13;
                            &#13;
                            &#13;
                            </p>

Massachusetts health officials are warning of a concerning decline in vaccination rates for both seasonal influenza and COVID-19, coinciding with a noticeable increase in respiratory illnesses across the state. This drop in immunity raises concerns about potential strain on healthcare systems this winter.

Lower Than Usual Numbers

Dr. Daniel Kuritzkes, Chief of Infectious Diseases at Brigham and Women’s Hospital, stated that the number of influenza cases this year is expected to be higher than last year. “We are certainly going to see more influenza than we saw in the previous season,” he said, according to a report from Reuters.

Data from the state’s Department of Public Health shows that only about 34% of residents have received this season’s flu vaccine, while just over 11% have been vaccinated against COVID-19. These figures represent a significant decrease compared to vaccination rates in previous years.

Dr. Larry Madoff, Medical Director of the Bureau of Infectious Disease and Laboratory Sciences within the Department of Public Health, noted that these percentages are the lowest seen in the last five years. “Massachusetts typically does well with influenza vaccination, but this year we are very behind, and that’s concerning,” he explained.

High Influenza Activity

The weekly report from the Centers for Disease Control and Prevention indicates that influenza activity in Massachusetts has reached very high levels, driven by a new strain known as the K sublineage.

While there is some mismatch between the current vaccine and the circulating strain, Dr. Kuritzkes emphasized the continued importance of vaccination. “Even if the vaccine doesn’t completely prevent you from getting influenza, it significantly reduces the risk of severe complications,” he stated.

Regarding the reasons for decreased vaccination uptake, Dr. Madoff pointed to what he described as “vaccine fatigue.” He explained that people have been exposed to a barrage of conflicting and misleading information in recent years. “There’s been a noticeable increase in anti-vaccine rhetoric this year, which is influencing many people’s decisions,” he said.

Officials say there is still time to get vaccinated, as influenza season typically peaks in January and February. The findings underscore the ongoing public health challenges of maintaining adequate immunization coverage.

Kuritzkes added that COVID-19 activity is currently low, which is a positive sign. However, he cautioned that COVID-19 cases often rise following an influenza wave, and this could occur in the coming weeks.

</div><script type="text/javascript">
replaceOembeds();

function replaceOembeds() {
    var allEmbeds = document.getElementsByTagName("OEMBED");

    while (allEmbeds.length != 0) {
        replaceOembedWithHtml(allEmbeds[0], extractLinkFromOembed(allEmbeds[0]));
        allEmbeds = document.getElementsByTagName("OEMBED");
    }

    runYoutubeLazyLoad();

window.onscroll = function () {

       loadAPI();
       window.onscroll = null;

}
// loadfbApi();
}

function replaceOembedWithHtml(element, sourceData) {
    if (sourceData.source.toLowerCase() === "youtube") {
        var html="<div class="yt-embed"><div class="embed-wrap">" +
            '<div class="embed-container">' +
            '<div class="youtube" data-embed="' + sourceData.id + '">' +
            '<div class="play-button"> ' +
            '<svg class="icon"><use xlink:href="http://www.cairo24.com/themes/cairo2/assets/images/icons.svg#youtube"></use></svg>' +
            '</div>' +
            '</div></div></div></div>';

        replaceElementWithHtml(element, html);
    } else if (sourceData.source.toLowerCase() === "instagram") {
        var html="<div class="instagram-embed"><iframe class="lazyload" width="320" height="440" data-src="https://instagram.com/p/" + sourceData.id + '/embed" frameborder="0"></iframe></div>';

        replaceElementWithHtml(element, html);
    } else if (sourceData.source.toLowerCase() === "twitter") {
        var html="<div class="tw-embed"><iframe border=0 frameborder=0 height=250 width=550 src="https://twitframe.com/show?url=" + encodeURI(sourceData.url) + '"></iframe></div>';
        replaceElementWithHtml(element, html);
    } else if (sourceData.source.toLowerCase() === "facebook") {
        var html="<div class="fb-embed"><div class="fb-video" data-href="" + sourceData.url + '" data-width="500" data-allowfullscreen="true" data-autoplay="true" data-show-captions="true"></div></div>'
        replaceElementWithHtml(element, html);
    } else {
        replaceElementWithHtml(element, "");
    }

}

function extractLinkFromOembed(element) {
    return getUrlSource(element.getAttribute("url"));
}

function getUrlSource(url) {
    var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/watch?v=|.be/)([w-_]*)(&(amp;)?‌​[w?‌​=]*)?/;
    var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
    var twitterRegex = /twitter.com/.*/status(?:es)?/([^/?]+)/;
    var fbRegex = /^https?://www.facebook.com.*/(video(s)?|watch|story|posts)(.php?|/).+$/;

    if (ytRegex.test(url)) {
        return {
            source: "Youtube",
            url: url,
            id: ytRegex.exec(url)[1]
        };
    }

    if (instaRegex.test(url)) {
        return {
            source: "Instagram",
            url: url,
            id: instaRegex.exec(url)[3]
        };
    }

    if (twitterRegex.test(url)) {
        return {
            source: "Twitter",
            url: url,
            id: twitterRegex.exec(url)[1]
        };
    }

    if (fbRegex.test(url)) {
        return {
            source: "Facebook",
            url: url,
            id: fbRegex.exec(url)[1]
        };

    }

    return {
        source: "Unknown",
        url: url,
        id: ""
    };
}

function replaceElementWithHtml(element, html) {
    var str = html;
    var Obj = element; //any element to be fully replaced
    if (Obj.outerHTML) { //if outerHTML is supported
        Obj.outerHTML = str; ///it's simple replacement of whole element with contents of str var
    } else { //if outerHTML is not supported, there is a weird but crossbrowsered trick
        var tmpObj = document.createElement("div");
        tmpObj.innerHTML = '<!--THIS DATA SHOULD BE REPLACED-->';
        ObjParent = Obj.parentNode; //Okey, element should be parented
        ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to
        ObjParent.innerHTML = ObjParent.innerHTML.replace('<div><!--THIS DATA SHOULD BE REPLACED--></div>', str);
    }
}
function loadfbApi() {
    var js = document.createElement('script');
    js.src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2";
    document.body.appendChild(js);
}
function runYoutubeLazyLoad() {
    /// youtube lazyload
    var youtube = document.querySelectorAll(".youtube");

    for (var i = 0; i < youtube.length; i++) {

        var source = "https://img.youtube.com/vi/" + youtube[i].dataset.embed +
            "/0.jpg";

        var image = new Image();
        image.src = "https://www.cairo24.com/themes/cairo2/assets/images/no.jpg";
        image.classList.add('lazyload');
        image.setAttribute("data-src", source);
        image.setAttribute("alt", "youtube");
        image.addEventListener("load", function () {
            youtube[i].appendChild(image);
        }(i));

        youtube[i].addEventListener("click", function () {

            var iframe = document.createElement("iframe");

            iframe.setAttribute("frameborder", "0");
            iframe.setAttribute("allowfullscreen", "");
            iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset
                .embed + "?rel=0&showinfo=0&autoplay=1");

            this.innerHTML = "";
            this.appendChild(iframe);
        });
    };
}

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Privacy & Cookies Policy