Home > PRESIDENT TRUMP
211 views 10 min 0 Comment

AMA: CDC Panel Shift on Hep B Birth Dose ‘Reckless’

Tevin McLeod - December 5, 2025





By Michael Katz    |  
Friday, 05 December 2025 10:16 PM EST

A trustee with the American Medical Association on Friday condemned a federal advisory panel’s decision to end its long-standing recommendation that all U.S. newborns receive the hepatitis B vaccine at birth.

The Advisory Committee on Immunization Practices of the Centers for Disease Control and Prevention voted 8-3 to recommend the birth dose only for infants whose mothers test positive for the virus.

Dr. Sandra Fryhofer, an AMA trustee, called the move “reckless” and said it “undermines decades of public confidence in a proven, lifesaving vaccine.”

“Today’s action is not based on scientific evidence, disregards data supporting the effectiveness of the Hepatitis B vaccine and creates confusion for parents about how best to protect their newborns,” Fryhofer said in a statement.

“Administering the birth dose is crucial for protecting children from both perinatal and early postnatal transmission of Hepatitis B virus — and preventing a lifelong condition that can lead to chronic liver disease, cirrhosis, liver cancer, and death.”

Some committee members reportedly argued that most U.S. infants are at low risk for infection and said available studies examining possible harms were small or insufficient to detect long-term risks.

The panel recommended that if a mother tests negative for hepatitis B after giving birth, parents should decide with their physician whether their child will receive the vaccine.

If the infant does not receive the dose at birth, the committee suggested waiting until the child is at least 2 months old.

Acting CDC Director Jim O’Neill will decide whether to accept the recommendation. If adopted, it would mark the largest change to childhood vaccination schedules under Health and Human Services Secretary Robert F. Kennedy Jr.

Fryhofer urged O’Neill to reject the guidance.

“The AMA calls on ACIP to make good on the Administration’s promise to use gold standard science,” she said. “Families should be able to rely on the CDC for clear, evidence-based guidance when making important vaccination decisions for their children.

“We urge the CDC to reject this recommendation and uphold its commitment to science and public health. The consequences of failing to do so are too severe and the potential harm too great.”

President Donald Trump praised ACIP’s vote Friday night on Truth Social, calling it a “very good decision” and arguing that the vast majority of newborns are “at NO RISK of Hepatitis B.”

Trump also announced that he signed a presidential directive ordering the Department of Health and Human Services to “FAST TRACK” a review of vaccine schedules worldwide.

Kennedy responded on X: “Thank you, Mr. President. We’re on it.”

Michael Katz ✉
Michael Katz is a Newsmax reporter with more than 30 years of experience reporting and editing on news, culture, and politics.


© 2025 Newsmax. All rights reserved.



Newsfront


A trustee with the American Medical Association on Friday condemned a federal advisory panel’s decision to end its long-standing recommendation that all U.S. newborns receive the hepatitis B vaccine at birth.


american medical association, hepatitis b, recommendation, birth dose


422


Friday, 05 December 2025 10:16 PM


2025-16-05


Friday, 05 December 2025 10:16 PM

Join the Newsmax Community

 


Free Newsmax E-Alerts

Privacy: We never share your email.

 

 \
\
\
‘;

var showDesktop = true;
var showMobile = false;
var enabled = false;

if (showMobile && (window.innerWidth <= 992)) { enabled = true; }
if (showDesktop && (window.innerWidth > 992)) { enabled = true; }

