‘);$vidEndSlate.removeClass(‘video__end-slate–inactive’).addClass(‘video__end-slate–active’);}};CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;var configObj = {thumb: ‘none’,video: ‘health/2018/11/02/medicaid-explainer-gupta-orig-llr.cnn’,width: ‘100%’,height: ‘100%’,section: ‘domestic’,profile: ‘expansion’,network: ‘cnn’,markupId: ‘body-text_2’,theoplayer: {allowNativeFullscreen: true},adsection: ‘const-article-inpage’,frameWidth: ‘100%’,frameHeight: ‘100%’,posterImageOverride: {“mini”:{“width”:220,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-small-169.jpg”,”height”:124},”xsmall”:{“width”:307,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-medium-plus-169.jpg”,”height”:173},”small”:{“width”:460,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-large-169.jpg”,”height”:259},”medium”:{“width”:780,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-exlarge-169.jpg”,”height”:438},”large”:{“width”:1100,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-super-169.jpg”,”height”:619},”full16x9″:{“width”:1600,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-full-169.jpg”,”height”:900},”mini1x1″:{“width”:120,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/181101230420-02-medicaid-protest-small-11.jpg”,”height”:120}}},autoStartVideo = false,isVideoReplayClicked = false,callbackObj,containerEl,currentVideoCollection = [],currentVideoCollectionId = ”,isLivePlayer = false,mediaMetadataCallbacks,mobilePinnedView = null,moveToNextTimeout,mutePlayerEnabled = false,nextVideoId = ”,nextVideoUrl = ”,turnOnFlashMessaging = false,videoPinner,videoEndSlateImpl;if (CNN.autoPlayVideoExist === false) {autoStartVideo = false;if (autoStartVideo === true) {if (turnOnFlashMessaging === true) {autoStartVideo = false;containerEl = jQuery(document.getElementById(configObj.markupId));CNN.VideoPlayer.showFlashSlate(containerEl);} else {CNN.autoPlayVideoExist = true;}}}configObj.autostart = CNN.Features.enableAutoplayBlock ? false : autoStartVideo;CNN.VideoPlayer.setPlayerProperties(configObj.markupId, autoStartVideo, isLivePlayer, isVideoReplayClicked, mutePlayerEnabled);CNN.VideoPlayer.setFirstVideoInCollection(currentVideoCollection, configObj.markupId);videoEndSlateImpl = new CNN.VideoEndSlate(‘body-text_2’);function findNextVideo(currentVideoId) {var i,vidObj;if (currentVideoId && jQuery.isArray(currentVideoCollection) && currentVideoCollection.length > 0) {for (i = 0; i 0) {videoEndSlateImpl.showEndSlateForContainer();if (mobilePinnedView) {mobilePinnedView.disable();}}}}callbackObj = {onPlayerReady: function (containerId) {var playerInstance,containerClassId = ‘#’ + containerId;CNN.VideoPlayer.handleInitialExpandableVideoState(containerId);CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, CNN.pageVis.isDocumentVisible());if (CNN.Features.enableMobileWebFloatingPlayer &&Modernizr &&(Modernizr.phone || Modernizr.mobile || Modernizr.tablet) &&CNN.VideoPlayer.getLibraryName(containerId) === ‘fave’ &&jQuery(containerClassId).parents(‘.js-pg-rail-tall__head’).length > 0 &&CNN.contentModel.pageType === ‘article’) {playerInstance = FAVE.player.getInstance(containerId);mobilePinnedView = new CNN.MobilePinnedView({element: jQuery(containerClassId),enabled: false,transition: CNN.MobileWebFloatingPlayer.transition,onPin: function () {playerInstance.hideUI();},onUnpin: function () {playerInstance.showUI();},onPlayerClick: function () {if (mobilePinnedView) {playerInstance.enterFullscreen();playerInstance.showUI();}},onDismiss: function() {CNN.Videx.mobile.pinnedPlayer.disable();playerInstance.pause();}});/* Storing pinned view on CNN.Videx.mobile.pinnedPlayer So that all players can see the single pinned player */CNN.Videx = CNN.Videx || {};CNN.Videx.mobile = CNN.Videx.mobile || {};CNN.Videx.mobile.pinnedPlayer = mobilePinnedView;}if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (jQuery(containerClassId).parents(‘.js-pg-rail-tall__head’).length) {videoPinner = new CNN.VideoPinner(containerClassId);videoPinner.init();} else {CNN.VideoPlayer.hideThumbnail(containerId);}}},onContentEntryLoad: function(containerId, playerId, contentid, isQueue) {CNN.VideoPlayer.showSpinner(containerId);},onContentPause: function (containerId, playerId, videoId, paused) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, paused);}},onContentMetadata: function (containerId, playerId, metadata, contentId, duration, width, height) {var endSlateLen = jQuery(document.getElementById(containerId)).parent().find(‘.js-video__end-slate’).eq(0).length;CNN.VideoSourceUtils.updateSource(containerId, metadata);if (endSlateLen > 0) {videoEndSlateImpl.fetchAndShowRecommendedVideos(metadata);}},onAdPlay: function (containerId, cvpId, token, mode, id, duration, blockId, adType) {/* Dismissing the pinnedPlayer if another video players plays an Ad */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onAdPause: function (containerId, playerId, token, mode, id, duration, blockId, adType, instance, isAdPause) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, isAdPause);}},onTrackingFullscreen: function (containerId, PlayerId, dataObj) {CNN.VideoPlayer.handleFullscreenChange(containerId, dataObj);if (mobilePinnedView &&typeof dataObj === ‘object’ &&FAVE.Utils.os === ‘iOS’ && !dataObj.fullscreen) {jQuery(document).scrollTop(mobilePinnedView.getScrollPosition());playerInstance.hideUI();}},onContentPlay: function (containerId, cvpId, event) {var playerInstance,prevVideoId;if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘restoreEpicAds’);}clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onContentReplayRequest: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);var $endSlate = jQuery(document.getElementById(containerId)).parent().find(‘.js-video__end-slate’).eq(0);if ($endSlate.length > 0) {$endSlate.removeClass(‘video__end-slate–active’).addClass(‘video__end-slate–inactive’);}}}},onContentBegin: function (containerId, cvpId, contentId) {if (mobilePinnedView) {mobilePinnedView.enable();}/* Dismissing the pinnedPlayer if another video players plays a video. */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);CNN.VideoPlayer.mutePlayer(containerId);if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘removeEpicAds’);}CNN.VideoPlayer.hideSpinner(containerId);clearTimeout(moveToNextTimeout);CNN.VideoSourceUtils.clearSource(containerId);jQuery(document).triggerVideoContentStarted();},onContentComplete: function (containerId, cvpId, contentId) {if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘restoreFreewheel’);}navigateToNextVideo(contentId, containerId);},onContentEnd: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(false);}}},onCVPVisibilityChange: function (containerId, cvpId, visible) {CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, visible);}};if (typeof configObj.context !== ‘string’ || configObj.context.length 0) {configObj.adsection = window.ssid;}CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;CNN.VideoPlayer.getLibrary(configObj, callbackObj, isLivePlayer);});CNN.INJECTOR.scriptComplete(‘videodemanddust’);
From 2006 to 2017, states that expanded Medicaid were significantly associated with lower rates of maternal death by about 7 deaths per 100,000 live births, relative to states that did not expand, according to the study published last week in the journal Women’s Health Issues.
“The largest reduction was among non-Hispanic black women, which I think is particularly significant because they have such a higher maternal mortality rate than Hispanic or non-Hispanic white women,” said study author Erica Eliason, a doctoral student researcher at Columbia University’s Columbia Population Research Center in New York.
“So the fact that it’s having the largest effect among that group could mean that it’s reducing the disparities in maternal mortality as well,” she said.
Medicaid expansion tied to positive gains for black babies
Eligible Americans can qualify for Medicaid based on income, household size, disability, family status and other factors, but the ACA allows states to expand Medicaid eligibility so that residents can qualify based solely on whether their household income level is a certain percentage below the federal poverty line.
The new study included data on maternal deaths across the United States from the National Center for Health Statistics and compared maternal death rates in states that implemented Medicaid expansion between 2006 and 2017 to those that did not.
The data showed that following Medicaid expansion implementation, the maternal death rate dropped in states that expanded the program compared to those that did not.
When women die in childbirth, these are the fathers left behind
“Trends in maternal mortality among expansion and non- expansion states have a slight separation that starts after the early Medicaid expansion period, with effects seen as early as 2012,” Eliason wrote in the study. The Affordable Care Act was signed into law in 2010.
“This separation continues throughout the duration of the study period, with a larger divergence occurring between expansion and non-expansion states beginning in 2015, the year after the majority of expansion states extended their Medicaid programs,” she wrote. “These results suggest that Medicaid expansion could be contributing to a relative decrease in the maternal mortality ratio in the United States compared to non-expansion states, while maternal mortality overall continues to rise.”
Medicaid expansion tied to 'timely' treatment for black cancer patients, study says
When it comes to Medicaid, the American College of Obstetricians and Gynecologists has supported extending coverage for women to one year after childbirth in order to reduce risk of complications, health emergencies and maternal deaths that can occur after giving birth.
Medicaid coverage typically is offered to women for up to 60 days after delivery. The House Energy and Commerce Committee in November advanced new legislation to offer incentives to states to continue Medicaid coverage for women for one year after delivery.
“This legislation would help ensure that moms receive care beyond that period for serious health conditions, including cardiovascular disease, postpartum depression, and opioid use, and close a huge gap in women’s health coverage during a time in which the Centers for Disease Control and Prevention show one-third of preventable maternal deaths occur,” ACOG President Dr. Ted Anderson said in a written statement in November.
Women dying from pregnancy and childbirth is still a problem in the United States, CDC report shows
Now ACOG looks forward “to collaborating with all members of Congress to bring these bills to the floor of the House and Senate,” he said in the statement.
The extension of Medicaid coverage for women up to one year postpartum also has been an area of research that Eliason hopes to focus on next.
“Women are losing coverage 60 days after childbirth and that is not enough health insurance access for women who recently gave birth,” she said. “I’m really hoping my study can make a difference.”
In 2018, the year with the most recent national data, a total of 658 women in the United States died while pregnant or within 42 days of the end of pregnancy, according to data released by the CDC’s National Center for Health Statistics in January.
The last time the NCHS published an official estimate of the US maternal mortality rate was more than a decade ago in 2007, which makes that new data “significant,” Dr. Michael Lu, dean of the School of Public Health at the University of California, Berkeley and former director of the federal Maternal and Child Health Bureau, who was not involved in the study, said in January.
The “most striking findings are the high overall mortality rate and large disparities — nothing new, but still deeply troubling,” Lu said about the CDC data.
“In 21st century America, in the richest and most powerful nation on Earth, no woman should ever die from pregnancy and childbirth: 658 deaths are 658 too many,” he said. “I believe we can cut maternal mortality in half by 2025, and eradicate maternal deaths in the US by 2050, by doing three things: learn from every maternal death, assure quality and safety of maternity care for all women and improve women’s health across their life course.”

Go to Source

Medicaid expansion tied to fewer maternal deaths, study says – CNN