CINXE.COM

The BMJ: Opinion

<!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&amp;w=110&amp;q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&amp;w=220&amp;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: Opinion</title><meta name="title" content="The BMJ: Opinion"/><meta name="twitter:title" content="The BMJ: Opinion"/><meta property="og:title" content="The BMJ: Opinion"/><meta name="description" content="The latest opinion and comment by our international audience of practising clinicians, healthcare professionals, researchers and policymakers"/><meta name="twitter:description" content="The latest opinion and comment by our international audience of practising clinicians, healthcare professionals, researchers and policymakers"/><meta property="og:description" content="The latest opinion and comment by our international audience of practising clinicians, healthcare professionals, researchers and policymakers"/><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/opinion"/><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&amp;w=110&amp;q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&amp;w=220&amp;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&amp;w=220&amp;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 &amp; 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 &amp; 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 &amp; Views</a><span class="mx-xsm">/</span></span><span class="text-[0.75rem] leading-[1rem] text-font-color-medium">Opinion</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">Opinion</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.q2627"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic fraud—plagiarism</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 22, 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.q2621"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Acts of dishonesty: why medical students should think twice before acting unethically</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 22, 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.q2617"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Tackling digital harms: why simply banning children from social media won’t protect them</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 22, 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.q2607"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Trump 2.0: what implications for 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">November 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/387/bmj.q2600"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">COP29: financing must help communities burdened by climate related harm</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 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/387/bmj.q2595"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">d/Deaf students: feeling heard in medical school</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 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/387/bmj.q2558"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Outpatient parenteral antimicrobial therapy … and other 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">November 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/387/bmj.q2551"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">David Oliver: We should welcome Labour’s proposed 10 year NHS plan with healthy scepticism</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 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/387/bmj.q2538"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Matt Morgan: Don’t lose the “why”</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 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/387/bmj.q2574"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Conflicts of interest: moving towards zero tolerance</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.q2556"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Neighbourhood teams are disintegrating—to make them work, we need more staff</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.q2549"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">John Launer: The dilemma of private 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 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.q2557"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Inequities are not inevitable: tackling them can reduce maternal 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">November 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.q2530"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Lack of abortion care is a threat to women’s health in Latin America</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 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.q2517"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Brazil’s G20 leadership offers glimmers of hope for global health equity</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 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.q2479"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Celebrating Alessandro Liberati, his vision, books, journals, libraries, “anti libraries,” and radical thinking</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 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.q2542"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic fraud—the Darsee Affair</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 15, 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.q2445"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Sorting out scope of practice of physician associates in the UK: the clock is ticking</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, 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.q2528"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We need a gender just transition for health systems and climate 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">November 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/387/bmj.q2483"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Tranexamic acid for postpartum bleeding … and other 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">November 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/387/bmj.q2478"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Scarlett McNally: GPs and geriatricians can help to improve shared decision making for surgical patients</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.q2472"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Rammya Mathew: GPs have to be able to request MRI scans for patients in primary 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 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/387/bmj.q2501"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">If I were still an MP I’d be voting against Kim Leadbeater’s bill on assisted dying</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 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/387/bmj.q2484"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Early warning scores and medicine by numbers</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 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/387/bmj.q2491"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We need to do more to keep antibiotics working</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 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/387/bmj.q2474"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The international community is failing to protect healthcare in armed conflict</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 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/387/bmj.q2485"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Disinformation enabled Donald Trump’s second term and is a crisis for democracies everywhere</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 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/387/bmj.q2471"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Quality care is needed for older people with diabetes in care homes—now and for the 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">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.q2473"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic integrity—felonies and misdemeanours</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 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.q2459"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Banning abortion prevents us from providing safe care to all pregnant 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">November 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.q2453"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Medical students should be better prepared for observing postmortem examinations</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 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.q2441"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Simplifying the universal health coverage narrative can help to achieve political 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">November 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/387/bmj.q2429"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">What did the budget do for the NHS’s financial 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">November 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/387/bmj.q2423"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How has medical assistance in dying changed palliative 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 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/387/bmj.q2431"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The global health community must act to protect Lebanon’s healthcare 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">November 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/387/bmj.q2434"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: A budget to end GPs’ trust and goodwill</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 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/387/bmj.q2418"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The US overdose crisis: the next administration needs to move beyond criminalisation to a comprehensive public health approach</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 1, 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.q2413"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We must safeguard access to both medical and surgical abortion methods</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 1, 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.q2218"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Global health? Start with the oil giants next door</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 1, 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.q2387"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Palliative care is an overlooked global health priority</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 1, 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.q2419"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic norms, a scientific ethic, and the scientific conscience</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 1, 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.q2395"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The commercial determinants of infant and child 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 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/387/bmj.q2378"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Anticoagulants after acute ischaemic stroke … and other 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 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/387/bmj.q2352"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">I’m a nurse and Isle of Man politician: healthcare professionals must feel able to engage with the debate on safe assisted dying law</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 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/387/bmj.q2402"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Healthcare affordability and the 2024 US presidential election—real change still seems unlikely</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 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/387/bmj.q2351"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Palliative medicine doctors in the UK have a plurality of views on assisted dying, but you wouldn’t know it</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 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/387/bmj.q2348"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">David Oliver: If assisted dying is legalised, can we safeguard against misuse?</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 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/387/bmj.q2388"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Regulation of health facilities: often criticised but seldom evaluated</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.q2375"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Smartwatches and playing fields</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.q2350"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Partha Kar: Will the 10 year plan herald another false dawn or bring genuine change?</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 25, 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/387/bmj.q2353"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Scrapping the two child benefit cap would immediately reduce poverty while investing in the 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">October 24, 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.q2344"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">As we launch the NHS 10 year plan, we want to hear from NHS staff about how we can improve 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 24, 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.q2335"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Daylight saving time harms health and increases inequalities</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, 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.q2308"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">CBT for postnatal depression … and other 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 24, 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.q2324"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Environmental changes in South Sudan are changing the fabric of people’s lives and steering humanitarian operations</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 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/387/bmj.q2156"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">KlimaSeniorinnen v Switzerland: the European Court of Human Rights leads the way on climate 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 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/387/bmj.q2077"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Medical school fitness to practise: the challenge of competing interests and responsibilities</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 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/387/bmj.q2299"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">David Oliver: We need doctors to take on leadership roles—so why do we bring them down?</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 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/387/bmj.q2297"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Scarlett McNally: Designing patient centred clinics around space, time, and staff</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 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/387/bmj.q2309"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: The broken NHS and how to fix it</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 22, 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.q2296"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">HPV vaccination has dramatically reduced inequalities in cervical cancer, but the most deprived groups remain at highest risk</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 22, 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.q2318"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Workplace violence stems from deep rooted problems within the Indian medical 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">October 22, 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.q2304"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The government must tackle urgent NHS pressures while developing its 10 year plan</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 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/387/bmj.q2300"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The NHS must focus on resource optimisation, not lobbying for more money</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.q2280"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We need to rethink outcomes in Parkinson’s disease 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 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.q2295"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Reimagining the NHS must focus on restoring general practice</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.q2000"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Chronic disease and infection in China: lessons from 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">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.q1858"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Definitions of chronic disease need to be more patient centred</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.q2303"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic integrity—a brief history, a proposed definition, guidelines, and violations</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.q2253"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Flu nudges … and other 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 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/387/bmj.q2251"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: No going back on GPs’ safe working limits</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 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/387/bmj.q2243"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">John Launer: Why guidelines can be hard to swallow</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 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/387/bmj.q2263"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Government action is needed to tackle the “turmoil” in the public health system highlighted by the Darzi review</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 15, 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.q2254"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Lenacapavir: a missed opportunity for achieving equity and access</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 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/387/bmj.q2159"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Healthcare leadership for a climate resilient 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">October 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/387/bmj.q2250"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic skepticism</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.q2056"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Nurturing children and protecting our planet from climate change</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 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/387/bmj.q2205"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Good health is more than just healthcare</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 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/387/bmj.q2192"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Prostate cancer screening … and other 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 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/387/bmj.q1870"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How education can transform children’s anxiety into agency in the climate emergency</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, 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.q2187"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We need to tackle the growing threat of mis- and disinformation about climate change and 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, 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.q2162"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How healthcare professionals can change the systems damaging our climate</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.q1965"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Redefining medical ethics for the planet</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.q2086"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Training health leaders to strengthen our response to the climate 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 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.q1825"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Writing towards a healthier future amid climate disaster</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.q2126"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Pregnant women experiencing homelessness struggle to access healthcare</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.q2186"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Infectious diseases are being allowed to run rampant in Gaza</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.q2145"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Social care research: international cooperation is vital to prepare 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.q2110"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">None of us are prepared unless all of us are prepared: research for the next health shock must be inclusive and equitable</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.q2188"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Academic curiosity</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 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/387/bmj.q2163"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Medicine is difficult—there are no shortcuts</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 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/387/bmj.q1790"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Treating the symptoms of climate anxiety</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 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/387/bmj.q1734"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Cli-Fi—helping us manage a 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 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/387/bmj.q2143"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Am I providing reasonable care? A question to help doctors avoid the perfection trap</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, 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.q2154"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">“A whirlwind of anecdotes”? The Academy of Medical Royal Colleges seems unconvinced by evidence of concerns about physician associates</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, 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.q2132"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Funding GPs through the additional roles scheme won’t solve GP unemployment</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 1, 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.q2139"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Structural racism and the 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">October 1, 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.q2130"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Is the NHS “broken”? Staff haven’t given up, neither should our politicians</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 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/386/bmj.q2128"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">When I use a word . . . Purely academic</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 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/386/bmj.q2116"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Mix of relief and disappointment—the pay deal for resident doctors in England</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 27, 2024</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%3Aopinion%20numresults%3A50%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Astandard?page=1">Continue to all opinion 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 [&amp;&gt;li]:mr-8 sm:[&amp;&gt;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 &amp; 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 &amp; 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&amp;int_medium=footer&amp;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&amp;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&amp;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":"22","results":[{"title":"When I use a word . . . Academic fraud—plagiarism","url":"/content/387/bmj.q2627","date":"November 22, 2024"},{"title":"Acts of dishonesty: why medical students should think twice before acting unethically","url":"/content/387/bmj.q2621","date":"November 22, 2024"},{"title":"Tackling digital harms: why simply banning children from social media won’t protect them","url":"/content/387/bmj.q2617","date":"November 22, 2024"},{"title":"Trump 2.0: what implications for global health?","url":"/content/387/bmj.q2607","date":"November 21, 2024"},{"title":"COP29: financing must help communities burdened by climate related harm","url":"/content/387/bmj.q2600","date":"November 21, 2024"},{"title":"d/Deaf students: feeling heard in medical school","url":"/content/387/bmj.q2595","date":"November 21, 2024"},{"title":"Outpatient parenteral antimicrobial therapy … and other research","url":"/content/387/bmj.q2558","date":"November 21, 2024"},{"title":"David Oliver: We should welcome Labour’s proposed 10 year NHS plan with healthy scepticism","url":"/content/387/bmj.q2551","date":"November 20, 2024"},{"title":"Matt Morgan: Don’t lose the “why”","url":"/content/387/bmj.q2538","date":"November 20, 2024"},{"title":"Conflicts of interest: moving towards zero tolerance","url":"/content/387/bmj.q2574","date":"November 19, 2024"},{"title":"Helen Salisbury: Neighbourhood teams are disintegrating—to make them work, we need more staff","url":"/content/387/bmj.q2556","date":"November 19, 2024"},{"title":"John Launer: The dilemma of private care","url":"/content/387/bmj.q2549","date":"November 19, 2024"},{"title":"Inequities are not inevitable: tackling them can reduce maternal deaths","url":"/content/387/bmj.q2557","date":"November 18, 2024"},{"title":"Lack of abortion care is a threat to women’s health in Latin America","url":"/content/387/bmj.q2530","date":"November 18, 2024"},{"title":"Brazil’s G20 leadership offers glimmers of hope for global health equity","url":"/content/387/bmj.q2517","date":"November 18, 2024"},{"title":"Celebrating Alessandro Liberati, his vision, books, journals, libraries, “anti libraries,” and radical thinking","url":"/content/387/bmj.q2479","date":"November 18, 2024"},{"title":"When I use a word . . . Academic fraud—the Darsee Affair","url":"/content/387/bmj.q2542","date":"November 15, 2024"},{"title":"Sorting out scope of practice of physician associates in the UK: the clock is ticking","url":"/content/387/bmj.q2445","date":"November 14, 2024"},{"title":"We need a gender just transition for health systems and climate action","url":"/content/387/bmj.q2528","date":"November 14, 2024"},{"title":"Tranexamic acid for postpartum bleeding … and other research","url":"/content/387/bmj.q2483","date":"November 14, 2024"},{"title":"Scarlett McNally: GPs and geriatricians can help to improve shared decision making for surgical patients","url":"/content/387/bmj.q2478","date":"November 13, 2024"},{"title":"Rammya Mathew: GPs have to be able to request MRI scans for patients in primary care","url":"/content/387/bmj.q2472","date":"November 12, 2024"},{"title":"If I were still an MP I’d be voting against Kim Leadbeater’s bill on assisted dying","url":"/content/387/bmj.q2501","date":"November 12, 2024"},{"title":"Helen Salisbury: Early warning scores and medicine by numbers","url":"/content/387/bmj.q2484","date":"November 12, 2024"},{"title":"We need to do more to keep antibiotics working","url":"/content/387/bmj.q2491","date":"November 12, 2024"},{"title":"The international community is failing to protect healthcare in armed conflict","url":"/content/387/bmj.q2474","date":"November 12, 2024"},{"title":"Disinformation enabled Donald Trump’s second term and is a crisis for democracies everywhere","url":"/content/387/bmj.q2485","date":"November 12, 2024"},{"title":"Quality care is needed for older people with diabetes in care homes—now and for the future","url":"/content/387/bmj.q2471","date":"November 11, 2024"},{"title":"When I use a word . . . Academic integrity—felonies and misdemeanours","url":"/content/387/bmj.q2473","date":"November 8, 2024"},{"title":"Banning abortion prevents us from providing safe care to all pregnant women","url":"/content/387/bmj.q2459","date":"November 7, 2024"},{"title":"Medical students should be better prepared for observing postmortem examinations","url":"/content/387/bmj.q2453","date":"November 7, 2024"},{"title":"Simplifying the universal health coverage narrative can help to achieve political action","url":"/content/387/bmj.q2441","date":"November 6, 2024"},{"title":"What did the budget do for the NHS’s financial health?","url":"/content/387/bmj.q2429","date":"November 4, 2024"},{"title":"How has medical assistance in dying changed palliative care?","url":"/content/387/bmj.q2423","date":"November 4, 2024"},{"title":"The global health community must act to protect Lebanon’s healthcare system","url":"/content/387/bmj.q2431","date":"November 4, 2024"},{"title":"Helen Salisbury: A budget to end GPs’ trust and goodwill","url":"/content/387/bmj.q2434","date":"November 4, 2024"},{"title":"The US overdose crisis: the next administration needs to move beyond criminalisation to a comprehensive public health approach","url":"/content/387/bmj.q2418","date":"November 1, 2024"},{"title":"We must safeguard access to both medical and surgical abortion methods","url":"/content/387/bmj.q2413","date":"November 1, 2024"},{"title":"Global health? Start with the oil giants next door","url":"/content/387/bmj.q2218","date":"November 1, 2024"},{"title":"Palliative care is an overlooked global health priority","url":"/content/387/bmj.q2387","date":"November 1, 2024"},{"title":"When I use a word . . . Academic norms, a scientific ethic, and the scientific conscience","url":"/content/387/bmj.q2419","date":"November 1, 2024"},{"title":"The commercial determinants of infant and child health","url":"/content/387/bmj.q2395","date":"October 31, 2024"},{"title":"Anticoagulants after acute ischaemic stroke … and other research","url":"/content/387/bmj.q2378","date":"October 31, 2024"},{"title":"I’m a nurse and Isle of Man politician: healthcare professionals must feel able to engage with the debate on safe assisted dying law","url":"/content/387/bmj.q2352","date":"October 30, 2024"},{"title":"Healthcare affordability and the 2024 US presidential election—real change still seems unlikely","url":"/content/387/bmj.q2402","date":"October 30, 2024"},{"title":"Palliative medicine doctors in the UK have a plurality of views on assisted dying, but you wouldn’t know it","url":"/content/387/bmj.q2351","date":"October 30, 2024"},{"title":"David Oliver: If assisted dying is legalised, can we safeguard against misuse?","url":"/content/387/bmj.q2348","date":"October 30, 2024"},{"title":"Regulation of health facilities: often criticised but seldom evaluated","url":"/content/387/bmj.q2388","date":"October 29, 2024"},{"title":"Helen Salisbury: Smartwatches and playing fields","url":"/content/387/bmj.q2375","date":"October 29, 2024"},{"title":"Partha Kar: Will the 10 year plan herald another false dawn or bring genuine change?","url":"/content/387/bmj.q2350","date":"October 25, 2024"},{"title":"Scrapping the two child benefit cap would immediately reduce poverty while investing in the future","url":"/content/387/bmj.q2353","date":"October 24, 2024"},{"title":"As we launch the NHS 10 year plan, we want to hear from NHS staff about how we can improve services","url":"/content/387/bmj.q2344","date":"October 24, 2024"},{"title":"Daylight saving time harms health and increases inequalities","url":"/content/387/bmj.q2335","date":"October 24, 2024"},{"title":"CBT for postnatal depression … and other research","url":"/content/387/bmj.q2308","date":"October 24, 2024"},{"title":"Environmental changes in South Sudan are changing the fabric of people’s lives and steering humanitarian operations","url":"/content/387/bmj.q2324","date":"October 23, 2024"},{"title":"KlimaSeniorinnen v Switzerland: the European Court of Human Rights leads the way on climate action","url":"/content/387/bmj.q2156","date":"October 23, 2024"},{"title":"Medical school fitness to practise: the challenge of competing interests and responsibilities","url":"/content/387/bmj.q2077","date":"October 23, 2024"},{"title":"David Oliver: We need doctors to take on leadership roles—so why do we bring them down?","url":"/content/387/bmj.q2299","date":"October 23, 2024"},{"title":"Scarlett McNally: Designing patient centred clinics around space, time, and staff","url":"/content/387/bmj.q2297","date":"October 23, 2024"},{"title":"Helen Salisbury: The broken NHS and how to fix it","url":"/content/387/bmj.q2309","date":"October 22, 2024"},{"title":"HPV vaccination has dramatically reduced inequalities in cervical cancer, but the most deprived groups remain at highest risk","url":"/content/387/bmj.q2296","date":"October 22, 2024"},{"title":"Workplace violence stems from deep rooted problems within the Indian medical system","url":"/content/387/bmj.q2318","date":"October 22, 2024"},{"title":"The government must tackle urgent NHS pressures while developing its 10 year plan","url":"/content/387/bmj.q2304","date":"October 21, 2024"},{"title":"The NHS must focus on resource optimisation, not lobbying for more money","url":"/content/387/bmj.q2300","date":"October 18, 2024"},{"title":"We need to rethink outcomes in Parkinson’s disease research","url":"/content/387/bmj.q2280","date":"October 18, 2024"},{"title":"Reimagining the NHS must focus on restoring general practice","url":"/content/387/bmj.q2295","date":"October 18, 2024"},{"title":"Chronic disease and infection in China: lessons from the covid-19 pandemic","url":"/content/387/bmj.q2000","date":"October 18, 2024"},{"title":"Definitions of chronic disease need to be more patient centred","url":"/content/387/bmj.q1858","date":"October 18, 2024"},{"title":"When I use a word . . . Academic integrity—a brief history, a proposed definition, guidelines, and violations","url":"/content/387/bmj.q2303","date":"October 18, 2024"},{"title":"Flu nudges … and other research","url":"/content/387/bmj.q2253","date":"October 17, 2024"},{"title":"Helen Salisbury: No going back on GPs’ safe working limits","url":"/content/387/bmj.q2251","date":"October 16, 2024"},{"title":"John Launer: Why guidelines can be hard to swallow","url":"/content/387/bmj.q2243","date":"October 16, 2024"},{"title":"Government action is needed to tackle the “turmoil” in the public health system highlighted by the Darzi review","url":"/content/387/bmj.q2263","date":"October 15, 2024"},{"title":"Lenacapavir: a missed opportunity for achieving equity and access","url":"/content/387/bmj.q2254","date":"October 14, 2024"},{"title":"Healthcare leadership for a climate resilient future","url":"/content/387/bmj.q2159","date":"October 14, 2024"},{"title":"When I use a word . . . Academic skepticism","url":"/content/387/bmj.q2250","date":"October 11, 2024"},{"title":"Nurturing children and protecting our planet from climate change","url":"/content/387/bmj.q2056","date":"October 10, 2024"},{"title":"Good health is more than just healthcare","url":"/content/387/bmj.q2205","date":"October 10, 2024"},{"title":"Prostate cancer screening … and other research","url":"/content/387/bmj.q2192","date":"October 10, 2024"},{"title":"How education can transform children’s anxiety into agency in the climate emergency","url":"/content/387/bmj.q1870","date":"October 9, 2024"},{"title":"We need to tackle the growing threat of mis- and disinformation about climate change and health","url":"/content/387/bmj.q2187","date":"October 9, 2024"},{"title":"How healthcare professionals can change the systems damaging our climate","url":"/content/387/bmj.q2162","date":"October 8, 2024"},{"title":"Redefining medical ethics for the planet","url":"/content/387/bmj.q1965","date":"October 8, 2024"},{"title":"Training health leaders to strengthen our response to the climate crisis","url":"/content/387/bmj.q2086","date":"October 8, 2024"},{"title":"Writing towards a healthier future amid climate disaster","url":"/content/387/bmj.q1825","date":"October 8, 2024"},{"title":"Pregnant women experiencing homelessness struggle to access healthcare","url":"/content/387/bmj.q2126","date":"October 7, 2024"},{"title":"Infectious diseases are being allowed to run rampant in Gaza","url":"/content/387/bmj.q2186","date":"October 7, 2024"},{"title":"Social care research: international cooperation is vital to prepare for future health shocks","url":"/content/387/bmj.q2145","date":"October 7, 2024"},{"title":"None of us are prepared unless all of us are prepared: research for the next health shock must be inclusive and equitable","url":"/content/387/bmj.q2110","date":"October 7, 2024"},{"title":"When I use a word . . . Academic curiosity","url":"/content/387/bmj.q2188","date":"October 4, 2024"},{"title":"Medicine is difficult—there are no shortcuts","url":"/content/387/bmj.q2163","date":"October 3, 2024"},{"title":"Treating the symptoms of climate anxiety","url":"/content/387/bmj.q1790","date":"October 3, 2024"},{"title":"Cli-Fi—helping us manage a crisis","url":"/content/387/bmj.q1734","date":"October 3, 2024"},{"title":"Am I providing reasonable care? A question to help doctors avoid the perfection trap","url":"/content/387/bmj.q2143","date":"October 2, 2024"},{"title":"“A whirlwind of anecdotes”? The Academy of Medical Royal Colleges seems unconvinced by evidence of concerns about physician associates","url":"/content/387/bmj.q2154","date":"October 2, 2024"},{"title":"Helen Salisbury: Funding GPs through the additional roles scheme won’t solve GP unemployment","url":"/content/387/bmj.q2132","date":"October 1, 2024"},{"title":"Structural racism and the social determinants of health","url":"/content/387/bmj.q2139","date":"October 1, 2024"},{"title":"Is the NHS “broken”? Staff haven’t given up, neither should our politicians","url":"/content/386/bmj.q2130","date":"September 27, 2024"},{"title":"When I use a word . . . Purely academic","url":"/content/386/bmj.q2128","date":"September 27, 2024"},{"title":"Mix of relief and disappointment—the pay deal for resident doctors in England","url":"/content/386/bmj.q2116","date":"September 27, 2024"}],"articleType":"Opinion","headingText":"Opinion","baseHeadingLevel":1,"breadcrumbs":[{"pageName":"Home","url":"/"},{"pageName":"News \u0026 Views","url":"/news"},{"pageName":"Opinion"}],"moreUrl":"/search/advanced/toc_section%3Aopinion%20numresults%3A50%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Astandard?page=1","moreText":"Continue to all opinion articles","metadata":{"title":"The BMJ: Opinion","description":"The latest opinion and comment by our international audience of practising clinicians, healthcare professionals, researchers and policymakers","image":"https://www.bmj.com/next-resources/the-bmj-logo.png","currentPath":"/news/opinion"}},"__N_SSG":true},"page":"/[slug]/[articleType]","query":{"slug":"news","articleType":"opinion"},"buildId":"8jC_R7aE1p2nLhz3DYNM7","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10