CINXE.COM
The BMJ: Analysis
<!DOCTYPE html><html lang="en"><head><link rel="preload" as="image" imageSrcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75 2x"/><meta charSet="utf-8"/><meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover"/><link rel="shortcut icon" href="https://thebmj-frontend.bmj.com/next-resources/favicon.ico" type="image/vnd.microsoft.icon"/><title>The BMJ: Analysis</title><meta name="title" content="The BMJ: Analysis"/><meta name="twitter:title" content="The BMJ: Analysis"/><meta property="og:title" content="The BMJ: Analysis"/><meta name="description" content="An impartial look at the evidence on a topical clinical, scientific, ethical, or policy issue, by 3-4 co-authors whose diverse locations and perspectives help ensure relevance to a global, multidisciplinary audience"/><meta name="twitter:description" content="An impartial look at the evidence on a topical clinical, scientific, ethical, or policy issue, by 3-4 co-authors whose diverse locations and perspectives help ensure relevance to a global, multidisciplinary audience"/><meta property="og:description" content="An impartial look at the evidence on a topical clinical, scientific, ethical, or policy issue, by 3-4 co-authors whose diverse locations and perspectives help ensure relevance to a global, multidisciplinary audience"/><meta name="twitter:image" content="https://www.bmj.com/next-resources/the-bmj-logo.png"/><meta property="og:image" content="https://www.bmj.com/next-resources/the-bmj-logo.png"/><meta name="twitter:card" content="summary_large_image"/><meta property="og:url" content="https://www.bmj.com/news/analysis"/><meta name="next-head-count" content="15"/><link rel="preload" href="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" as="script" data-domain-script="565e50dd-f6e9-46d6-91cd-5c40a270264f"/><script async="" src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" type="text/javascript" data-domain-script="565e50dd-f6e9-46d6-91cd-5c40a270264f"></script><link rel="preload" href="https://thebmj-frontend.bmj.com/next-resources/oneTrust.js" as="script"/><script async="" src="https://thebmj-frontend.bmj.com/next-resources/oneTrust.js" type="text/javascript"></script><link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script"/><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><link rel="preconnect dns-prefetch" href="https://analytics.bmj.com"/><link rel="preconnect dns-prefetch" href="https://adservice.google.com"/><link rel="preconnect dns-prefetch" href="https://www.google-analytics.com"/><link rel="preconnect dns-prefetch" href="https://securepubads.g.doubleclick.net"/><link rel="preconnect dns-prefetch" href="https://cdn-eu.pagesense.io"/><link rel="preconnect dns-prefetch" href="https://popup.wisepops.com"/><link rel="preconnect dns-prefetch" href="https://www.medtargetsystem.com"/><link rel="preconnect dns-prefetch" href="https://secure.polldaddy.com"/><link rel="preconnect dns-prefetch" href="https://cdn.pbgrd.com/core-bmj.js?t=1653636702"/><script async="" type="text/javascript" src="https://cdn.pbgrd.com/core-bmj.js?t=1653636702"></script><script async=""> var topBottomSizes = [ { label: "xs", breakpoint: "20em", sizes: [ [300, 50], [320, 100], ], }, { label: "sm", breakpoint: "30em", sizes: [[468, 60]] }, { label: "lg", breakpoint: "46em", sizes: [[728, 90]] }, { label: "xl", breakpoint: "61em", sizes: [[970, 90]] }, { label: "xxl", breakpoint: "80em", sizes: [[970, 250]] }, ].reduce(function (e, t) { var a = [].concat(e) return ( window.matchMedia("screen and (min-width: " + t.breakpoint + ")") .matches && (a = a.concat(t.sizes)), a ) }, []), mpu1Size = [300, 600], mpu2Size = [300, 250], googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function () { googletag .defineSlot( "/21798771943/BMJ.com_HomePage_TOPBanner", topBottomSizes, "div-gpt-ad-7326006-1" ) .addService(googletag.pubads()) .setTargeting("pgid", "pubgrade_lib_disabled"); googletag .defineSlot( "/21798771943/BMJ.com_HomePage_MPU1", mpu1Size, "div-gpt-ad-7326006-2" ) .addService(googletag.pubads()); googletag .defineSlot( "/21798771943/BMJ.com_HomePage_MPU2", mpu2Size, "div-gpt-ad-7326006-3" ) .addService(googletag.pubads()); googletag.pubads().setTargeting("url", window.parent.location.pathname); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }) </script><script async=""> function parseCookies() { let cookieHeader = document.cookie || ""; let cookies = Object.fromEntries( cookieHeader.split("; ").map((c) => c.split("=")) ); for (let key in cookies) { if (cookies[key] === "undefined") { cookies[key] = undefined; } } return cookies; } function uuidv4() { var d = new Date().getTime(); //Timestamp var d2 = (typeof performance !== "undefined" && performance.now && performance.now() * 1000) || 0; //Time in microseconds since page-load or 0 if unsupported return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function (c) { var r = Math.random() * 16; //random number between 0 and 16 if (d > 0) { //Use timestamp until depleted r = (d + r) % 16 | 0; d = Math.floor(d / 16); } else { //Use microseconds since page-load if supported r = (d2 + r) % 16 | 0; d2 = Math.floor(d2 / 16); } return (c === "x" ? r : (r & 0x3) | 0x8).toString(16); }); } function handleCookie() { let cookies = parseCookies(); let bmj_uuid = cookies.bmj_uuid; if (!bmj_uuid) { bmj_uuid = uuidv4(); cookies.bmj_uuid = bmj_uuid; } return { bmj_uuid }; } let { bmj_uuid } = handleCookie(); let bmj_ppid = parseCookies().bmj_ppid; window.dataLayer = window.dataLayer || []; function checkUserLoginStatus(dataLayer) { const userMail = dataLayer.find((item) => item.user)?.user?.mail; if (!userMail) { return false; } return userMail !== anonMailId; } const anonMailId = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; let nonAnonMailId = dataLayer.find((item) => item.user)?.user?.mail === anonMailId ? null : dataLayer.find((item) => item.user)?.user?.mail; let userId = dataLayer.find((item) => item.user)?.user?.["data-ics"] ?? (dataLayer.find((item) => item.user)?.user?.mail && nonAnonMailId) ?? bmj_ppid ?? bmj_uuid; googletag.cmd.push(function () { googletag.pubads().setPublisherProvidedId(userId); googletag.pubads().setTargeting("islogged", checkUserLoginStatus(dataLayer) ? "true" : "false"); googletag.enableServices(); }); document.cookie = "bmj_ppid=" + userId + "; domain=.bmj.com; path=/; max-age=31622400; SameSite=None; Secure"; document.cookie = "bmj_uuid=" + bmj_uuid + "; domain=.bmj.com; path=/; max-age=31622400; SameSite=None; Secure"; window.dataLayer.push({ bmj_uuid: bmj_uuid, }); </script><script async="">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://analytics.bmj.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NF7HCLL');</script><link rel="preload" href="/_next/static/css/0125e1088e5e73c9.css" as="style"/><link rel="stylesheet" href="/_next/static/css/0125e1088e5e73c9.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-6ef43a8d4a395f49.js" defer=""></script><script src="/_next/static/chunks/framework-3b5a00d5d7e8d93b.js" defer=""></script><script src="/_next/static/chunks/main-fc788ce92ccfeb2d.js" defer=""></script><script src="/_next/static/chunks/pages/_app-68563fa3593348f3.js" defer=""></script><script src="/_next/static/chunks/100-933a18c4a3ce9023.js" defer=""></script><script src="/_next/static/chunks/363-c279d1e5e0049870.js" defer=""></script><script src="/_next/static/chunks/pages/%5Bslug%5D/%5BarticleType%5D-bc03eeb8e17154d1.js" defer=""></script><script src="/_next/static/8jC_R7aE1p2nLhz3DYNM7/_buildManifest.js" defer=""></script><script src="/_next/static/8jC_R7aE1p2nLhz3DYNM7/_ssgManifest.js" defer=""></script></head><body><noscript><iframe src="https://analytics.bmj.com/ns.html?id=GTM-NF7HCLL" height="0" width="0" style="display:none;visibility:hidden;"></iframe></noscript><div id="__next"><div><div class="undefined flex justify-center items-center min-w-[auto] min-h-[100px] md:min-h-[250px]"><div id="div-gpt-ad-7326006-1" data-testid="top-ad-slot" class="flex justify-center items-center w-[auto] h-[100px] md:h-[250px]"></div></div><div data-testid="page-with-menu" class="transition-transform duration-300 ease-in-out"><div class="text-center">Intended for healthcare professionals</div><section class="hidden sm:flex bg-bmj-grey-30"><section class="max-w-[80rem] px-sm mx-auto w-full"><div data-testid="user-bar" class="flex justify-end items-center"><a data-testid="our-company" href="https://www.bmj.com/company" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Our Company</a><a data-testid="subscribe" href="https://www.bmj.com/uk/subscribe" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Subscribe</a><a data-testid="my-account" href="https://myaccount.bmj.com/myaccount/account/hw-registration.html" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">My Account</a><a data-testid="login" href="https://www.bmj.com/user/login" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Login</a></div></section></section><nav class="bg-bmj-blue-500 relative z-20 w-full" data-headlessui-state=""><div data-testid="menu-bar" class="mx-auto sm2:px-4 lg2:px-6 px-[0.4rem] lg2:pr-0"><div class="relative flex h-16"><button class="lg2:hidden inline-flex items-center justify-center rounded-md p-2 sm2:p-0 text-white hover:bg-bmj-blue-500 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-white dark:focus:ring-transparent max-w-[80rem] mx-auto"><span class="sr-only">Open main menu</span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" class="block h-6 w-6"><path fill-rule="evenodd" d="M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10zm0 5.25a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z" clip-rule="evenodd"></path></svg></button><div class="flex w-full items-center max-w-[80rem] mx-auto"><a href="/" class="flex items-center"><div class="leading-0 ml-[0.20rem] mr-[0.5rem]" data-testid="logo"><img alt="The BMJ Logo" layout="fixed" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75" width="110" height="40" decoding="async" data-nimg="1" class="min-w-full w-[6.87rem] mr-2 ml-[0.20rem]" loading="eager" style="color:transparent"/></div></a><div data-testid="desktop-menu" class="hidden sm2:hidden md2:flex md2:justify-between md2:w-full lg2:flex lg2:justify-start lg2:w-auto"><div class="flex w-full justify-between flex-shrink-0"><section class="flex"><a data-testid="covid-19" href="/coronavirus" class="block px-2 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">covid-19</a><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="research" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rj5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Research<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="education" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rl5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Education<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="news-views" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rn5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">News & Views<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="campaigns" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rp5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Campaigns<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="jobs" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rr5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Jobs<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div></section><section class="lg2:flex flex-row md2:hidden md2:ml-[5rem]"><a data-testid="archive" href="/archive" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">Archive</a><a data-testid="for-authors" href="/about-bmj/resources-authors" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">For authors</a><a data-testid="hosted" href="http://hosted.bmj.com" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">Hosted</a></section></div><div class="hidden md2:block lg2:block absolute lg2:static right-[6px]"><a class="text-white flex items-center p-4 lg2:py-5 md2:py-[20px] text-lg leading-5 hover:bg-bmj-blue-400 hover:text-white group" href="/search/advanced" data-testid="search" aria-label="Search"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" class="text-[1.5rem] pr-[0.3rem] text-bmj-blue-300 group-hover:text-white"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><span class="hidden lg2:inline">Search</span></a></div></div></div></div></div><div data-testid="mobile-menu" class="-translate-x-full fixed top-0 left-0 w-[16rem] h-screen bg-bmj-blue-500 z-10 transform transition-transform duration-300 ease-in-out overflow-y-auto sm2:mt-[3.5rem] md2:mt-[3.5rem] lg2:mt-0 mt-[1.5rem]"><div class="md2:hidden text-left"><a href="/coronavirus" class="text-lg px-4 block text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30 py-[18px]">covid-19</a><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="research" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R16b76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Research<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="education" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1ab76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Education<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="news-views" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1eb76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">News & Views<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="campaigns" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1ib76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Campaigns<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="jobs" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1mb76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Jobs<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div></div><section class="flex flex-col text-lg"><a data-testid="archive" href="/archive" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">Archive</a><a data-testid="for-authors" href="/about-bmj/resources-authors" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">For authors</a><a data-testid="hosted" href="http://hosted.bmj.com" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">Hosted</a></section></div><div class="md2:hidden absolute right-[8px] bottom-[5px]"><a class="text-white flex items-center p-4 lg2:py-5 md2:py-[20px] text-lg leading-5 hover:bg-bmj-blue-400 hover:text-white group" href="/search/advanced" data-testid="search" aria-label="Search"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" class="text-[1.5rem] pr-[0.3rem] text-bmj-blue-300 group-hover:text-white"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><span class="hidden lg2:inline">Search</span></a></div></nav><div class=""><div><div class="w-full max-w-[80rem] mx-auto pt-sm md:pt-lg pb-xl px-sm"><div data-testid="breadcrumbs"><span class="text-font-color-medium leading-4 text-xs"><a class="no-underline text-font-color-link hover:underline" href="/">Home</a><span class="mx-xsm">/</span></span><span class="text-font-color-medium leading-4 text-xs"><a class="no-underline text-font-color-link hover:underline" href="/news">News & Views</a><span class="mx-xsm">/</span></span><span class="text-[0.75rem] leading-[1rem] text-font-color-medium">Analysis</span></div><h1 class="font-normal text-[1.625rem] md:text-[2.125rem] leading-[2.25rem] md:leading-[2.5rem] text-font-color-extra-dark mt-sm md:mt-md">Analysis</h1><section class="mt-xsm md:mt-sm"><span class="text-bmj-grey-700" data-testid="channel-page-summary">Showing results 1-100</span><div data-testid="channel-page-order" class="hidden md:inline-block ml-[2rem]"><span class="text-bmj-grey-700">Sorted by:</span><span class="ml-xsm text-bmj-grey-700">Most recent</span></div></section><div data-testid="article-list-separator" class="mt-lg mb-xsm border-t undefined border-solid"></div><div class="flex"><div class="w-1/2 pr-2"><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-080391"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Fragile promise of psychedelics in psychiatry</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 19, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-080380"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How outsourcing has contributed to England’s social care crisis</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 13, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj.bmj-2023-076772"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Democratise and decolonise to decarbonise: how to reap health and climate benefits of transport infrastructure in Africa</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 11, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-081720"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Patients deserve better information on new drugs</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 29, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-076764"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Non-pharmacological interventions for prevention and treatment of non-communicable diseases with experiences from China</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-076768"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Bridging the digital divide to promote prevention and control of non-communicable diseases for all in China and beyond</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-076529"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Burden of non-communicable diseases due to population ageing in China: challenges to healthcare delivery and long term care services</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-079197"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Reducing inequity through tackling social determinants of cardiovascular diseases in China</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-076767"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Frailty as a breakthrough point for multimorbidity management among older adults: challenges and opportunities in China</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-080208"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Health information for all: do large language models bridge or widen the digital divide?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 11, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-077674"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Potential of urban health systems in climate response is being overlooked</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 8, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-077927"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Protecting healthcare and patient pathways from infection and antimicrobial resistance</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078531"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Non-communicable diseases: research priorities to mitigate impact of health system shocks</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078339"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Neither seen nor heard: the evidence gap on the effect of covid-19 on mental health in children</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078647"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Foresight approaches for future health shocks: integration into policy making and accompanying research priorities</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078445"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Research across multiple disciplines to respond to health shocks</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-080528"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Non-pharmaceutical interventions: evaluating challenges and priorities for future health shocks</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078464"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Building public trust in preparation for future health shocks: a research agenda</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078997"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Workforce research priorities for resilience to future health shocks—and the workforce crisis</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 7, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-080641"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The case for patient involvement in medical curriculum development</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 26, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-077139"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Holistic modelling as a catalyst for effective obesity policy</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 10, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-079701"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Navigating US participant data sharing requirements: implications for international clinical trials</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 6, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-081515"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When is enough, enough? Humanitarian rights and protection for children in conflict settings must be revisited</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 4, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078639"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Breaking the societal silence on domestic violence against women in China: the role of mental health services</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078641"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How can China achieve WHO’s 2030 targets for eliminating cervical cancer?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078642"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Optimising contraceptive services as fertility rates fall in China</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078643"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Improving integrated perinatal care for women with hepatitis B in China</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078636"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Empowering new mothers in China: role of paediatric care in screening and management of postpartum depression</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078640"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Improving maternal healthcare further in China at a time of low maternal mortality</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078637"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Research needs for birth defect prevention and control in China in the genomic screening era</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078638"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Tackling social and behavioural risk factors for cardiovascular diseases in Chinese women</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078635"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How can China tackle its declining fertility rate?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-077941"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Are alternative payment models the answer to the failures of pay-for-performance?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 28, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-079929"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How to maintain trustworthiness when doctors act as policy advocates</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 13, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-079542"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Surrogacy needs to be regulated, not prohibited</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 5, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2024-080209"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Brazil should use its G20 leadership to support public health systems and promote decolonisation of global health</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 23, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078960"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Strengthening systems of accountability for women’s leadership in the health sector</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 17, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078927"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Dismantling the structures of inequality: why we need feminist leadership in the health sector</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 17, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-078351"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Health systems in India: analysing barriers to inclusive health leadership through a gender lens</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 17, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/386/bmj-2023-076862"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Does frailty need a new name?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 9, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-075645"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The complex links between social media and health behaviour</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">June 20, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-076478"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Communication inequalities and incomplete data hinder understanding of how social media affect vaccine uptake</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">June 20, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2024-079940"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Political dimensions of misinformation, trust, and vaccine confidence in a digital age</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">June 20, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2024-079444"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Wider use of tranexamic acid to reduce surgical bleeding could benefit patients and health systems</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">June 12, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-078303"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Why digital innovation may not reduce healthcare’s environmental footprint</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">June 3, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-076797"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Tackling the excesses of pharmaceutical marketing</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">May 21, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-077087"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Diagnosing cancer in English community pharmacies</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">May 13, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-076957"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Health systems and environmental sustainability</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 30, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-077111"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Achieving more equitable access to assisted reproduction</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 26, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-077776"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Refocusing the WHO’s Model List of Essential Medicines on the needs of low and middle income countries</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 16, 2024</span></div></div></section></div><div class="w-1/2 pl-2"><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2024-079389"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">NHS and the whole of society must act on social determinants of health</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 11, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2024-079259"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Sustainability is critical for future proofing the NHS</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 11, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-076476"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Future proofing health in response to climate change and rapid urbanisation in Africa</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 8, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-075485"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Can current interlinked crises stimulate the structural and policy choices required for healthy societies?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 8, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/385/bmj-2023-075613"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">NHS hospital capacity during covid-19: overstretched staff and systems</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">April 3, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2024-079474"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The future of the NHS depends on its workforce</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">March 27, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2024-079341"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">NHS funding for a secure future</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">March 20, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076774"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Statins, risk, and personalised care</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">March 18, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-077550"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Minimum unit pricing for alcohol saves lives, so why is it not implemented more widely?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">March 12, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-077060"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Challenges of using whole genome sequencing in newborn screening</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">March 5, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-078133"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Raising the bar for disclosure of industry payments to doctors</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 29, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076518"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Correcting the scientific record on abortion and mental health outcomes</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 27, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076106"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Race, racism, and covid-19 in the US: lessons not learnt</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 26, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076138"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">US FDA breakthrough therapy designation and consumer drug advertising: a recipe for confusion</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 21, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076975"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 in US jails and prisons: implications for the next public health crisis</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 19, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076710"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How corporations co-opt feminist narratives to influence women’s health</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 14, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076269"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Legal infrastructure for pandemic response: lessons not learnt in the US</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 12, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2022-073448"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">ADHD in children: more focus on care and support, less on diagnosis</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 8, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076969"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">US public health after covid-19: learning from failures</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">February 5, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-078903"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The NHS founding principles are still appropriate today</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 31, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076623"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">US workers during the covid-19 pandemic</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 29, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076175"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Data to knowledge to improvement: creating the learning health system</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 25, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-075564"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Using social media to build confidence in vaccines: lessons from community engagement and social science research in Africa</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 16, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076542"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Behavioural interventions to reduce vaccine hesitancy driven by misinformation on social media</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 16, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-076123"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Improving the transparency and reliability of observational studies through registration</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 9, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2022-073833"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Applying global lessons to protect abortion access in the United States</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">January 3, 2024</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076792"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The politics of health system quality: how to ignite demand</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">December 11, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076331"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Embedding implementation research to cross the quality of care chasm during the covid-19 pandemic and beyond</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">December 11, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076515"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Inconsistent definitions of labour progress and over-medicalisation cause unnecessary harm during birth</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">December 6, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2022-074751"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">UK policy response to female genital mutilation needs urgent rethink</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 23, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2022-074584"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Can general practice still provide meaningful continuity of care?</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 14, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2022-073042"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Removal or ablation of asymptomatic lung metastases should be reconsidered</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076441"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Burden of proof: combating inaccurate citation in biomedical literature</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">November 6, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076092"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Tackling racism in maternal health</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 24, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2022-073991"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Maternal and neonatal trauma during forceps and vacuum delivery must not be overlooked</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 19, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075736"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">High but decreasing prevalence of overweight in preschool children: encouragement for further action</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075354"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Social, clinical, and policy implications of ultra-processed food addiction</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076810"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Interwoven challenges of covid-19, poor diet, and cardiometabolic health</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075179"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Nutrition could prevent or promote non-alcoholic fatty liver disease: an opportunity for intervention</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075293"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Non-sugar sweeteners: helpful or harmful? The challenge of developing intake recommendations with the available research</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075294"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Ultra-processed foods and cardiometabolic health: public health policies to reduce consumption cannot wait</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-075180"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Evidence for clinical interventions targeting the gut microbiome in cardiometabolic disease</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/383/bmj-2023-076381"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Environmental sustainability in healthcare systems: role of frugal innovation</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">October 2, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2023-076173"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Unethical pharma marketing requires collective responsibility</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 19, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2023-075773"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Consent in cluster randomised trials: the new EU Clinical Trials Regulation does not provide sufficient guidance</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 13, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2023-075476"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Better data on unmet healthcare need can strengthen global monitoring of universal health coverage</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">September 5, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2023-075031"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Countering sex and gender bias in cardiovascular research requires more than equal recruitment</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 30, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2022-074652"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Appendicectomy remains treatment of choice for patients with acute appendicitis</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 21, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2023-074934"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Stigma is stopping an evidence based response to drug overdose deaths</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">August 9, 2023</span></div></div></section><section class="py-2 md:py-3 flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/382/bmj-2022-074265"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Re-evaluating national screening for chronic kidney disease in the UK</h2></a><div><div class="flex text-xs leading-4 mb-2 text-bmj-grey-600 pt-2"><span data-testid="article-entry-date" class="whitespace-nowrap">July 31, 2023</span></div></div></section></div></div><div data-testid="article-list-separator" class="mt-md md:mt-sm border-t undefined border-solid"></div><span class="mt-sm text-bmj-grey-700">Can’t find what you’re looking for?</span><a class="text-font-color-link block mt-1 hover:underline hover:text-font-color-link-hover" href="/search/advanced/toc_section%3Aanalysis%20numresults%3A50%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Astandard?page=1">Continue to all analysis articles</a></div></div><div data-testid="page-footer" class="footer bg-bmj-blue-500"><div class="max-w-[80rem] px-sm mx-auto"><div class="grid-cols-cols-1-1 md:grid-cols-cols-1-1-1-1 bg-bmj-blue-500 text-white grid gap-x-3 gap-y-1 grid-mobile grid-tablet grid-desktop"><div data-testid="follow-us-on" style="grid-area:follow-us-on"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Follow us on</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 flex flex-row flex-wrap sm:flex-col [&>li]:mr-8 sm:[&>li]:mr-0"><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://twitter.com/bmj_latest" alt="Twitter" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 01-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"></path></svg><span class="hover:underline">Twitter</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.facebook.com/bmjdotcom" alt="Facebook" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" data-testid="media-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48A48 48 0 000 80v352a48 48 0 0048 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0048-48V80a48 48 0 00-48-48z"></path></svg><span class="hover:underline">Facebook</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://youtube.com/user/BMJmedia" alt="YouTube" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"></path></svg><span class="hover:underline">YouTube</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://feeds.bmj.com/bmj/recent" alt="RSS" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z"></path></svg><span class="hover:underline">RSS</span></a></li></ul></div><div data-testid="content-links" style="grid-area:content-links"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Content links</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/collections" alt="Collections" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Collections</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/health-in-south-asia" alt="Health in South Asia" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Health in South Asia</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/content/women%E2%80%99s-children%E2%80%99s-and-adolescents%E2%80%99-health-0" alt="Women’s, children’s & adolescents’ health" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Women’s, children’s & adolescents’ health</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/freezikaresources" alt="Zika virus" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Zika virus</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/research" alt="Research" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Research</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/education" alt="Education" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Education</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/news" alt="News and views" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">News and views</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://blogs.bmj.com/bmj/" alt="BMJ Opinion" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Opinion</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/rapid-responses" alt="Rapid responses" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Rapid responses</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/archive" alt="Archive" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Archive</span></a></li></ul></div><div data-testid="about-us" style="grid-area:about-us"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">About us</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj" alt="About us" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">About us</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff" alt="Editorial staff" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Editorial staff</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff/bmj-united-states" alt="BMJ in the USA" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in the USA</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/health-in-latin-america" alt="BMJ in Latin America" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in Latin America</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff/bmj-south-asia" alt="BMJ in South Asia" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in South Asia</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/advisory-panels" alt="Advisers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Advisers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-authors/forms-policies-and-checklists" alt="Policies" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Policies</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://mc.manuscriptcentral.com/bmj" alt="Submit your paper" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Submit your paper</span></a></li></ul></div><div data-testid="resources" style="grid-area:resources"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Resources</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-authors" alt="Authors" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Authors</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-reviewers" alt="Reviewers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Reviewers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-bma-members" alt="BMA members" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMA members</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-readers" alt="Readers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Readers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-subscribers" alt="Subscribers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Subscribers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-advertisers-and-sponsors" alt="Advertisers and sponsors" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Advertisers and sponsors</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-media" alt="Media" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Media</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://recruiter.bmj.com/" alt="Recruiters" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Recruiters</span></a></li></ul></div><div data-testid="explore-bmj" style="grid-area:explore-bmj"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Explore BMJ</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/company/?int_source=tbmj&int_medium=footer&int_campaign=URLswitch" alt="Our company" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Our company</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://jobs.bmj.com/" alt="BMJ Careers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Careers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://learning.bmj.com/" alt="BMJ Learning" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Learning</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://masterclasses.bmj.com/" alt="BMJ Masterclasses" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Masterclasses</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://journals.bmj.com/" alt="BMJ Journals" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Journals</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/student" alt="BMJ Student" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Student</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/about-bmj/resources-readers" alt="Academic edition of The BMJ" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Academic edition of The BMJ</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://bestpractice.bmj.com/" alt="BMJ Best Practice" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Best Practice</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://thebmjawards.bmj.com/home" alt="The BMJ Awards" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">The BMJ Awards</span></a></li></ul></div><div data-testid="my-account" style="grid-area:my-account"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">My account</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://myaccount.bmj.com/myaccount/account/hw-registration.html" alt="Email alerts" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Email alerts</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://journals.bmj.com/cgi/activate" alt="Activate subscription" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Activate subscription</span></a></li></ul></div><div data-testid="information" style="grid-area:information"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Information</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/contact-us" alt="Contact us" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Contact us</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/complaints-procedure" alt="Complaints" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Complaints</span></a></li></ul></div><div data-testid="quick-links" style="grid-area:quick-links" class="text-center"><a href="#!" id="ot-sdk-btn" class="ot-sdk-show-settings !leading-[1.5rem] !text-white bg-bmj-blue-500 hover:underline hover:!bg-bmj-blue-500 !text-[0.875rem] !border-r-[1px] !border-solid !border-white !border-0 !px-[0.31rem] !py-0 !inline-flex" alt="Cookie settings">Cookie settings</a><a data-testid="quick-links" href="https://www.bmj.com/company/your-privacy/cookies-policy/" alt="Cookie Policy" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Cookie Policy</span></a><a data-testid="quick-links" href="https://www.bmj.com/company/your-privacy/" alt="Privacy policy" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Privacy policy</span></a><a data-testid="quick-links" href="http://www.bmj.com/company/legal-information/" alt="Website T&Cs" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Website T&Cs</span></a><a data-testid="quick-links" href="http://group.bmj.com/group/about/revenue-sources" alt="Revenue Sources" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Revenue Sources</span></a><a data-testid="quick-links" href="http://home.highwire.org/" alt="HighWire Press" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">HighWire Press</span></a><a data-testid="quick-links" href="https://www.bmj.com/sitemap" alt="Sitemap" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Sitemap</span></a></div><div data-testid="copyright" class="text-center" style="grid-area:copyright"><span>Copyright © <!-- -->2024<!-- --> BMJ Publishing Group Ltd</span></div></div></div></div></div></div></div></div><script type="text/javascript">if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach }</script><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"totalPages":"4","results":[{"title":"Fragile promise of psychedelics in psychiatry","url":"/content/387/bmj-2024-080391","date":"November 19, 2024"},{"title":"How outsourcing has contributed to England’s social care crisis","url":"/content/387/bmj-2024-080380","date":"November 13, 2024"},{"title":"Democratise and decolonise to decarbonise: how to reap health and climate benefits of transport infrastructure in Africa","url":"/content/387/bmj.bmj-2023-076772","date":"November 11, 2024"},{"title":"Patients deserve better information on new drugs","url":"/content/387/bmj-2024-081720","date":"October 29, 2024"},{"title":"Non-pharmacological interventions for prevention and treatment of non-communicable diseases with experiences from China","url":"/content/387/bmj-2023-076764","date":"October 18, 2024"},{"title":"Bridging the digital divide to promote prevention and control of non-communicable diseases for all in China and beyond","url":"/content/387/bmj-2023-076768","date":"October 18, 2024"},{"title":"Burden of non-communicable diseases due to population ageing in China: challenges to healthcare delivery and long term care services","url":"/content/387/bmj-2023-076529","date":"October 18, 2024"},{"title":"Reducing inequity through tackling social determinants of cardiovascular diseases in China","url":"/content/387/bmj-2024-079197","date":"October 18, 2024"},{"title":"Frailty as a breakthrough point for multimorbidity management among older adults: challenges and opportunities in China","url":"/content/387/bmj-2023-076767","date":"October 18, 2024"},{"title":"Health information for all: do large language models bridge or widen the digital divide?","url":"/content/387/bmj-2024-080208","date":"October 11, 2024"},{"title":"Potential of urban health systems in climate response is being overlooked","url":"/content/387/bmj-2023-077674","date":"October 8, 2024"},{"title":"Protecting healthcare and patient pathways from infection and antimicrobial resistance","url":"/content/387/bmj-2023-077927","date":"October 7, 2024"},{"title":"Non-communicable diseases: research priorities to mitigate impact of health system shocks","url":"/content/387/bmj-2023-078531","date":"October 7, 2024"},{"title":"Neither seen nor heard: the evidence gap on the effect of covid-19 on mental health in children","url":"/content/387/bmj-2023-078339","date":"October 7, 2024"},{"title":"Foresight approaches for future health shocks: integration into policy making and accompanying research priorities","url":"/content/387/bmj-2023-078647","date":"October 7, 2024"},{"title":"Research across multiple disciplines to respond to health shocks","url":"/content/387/bmj-2023-078445","date":"October 7, 2024"},{"title":"Non-pharmaceutical interventions: evaluating challenges and priorities for future health shocks","url":"/content/387/bmj-2024-080528","date":"October 7, 2024"},{"title":"Building public trust in preparation for future health shocks: a research agenda","url":"/content/387/bmj-2023-078464","date":"October 7, 2024"},{"title":"Workforce research priorities for resilience to future health shocks—and the workforce crisis","url":"/content/387/bmj-2023-078997","date":"October 7, 2024"},{"title":"The case for patient involvement in medical curriculum development","url":"/content/386/bmj-2024-080641","date":"September 26, 2024"},{"title":"Holistic modelling as a catalyst for effective obesity policy","url":"/content/386/bmj-2023-077139","date":"September 10, 2024"},{"title":"Navigating US participant data sharing requirements: implications for international clinical trials","url":"/content/386/bmj-2024-079701","date":"September 6, 2024"},{"title":"When is enough, enough? Humanitarian rights and protection for children in conflict settings must be revisited","url":"/content/386/bmj-2024-081515","date":"September 4, 2024"},{"title":"Breaking the societal silence on domestic violence against women in China: the role of mental health services","url":"/content/386/bmj-2023-078639","date":"August 30, 2024"},{"title":"How can China achieve WHO’s 2030 targets for eliminating cervical cancer?","url":"/content/386/bmj-2023-078641","date":"August 30, 2024"},{"title":"Optimising contraceptive services as fertility rates fall in China","url":"/content/386/bmj-2023-078642","date":"August 30, 2024"},{"title":"Improving integrated perinatal care for women with hepatitis B in China","url":"/content/386/bmj-2023-078643","date":"August 30, 2024"},{"title":"Empowering new mothers in China: role of paediatric care in screening and management of postpartum depression","url":"/content/386/bmj-2023-078636","date":"August 30, 2024"},{"title":"Improving maternal healthcare further in China at a time of low maternal mortality","url":"/content/386/bmj-2023-078640","date":"August 30, 2024"},{"title":"Research needs for birth defect prevention and control in China in the genomic screening era","url":"/content/386/bmj-2023-078637","date":"August 30, 2024"},{"title":"Tackling social and behavioural risk factors for cardiovascular diseases in Chinese women","url":"/content/386/bmj-2023-078638","date":"August 30, 2024"},{"title":"How can China tackle its declining fertility rate?","url":"/content/386/bmj-2023-078635","date":"August 30, 2024"},{"title":"Are alternative payment models the answer to the failures of pay-for-performance?","url":"/content/386/bmj-2023-077941","date":"August 28, 2024"},{"title":"How to maintain trustworthiness when doctors act as policy advocates","url":"/content/386/bmj-2024-079929","date":"August 13, 2024"},{"title":"Surrogacy needs to be regulated, not prohibited","url":"/content/386/bmj-2024-079542","date":"August 5, 2024"},{"title":"Brazil should use its G20 leadership to support public health systems and promote decolonisation of global health","url":"/content/386/bmj-2024-080209","date":"July 23, 2024"},{"title":"Strengthening systems of accountability for women’s leadership in the health sector","url":"/content/386/bmj-2023-078960","date":"July 17, 2024"},{"title":"Dismantling the structures of inequality: why we need feminist leadership in the health sector","url":"/content/386/bmj-2023-078927","date":"July 17, 2024"},{"title":"Health systems in India: analysing barriers to inclusive health leadership through a gender lens","url":"/content/386/bmj-2023-078351","date":"July 17, 2024"},{"title":"Does frailty need a new name?","url":"/content/386/bmj-2023-076862","date":"July 9, 2024"},{"title":"The complex links between social media and health behaviour","url":"/content/385/bmj-2023-075645","date":"June 20, 2024"},{"title":"Communication inequalities and incomplete data hinder understanding of how social media affect vaccine uptake","url":"/content/385/bmj-2023-076478","date":"June 20, 2024"},{"title":"Political dimensions of misinformation, trust, and vaccine confidence in a digital age","url":"/content/385/bmj-2024-079940","date":"June 20, 2024"},{"title":"Wider use of tranexamic acid to reduce surgical bleeding could benefit patients and health systems","url":"/content/385/bmj-2024-079444","date":"June 12, 2024"},{"title":"Why digital innovation may not reduce healthcare’s environmental footprint","url":"/content/385/bmj-2023-078303","date":"June 3, 2024"},{"title":"Tackling the excesses of pharmaceutical marketing","url":"/content/385/bmj-2023-076797","date":"May 21, 2024"},{"title":"Diagnosing cancer in English community pharmacies","url":"/content/385/bmj-2023-077087","date":"May 13, 2024"},{"title":"Health systems and environmental sustainability","url":"/content/385/bmj-2023-076957","date":"April 30, 2024"},{"title":"Achieving more equitable access to assisted reproduction","url":"/content/385/bmj-2023-077111","date":"April 26, 2024"},{"title":"Refocusing the WHO’s Model List of Essential Medicines on the needs of low and middle income countries","url":"/content/385/bmj-2023-077776","date":"April 16, 2024"},{"title":"NHS and the whole of society must act on social determinants of health","url":"/content/385/bmj-2024-079389","date":"April 11, 2024"},{"title":"Sustainability is critical for future proofing the NHS","url":"/content/385/bmj-2024-079259","date":"April 11, 2024"},{"title":"Future proofing health in response to climate change and rapid urbanisation in Africa","url":"/content/385/bmj-2023-076476","date":"April 8, 2024"},{"title":"Can current interlinked crises stimulate the structural and policy choices required for healthy societies?","url":"/content/385/bmj-2023-075485","date":"April 8, 2024"},{"title":"NHS hospital capacity during covid-19: overstretched staff and systems","url":"/content/385/bmj-2023-075613","date":"April 3, 2024"},{"title":"The future of the NHS depends on its workforce","url":"/content/384/bmj-2024-079474","date":"March 27, 2024"},{"title":"NHS funding for a secure future","url":"/content/384/bmj-2024-079341","date":"March 20, 2024"},{"title":"Statins, risk, and personalised care","url":"/content/384/bmj-2023-076774","date":"March 18, 2024"},{"title":"Minimum unit pricing for alcohol saves lives, so why is it not implemented more widely?","url":"/content/384/bmj-2023-077550","date":"March 12, 2024"},{"title":"Challenges of using whole genome sequencing in newborn screening","url":"/content/384/bmj-2023-077060","date":"March 5, 2024"},{"title":"Raising the bar for disclosure of industry payments to doctors","url":"/content/384/bmj-2023-078133","date":"February 29, 2024"},{"title":"Correcting the scientific record on abortion and mental health outcomes","url":"/content/384/bmj-2023-076518","date":"February 27, 2024"},{"title":"Race, racism, and covid-19 in the US: lessons not learnt","url":"/content/384/bmj-2023-076106","date":"February 26, 2024"},{"title":"US FDA breakthrough therapy designation and consumer drug advertising: a recipe for confusion","url":"/content/384/bmj-2023-076138","date":"February 21, 2024"},{"title":"Covid-19 in US jails and prisons: implications for the next public health crisis","url":"/content/384/bmj-2023-076975","date":"February 19, 2024"},{"title":"How corporations co-opt feminist narratives to influence women’s health","url":"/content/384/bmj-2023-076710","date":"February 14, 2024"},{"title":"Legal infrastructure for pandemic response: lessons not learnt in the US","url":"/content/384/bmj-2023-076269","date":"February 12, 2024"},{"title":"ADHD in children: more focus on care and support, less on diagnosis","url":"/content/384/bmj-2022-073448","date":"February 8, 2024"},{"title":"US public health after covid-19: learning from failures","url":"/content/384/bmj-2023-076969","date":"February 5, 2024"},{"title":"The NHS founding principles are still appropriate today","url":"/content/384/bmj-2023-078903","date":"January 31, 2024"},{"title":"US workers during the covid-19 pandemic","url":"/content/384/bmj-2023-076623","date":"January 29, 2024"},{"title":"Data to knowledge to improvement: creating the learning health system","url":"/content/384/bmj-2023-076175","date":"January 25, 2024"},{"title":"Using social media to build confidence in vaccines: lessons from community engagement and social science research in Africa","url":"/content/384/bmj-2023-075564","date":"January 16, 2024"},{"title":"Behavioural interventions to reduce vaccine hesitancy driven by misinformation on social media","url":"/content/384/bmj-2023-076542","date":"January 16, 2024"},{"title":"Improving the transparency and reliability of observational studies through registration","url":"/content/384/bmj-2023-076123","date":"January 9, 2024"},{"title":"Applying global lessons to protect abortion access in the United States","url":"/content/384/bmj-2022-073833","date":"January 3, 2024"},{"title":"The politics of health system quality: how to ignite demand","url":"/content/383/bmj-2023-076792","date":"December 11, 2023"},{"title":"Embedding implementation research to cross the quality of care chasm during the covid-19 pandemic and beyond","url":"/content/383/bmj-2023-076331","date":"December 11, 2023"},{"title":"Inconsistent definitions of labour progress and over-medicalisation cause unnecessary harm during birth","url":"/content/383/bmj-2023-076515","date":"December 6, 2023"},{"title":"UK policy response to female genital mutilation needs urgent rethink","url":"/content/383/bmj-2022-074751","date":"November 23, 2023"},{"title":"Can general practice still provide meaningful continuity of care?","url":"/content/383/bmj-2022-074584","date":"November 14, 2023"},{"title":"Removal or ablation of asymptomatic lung metastases should be reconsidered","url":"/content/383/bmj-2022-073042","date":"November 9, 2023"},{"title":"Burden of proof: combating inaccurate citation in biomedical literature","url":"/content/383/bmj-2023-076441","date":"November 6, 2023"},{"title":"Tackling racism in maternal health","url":"/content/383/bmj-2023-076092","date":"October 24, 2023"},{"title":"Maternal and neonatal trauma during forceps and vacuum delivery must not be overlooked","url":"/content/383/bmj-2022-073991","date":"October 19, 2023"},{"title":"High but decreasing prevalence of overweight in preschool children: encouragement for further action","url":"/content/383/bmj-2023-075736","date":"October 9, 2023"},{"title":"Social, clinical, and policy implications of ultra-processed food addiction","url":"/content/383/bmj-2023-075354","date":"October 9, 2023"},{"title":"Interwoven challenges of covid-19, poor diet, and cardiometabolic health","url":"/content/383/bmj-2023-076810","date":"October 9, 2023"},{"title":"Nutrition could prevent or promote non-alcoholic fatty liver disease: an opportunity for intervention","url":"/content/383/bmj-2023-075179","date":"October 9, 2023"},{"title":"Non-sugar sweeteners: helpful or harmful? The challenge of developing intake recommendations with the available research","url":"/content/383/bmj-2023-075293","date":"October 9, 2023"},{"title":"Ultra-processed foods and cardiometabolic health: public health policies to reduce consumption cannot wait","url":"/content/383/bmj-2023-075294","date":"October 9, 2023"},{"title":"Evidence for clinical interventions targeting the gut microbiome in cardiometabolic disease","url":"/content/383/bmj-2023-075180","date":"October 9, 2023"},{"title":"Environmental sustainability in healthcare systems: role of frugal innovation","url":"/content/383/bmj-2023-076381","date":"October 2, 2023"},{"title":"Unethical pharma marketing requires collective responsibility","url":"/content/382/bmj-2023-076173","date":"September 19, 2023"},{"title":"Consent in cluster randomised trials: the new EU Clinical Trials Regulation does not provide sufficient guidance","url":"/content/382/bmj-2023-075773","date":"September 13, 2023"},{"title":"Better data on unmet healthcare need can strengthen global monitoring of universal health coverage","url":"/content/382/bmj-2023-075476","date":"September 5, 2023"},{"title":"Countering sex and gender bias in cardiovascular research requires more than equal recruitment","url":"/content/382/bmj-2023-075031","date":"August 30, 2023"},{"title":"Appendicectomy remains treatment of choice for patients with acute appendicitis","url":"/content/382/bmj-2022-074652","date":"August 21, 2023"},{"title":"Stigma is stopping an evidence based response to drug overdose deaths","url":"/content/382/bmj-2023-074934","date":"August 9, 2023"},{"title":"Re-evaluating national screening for chronic kidney disease in the UK","url":"/content/382/bmj-2022-074265","date":"July 31, 2023"}],"articleType":"Analysis","headingText":"Analysis","baseHeadingLevel":1,"breadcrumbs":[{"pageName":"Home","url":"/"},{"pageName":"News \u0026 Views","url":"/news"},{"pageName":"Analysis"}],"moreUrl":"/search/advanced/toc_section%3Aanalysis%20numresults%3A50%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Astandard?page=1","moreText":"Continue to all analysis articles","metadata":{"title":"The BMJ: Analysis","description":"An impartial look at the evidence on a topical clinical, scientific, ethical, or policy issue, by 3-4 co-authors whose diverse locations and perspectives help ensure relevance to a global, multidisciplinary audience","image":"https://www.bmj.com/next-resources/the-bmj-logo.png","currentPath":"/news/analysis"}},"__N_SSG":true},"page":"/[slug]/[articleType]","query":{"slug":"news","articleType":"analysis"},"buildId":"8jC_R7aE1p2nLhz3DYNM7","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>