if (enabled) {
// Append template
jQuery(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”).html(playerTemplate);

// Schedule
(function ($, d) {

var schedule = {
data: {},
endpoint: ‘/CMSPages/NewsMax/Handlers/TVScheduleHandler.ashx’,
limit: ‘2’, //how many shows to display

parse: function (v) {
var datetime = v.ShowDateTime.split(‘T’);
(!this.data[datetime[0]]) ? this.data[datetime[0]] = new Array() : [];
this.data[datetime[0]].push(v);
},

createSchedule: function () {
var schedule = $(‘#NMTVplayer-schedule’);
schedule.empty();
var tpl=””;
schedule.append(tpl);
},

populate: function (s) {
var _this = this;
var count = 0; //used to show the categories

function template(o, j) {
return ” +
” + moment(o.datetime).format(‘LT’).replace(” AM”, “a ET”).replace(” PM”, “p ET”) + ‘ • ‘ +
” + o.title + ” +
”;
}

s = s[Object.keys(s)[0]].concat(s[Object.keys(s)[1]]); // Get data for today and tomorrow
//console.log(Object.keys(s)); // display shows array on console
s = s.slice(0, _this.limit); // Only get the limit!

$.each(s, function (j, o) {
var nmSubtitle = “”;

if (o.Episode == o.Program) {
nmSubtitle = “”;
} else {
nmSubtitle = o.Episode;
}
var program = {
datetime: o.ShowDateTime,
title: o.Program,
description: o.Description,
subtitle: nmSubtitle
};

if (count == 0) {
$(‘#schedule’).append(‘On Now:’);
} else if (count == 1) {
$(‘#schedule’).append(‘Coming Up:’);
}
$(‘#schedule’).append(template(program, j));
count = count + 1;
});
},

scrollUp: function () {
var target = $(‘#NMTVplayer-schedule’);
$(‘html, body’).animate({
scrollTop: target.offset().top – 100
}, 1000);
},

init: function (ms) {
var _this = this;
var hash = (ms) ? “?h=” + ms : “”;
$.getJSON(_this.endpoint + hash, function (data) {
$.each(data, function (i, v) { _this.parse(v); });

_this.createSchedule();
_this.populate(_this.data);
});

}
};

// Initialize
schedule.init();

// Intervals
var everyInterval = 1860000; // 31 Minutes
var nextInterval = Math.abs(moment().endOf(‘hour’).toDate() – moment().toDate());
window.setTimeout(function () {
schedule.init(Date.now());
window.setInterval(function () {
schedule.init(Date.now());
}, everyInterval);
}, nextInterval);
})(window.jQuery, this)

if (typeof akamai == “undefined”) {
jQuery.getScript(‘https://amp.akamaized.net/hosted/1.1/player.esi?apikey=newsmax&version=9.1.20’, function () {
loadVideoPlayer(); // run once loaded!
});
}
}

function loadVideoPlayer() {
var config = {
autoplay: true,
muted: true,
captioning: { enabled: true },
playsinline: true,
autoplayPolicy: “muted”,
media: {
title: “Newsmax TV Live”,
source: [{
src: “https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8”,
type: “application/x-mpegURL”
}],
track: [{
kind: “captions”,
type: “text/cea-608”,
srclang: “eng”
}]
},
cmcd: {
contentId: “newsmaxlive”
},
plugins: {
ima: {
resources: [{
src: “//imasdk.googleapis.com/js/sdkloader/ima3.js”,
debug: “//imasdk.googleapis.com/js/sdkloader/ima3_debug.js”,
type: “text/javascript”,
async: true
},
{
src: “${paths.plugins}ima/Ima.min.js”,
debug: “${paths.plugins}ima/Ima.js”,
type: “text/javascript”,
async: true
}],
adTagUrl: “https://pubads.g.doubleclick.net/gampad/live/ads?iu=/6305169/Newsmax/Video/livestream&description_url=http://www.newsmax.com&tfcd=0&npa=0&sz=640×480&gdfp_req=1&vpos=preroll&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&vpmute=1&plcmt=1″
},
googleanalytics: {
resources: [
{
src: “https://www.googletagmanager.com/gtag/js?id=G-MDSEMR3DWD”,
type: “text/javascript”,
async: true,
},
{
src: “#{paths.plugins}googleanalytics/Googleanalytics.js”,
type: “text/javascript”,
async: true,
},
],
trackingId: “G-MDSEMR3DWD”,
mode: “gtag”,
events: {
video: [
{
type: “started”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
{
type: “ended”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
],
ads: [
{
type: “adstarted”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
},
},
{
type: “adended”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
}
}
]
}
}
}
};

function createVideoPlayer() {
var amp = akamai.amp.AMP.create(“amp”, config, function (event) {
amp = event.player;
const defaults = {
visible: false,
fontFamily: “proportionalSansSerif”,
fontSize: “med”,
fontColor: “white”,
fontOpacity: “100%”,
edgeType: “rightShadow”,
edgeColor: “black”,
edgeOpacity: “50%”,
backgroundColor: “black”,
backgroundOpacity: “0%”,
windowColor: “black”,
windowOpacity: “50%”,
scroll: “popout”
}
if (amp.captioning != null)
amp.captioning.changeSettings(defaults)
//alternatevely settings can be refreshed by clearin local storage key
//localStorage.removeItem(“akamai_amp”);
});
// once created detach scroll event
window.removeEventListener(“scroll”, onscroll, { passive: true })

window.addEventListener(“nmtvplayer_toggleFullscreen”, toggleFullScreen, { passive: true });
window.addEventListener(“nmtvplayer_listen”, listenBtn, { passive: true });
}

function onscroll(event) {
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);

// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
createVideoPlayer();
}

window.addEventListener(“scroll”, onscroll, { passive: true });


function readyHandler(event) {
amp = event.player // exposes player instance to DOM
}

function toggleFullScreen() {
return jQuery(“#amp”)[0].amp.enterFullScreen();
}

function toggleMute() {
const player = jQuery(“#amp”)[0].amp;
return player.muted ? player.unmute() : player.mute()
}
function listenBtn() {
if (jQuery(“#amp”)[0].amp.muted) {
document.getElementById(“listen-btn”).innerHTML = “Mute”;
} else {
document.getElementById(“listen-btn”).innerHTML = “Listen”;
}

toggleMute();
return
}

// Run onscroll incase the video is already showing
onscroll();
};
})();


Friday, 05 Dec 2025 21:56 PM


Rep. Henry Cuellar, D-Texas, who was recently pardoned for federal bribery charges, is calling on House Republicans to i . . .


Friday, 05 Dec 2025 21:27 PM


Ronna McDaniel told Newsmax on Friday that federal officials failed for four years to identify the suspect accused of pl . . .



Source link

Post Views: 293

PREVIOUS

Supreme Court to Consider Trump’s Plan to Curb Birthright Citizenship

NEXT

Trump Administration Is ‘Striking Innocents’ Like Putin
Related Post
May 25, 2026
May 26th – 2026 Presidential Politics – Trump Administration Day 492
March 14, 2026
Don’t Have to Like Iran to Find Them ‘More Credible’ on Account of Nuke Talks than Witkoff
April 29, 2026
Former FBI Director James Comey surrenders to law enforcement at Virginia courthouse :: WRAL.com
December 8, 2025
House Releases Text of 2026 National Defense Authorization Act (NDAA) Codifying 15 Trump Executive Orders
Comments are closed.
John Michael Chambers

DISCLAIMER

The material contained on this website represents the opinion, analysis and/or commentary of JMC, John Michael Chambers and its aggregated content and resources, and is intended to provide the viewer with general information only and nothing should be considered as providing medical, financial, or other advice. JMC, John Michael Chambers strives to deliver wartime updates and opinion commentary that empowers and informs viewers. JMC, John Michael Chambers is dedicated to the rule of law and upholding the U.S. Constitution and does not endorse violence or discrimination in any form. This is NOT an official government or military website. This is not a news network.

© 2026 John Michael Chambers All rights reserved.