CINXE.COM
Coronavirus (covid-19) Hub - Latest News & Research
<!DOCTYPE html><html lang="en"><head><link rel="preload" as="image" imageSrcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75 2x"/><meta charSet="utf-8"/><meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover"/><link rel="shortcut icon" href="https://thebmj-frontend.bmj.com/next-resources/favicon.ico" type="image/vnd.microsoft.icon"/><title>Coronavirus (covid-19) Hub - Latest News & Research</title><meta name="title" content="Coronavirus (covid-19) Hub - Latest News & Research"/><meta name="twitter:title" content="Coronavirus (covid-19) Hub - Latest News & Research"/><meta property="og:title" content="Coronavirus (covid-19) Hub - Latest News & Research"/><meta name="description" content="BMJ has created this coronavirus hub to support healthcare professionals and researchers dealing with covid-19. It includes practical guidance, latest news and research. The content is free and is updated daily."/><meta name="twitter:description" content="BMJ has created this coronavirus hub to support healthcare professionals and researchers dealing with covid-19. It includes practical guidance, latest news and research. The content is free and is updated daily."/><meta property="og:description" content="BMJ has created this coronavirus hub to support healthcare professionals and researchers dealing with covid-19. It includes practical guidance, latest news and research. The content is free and is updated daily."/><meta name="twitter:image" content="https://www.bmj.com/content/bmj/370/bmj.m3026/F1.medium.jpg"/><meta property="og:image" content="https://www.bmj.com/content/bmj/370/bmj.m3026/F1.medium.jpg"/><meta name="twitter:card" content="summary_large_image"/><meta property="og:url" content="https://www.bmj.com/coronavirus"/><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/coronavirus-dfb67061cbab8b48.js" defer=""></script><script src="/_next/static/8jC_R7aE1p2nLhz3DYNM7/_buildManifest.js" defer=""></script><script src="/_next/static/8jC_R7aE1p2nLhz3DYNM7/_ssgManifest.js" defer=""></script></head><body><noscript><iframe src="https://analytics.bmj.com/ns.html?id=GTM-NF7HCLL" height="0" width="0" style="display:none;visibility:hidden;"></iframe></noscript><div id="__next"><div><div class="undefined flex justify-center items-center min-w-[auto] min-h-[100px] md:min-h-[250px]"><div id="div-gpt-ad-7326006-1" data-testid="top-ad-slot" class="flex justify-center items-center w-[auto] h-[100px] md:h-[250px]"></div></div><div data-testid="page-with-menu" class="transition-transform duration-300 ease-in-out"><div class="text-center">Intended for healthcare professionals</div><section class="hidden sm:flex bg-bmj-grey-30"><section class="max-w-[80rem] px-sm mx-auto w-full"><div data-testid="user-bar" class="flex justify-end items-center"><a data-testid="our-company" href="https://www.bmj.com/company" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Our Company</a><a data-testid="subscribe" href="https://www.bmj.com/uk/subscribe" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Subscribe</a><a data-testid="my-account" href="https://myaccount.bmj.com/myaccount/account/hw-registration.html" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">My Account</a><a data-testid="login" href="https://www.bmj.com/user/login" class="text-bmj-blue-600 no-underline p-[0.25rem] mr-4 text-base hover:text-font-color-link-hover hover:underline">Login</a></div></section></section><nav class="bg-bmj-blue-500 relative z-20 w-full" data-headlessui-state=""><div data-testid="menu-bar" class="mx-auto sm2:px-4 lg2:px-6 px-[0.4rem] lg2:pr-0"><div class="relative flex h-16"><button class="lg2:hidden inline-flex items-center justify-center rounded-md p-2 sm2:p-0 text-white hover:bg-bmj-blue-500 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-white dark:focus:ring-transparent max-w-[80rem] mx-auto"><span class="sr-only">Open main menu</span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" class="block h-6 w-6"><path fill-rule="evenodd" d="M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10zm0 5.25a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z" clip-rule="evenodd"></path></svg></button><div class="flex w-full items-center max-w-[80rem] mx-auto"><a href="/" class="flex items-center"><div class="leading-0 ml-[0.20rem] mr-[0.5rem]" data-testid="logo"><img alt="The BMJ Logo" layout="fixed" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fthebmj-frontend.bmj.com%2Fnext-resources%2Fthebmj-logo-large.png&w=220&q=75" width="110" height="40" decoding="async" data-nimg="1" class="min-w-full w-[6.87rem] mr-2 ml-[0.20rem]" loading="eager" style="color:transparent"/></div></a><div data-testid="desktop-menu" class="hidden sm2:hidden md2:flex md2:justify-between md2:w-full lg2:flex lg2:justify-start lg2:w-auto"><div class="flex w-full justify-between flex-shrink-0"><section class="flex"><a data-testid="covid-19" href="/coronavirus" class="block px-2 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">covid-19</a><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="research" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rj5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Research<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="education" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rl5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Education<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="news-views" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rn5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">News & Views<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="campaigns" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rp5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Campaigns<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="jobs" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:Rr5kn6:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Jobs<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div></section><section class="lg2:flex flex-row md2:hidden md2:ml-[5rem]"><a data-testid="archive" href="/archive" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">Archive</a><a data-testid="for-authors" href="/about-bmj/resources-authors" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">For authors</a><a data-testid="hosted" href="http://hosted.bmj.com" class="flex lg2:px-2 md2:px-0 py-4 md2:py-[1.10rem] text-lg text-white hover:bg-bmj-blue-400">Hosted</a></section></div><div class="hidden md2:block lg2:block absolute lg2:static right-[6px]"><a class="text-white flex items-center p-4 lg2:py-5 md2:py-[20px] text-lg leading-5 hover:bg-bmj-blue-400 hover:text-white group" href="/search/advanced" data-testid="search" aria-label="Search"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" class="text-[1.5rem] pr-[0.3rem] text-bmj-blue-300 group-hover:text-white"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><span class="hidden lg2:inline">Search</span></a></div></div></div></div></div><div data-testid="mobile-menu" class="-translate-x-full fixed top-0 left-0 w-[16rem] h-screen bg-bmj-blue-500 z-10 transform transition-transform duration-300 ease-in-out overflow-y-auto sm2:mt-[3.5rem] md2:mt-[3.5rem] lg2:mt-0 mt-[1.5rem]"><div class="md2:hidden text-left"><a href="/coronavirus" class="text-lg px-4 block text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30 py-[18px]">covid-19</a><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="research" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R16b76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Research<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="education" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1ab76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Education<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="news-views" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1eb76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">News & Views<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="campaigns" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1ib76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Campaigns<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div><div data-testid="sub-menus" class="sm2:relative sm2:z-1" data-headlessui-state=""><button data-testid="jobs" class="flex w-full items-center px-4 py-[18px] text-lg text-white text-left hover:bg-bmj-blue-400 md2:py-[1.10rem] md2:px-[0.4rem] border-b border-white border-opacity-30 lg2:border-0 md2:border-0" id="headlessui-menu-button-:R1mb76:" type="button" aria-haspopup="menu" aria-expanded="false" data-headlessui-state="">Jobs<!-- --> <svg class="ml-[0.10rem] h-4 w-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg></button></div></div><section class="flex flex-col text-lg"><a data-testid="archive" href="/archive" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">Archive</a><a data-testid="for-authors" href="/about-bmj/resources-authors" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">For authors</a><a data-testid="hosted" href="http://hosted.bmj.com" class="block px-4 py-[18px] text-left text-l text-white hover:bg-bmj-blue-400 border-b border-white border-opacity-30">Hosted</a></section></div><div class="md2:hidden absolute right-[8px] bottom-[5px]"><a class="text-white flex items-center p-4 lg2:py-5 md2:py-[20px] text-lg leading-5 hover:bg-bmj-blue-400 hover:text-white group" href="/search/advanced" data-testid="search" aria-label="Search"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" class="text-[1.5rem] pr-[0.3rem] text-bmj-blue-300 group-hover:text-white"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg><span class="hidden lg2:inline">Search</span></a></div></nav><div class=""><div><div class="bg-bmj-blue-600 w-full"><div data-testid="coronavirus-menu" class="relative overflow-hidden w-full py-4 px-4 max-w-7xl mx-auto coronavirus-menu-background"><div class="max-w-[44rem] w-full mx-auto"><h1 class="text-[1.625rem] leading-9 md:text-[2.125rem] md:leading-10 text-white font-normal mb-[0.5rem]">BMJ's Coronavirus (covid-19) Hub</h1><p class="text-bmj-blue-50 text-[0.875rem] mb-[0.5rem]">BMJ's covid-19 hub supports health professionals and researchers with practical guidance and online CPD courses, as well as free access to the latest news, comment, and research from The BMJ. Covid-related research content from the rest of our portfolio of journals is also freely available for a year.</p><p class="text-bmj-blue-50 text-[0.875rem]">BMJ is committed to providing access to covid-related materials to those who need them. If you require access to an article that is no longer freely available, please contact support@bmj.com with the subject line "Covid Article Request".</p><nav data-testid="coronavirus-menu-navigation" class="mt-4 mb-2"><a class="text-white mt-1 mr-4 text-xl no-underline hover:underline" href="/coronavirus#research">Research</a><a class="text-white mt-1 mr-4 text-xl no-underline hover:underline" href="/coronavirus#latest">Latest from The BMJ</a><a class="text-white mt-1 mr-4 text-xl no-underline hover:underline" href="/coronavirus#most-read">Most read</a><a class="text-white mt-1 mr-4 text-xl no-underline hover:underline" href="https://journals.bmj.com/search/coronavirus%20jcode%3Aedpract%7C%7Cfetalneonatal%7C%7Cannrheumdis%7C%7Carchdischild%7C%7Cbjsports%7C%7Cbmjcr%7C%7Cebmed%7C%7Cbmjgh%7C%7Cbmjhci%7C%7Cbmjinnov%7C%7Cleader%7C%7Cjramc%7C%7Cbmjno%7C%7Cbmjnph%7C%7Cbmjopen%7C%7Cbmjdrc%7C%7Cbmjgast%7C%7Cbmjophth%7C%7Cbmjqir%7C%7Cbmjresp%7C%7Cbmjos%7C%7Cbmjosem%7C%7Cbmjpo%7C%7Cqhc%7C%7Cfamilyplanning%7C%7Cbmjstel%7C%7Cbmjspcare%7C%7Cbmjsit%7C%7Cbjophthalmol%7C%7Cconmed%7C%7Cdtb%7C%7Cemermed%7C%7Cesmoopen%7C%7Cejhpharm%7C%7Cebmental%7C%7Cebnurs%7C%7Cfmch%7C%7Cflgastro%7C%7Cgpsych%7C%7Cgutjnl%7C%7Cheartjnl%7C%7Cheartasia%7C%7Cihj%7C%7Cijgc%7C%7Cinjuryprev%7C%7Cjitc%7C%7Cjclinpath%7C%7Cjech%7C%7Cjim%7C%7Cjisakos%7C%7Cmedethics%7C%7Cjmedgenet%7C%7Cneurintsurg%7C%7Cjnnp%7C%7Clupusscimed%7C%7Cmedhum%7C%7Coemed%7C%7Copenhrt%7C%7Cpostgradmedj%7C%7Cpractneurol%7C%7Crapm%7C%7Crmdopen%7C%7Csextrans%7C%7Csvnbmj%7C%7Cthoraxjnl%7C%7Ctobaccocontrol%7C%7Ctsaco%7C%7Cwjps%20exclude_meeting_abstracts%3A1%20numresults%3A25%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Acondensed%20button%3ASubmit%20button2%3ASubmit%20button3%3ASubmit">Latest from BMJ Journals</a></nav></div></div></div><div class="max-w-[80rem] px-4 mx-auto w-full"><div class="mb-xl grid grid-cols-1 gap-5 lg:grid-cols-cols-2-1"><div class="mt-xl min-w-full"><div data-testid="section-what-you-need-to-know"><h2 class="text-2xl text-font-color-extra-dark leading-7 sm:leading-8">What you need to know</h2><div class="grid gap-0 sm:gap-10 grid-cols-repeat-1 sm:grid-cols-repeat-2"><div><div data-testid="article-list-highlights" class="mt-2 mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-blue-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Highlights from The BMJ</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2070"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Are covid-19 tests still working?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">17 October 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1578"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Will we ever know where covid-19 came from?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">09 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1969"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid:19: NHS staff still struggling with “traumatic memories” of pandemic, report finds</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">09 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1905"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The vacuum of information about covid’s prevalence puts me at risk—bring back better data collection</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">30 August 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1865"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: the flaws that led to system failure</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">29 August 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1679"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 inquiry: We must not ignore the long term health impacts of covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">26 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1664"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We can do better for young people with long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1633"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry report: We planned for failure</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">23 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q842"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">What do we know about covid-19’s effects on the gut?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">01 May 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj-2023-075613"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">NHS hospital capacity during covid-19: overstretched staff, space, systems, and stuff</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">03 April 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q508"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">UK workers during the pandemic: inadequate protection and, consequently, increased risk</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">01 March 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj-2023-076969"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">US public health after covid-19: learning from the failures of the hollow state and racial capitalism</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">05 February 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q179"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Essential workers during covid-19: how quickly we forget</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 January 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2903"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Communicating scientific advice: lessons from the UK covid-19 inquiry</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">07 December 2023</p></section></div></section></div></div><div><div data-testid="article-list-clinical-guidance" class="mt-2 first:mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-blue-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Clinical guidance</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/372/bmj.n526"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">A living WHO guideline on drugs to prevent covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 March 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/370/bmj.m3379"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">A living WHO guideline on drugs for covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">14 July 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://bestpractice.bmj.com/info/coronavirus_covid-19/"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 diagnosis and management</h2><p class="mb-4 font-normal text-[0.875rem] leading-[1.25rem] text-bmj-grey-600" data-testid="article-entry-description" color="font-color-medium">BMJ Best Practice provides regularly updated information on prevention, diagnosis, management, follow up</p></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"></section></div></section></div><div data-testid="article-list-education" class="mt-2 first:mb-8 text-lg"><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Education</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj-2023-076508"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Work and vocational rehabilitation for people living with long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">10 May 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj-2023-075387"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Cognitive dysfunction after covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">01 February 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2204"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Diagnosis of venous thromboembolic diseases in people with covid-19: summary of updated NICE guidance</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">12 October 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2022-073923"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Pathophysiology, diagnosis, and management of neuroinflammation in covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">18 August 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj-2023-074937"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Breathing difficulties after covid-19: a guide for primary care</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">14 June 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj-2022-073488"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Orthostatic tachycardia after covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 February 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p57"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Update to living WHO guideline on drugs for covid-19</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">12 January 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/378/bmj-2022-072117"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Long covid—an update for primary care</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">The BMJ</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">22 September 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/378/bmj-2021-069741"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 vaccination in pregnancy</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">The BMJ</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">10 August 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/377/bmj-2021-069739"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Diagnosis and management of covid-19 in pregnancy</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">26 April 2022</p></section></div></section></div></div></div></div><div id="research" class="mt-xl"><div data-testid="section-research"><h2 class="text-2xl text-font-color-extra-dark leading-7 sm:leading-8">Research</h2><div class="grid gap-0 sm:gap-10 grid-cols-repeat-1 sm:grid-cols-repeat-2"><div><div data-testid="article-list-from-bmj" class="mt-2 mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-violet-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">From The BMJ</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj-2024-081318"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Interventions for the management of long covid (post-covid condition): living systematic review</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">27 November 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj-2023-076506"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Clinical effectiveness of an online supervised group physical and mental health rehabilitation programme for adults with post-covid-19 condition (REGAIN study): multicentre randomised controlled trial</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">07 February 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2023-070464"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Efficacy and safety of an inactivated virus-particle vaccine for SARS-CoV-2, BIV1-CovIran: randomised, placebo controlled, double blind, multicentre, phase 3 clinical trial</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">21 September 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2023-076222"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Long term risk of death and readmission after hospital admission with covid-19 among older adults: retrospective cohort study</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">09 August 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2023-075015"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Safety of BA.4-5 or BA.1 bivalent mRNA booster vaccines: nationwide cohort study</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 July 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2022-075286"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Comparative effectiveness of bivalent BA.4-5 and BA.1 mRNA booster vaccines among adults aged ≥50 years in Nordic countries: nationwide cohort study</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 July 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj-2022-074325"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Comparative effectiveness of heterologous third dose vaccine schedules against severe covid-19 during omicron predominance in Nordic countries: population based cohort analyses</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 July 2023</p></section></div></section><a data-testid="article-list-more" href="https://www.bmj.com/" class="block mt-8 mb-8 no-underline text-font-color-link hover:underline hover:text-font-color-link-hover"><div class="flex items-center">More from The BMJ<div class="ml-2"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="10" height="16" class="align-[-.125rem]"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg></div></div></a></div></div><div><div data-testid="article-list-bmj-journals" class="mt-2 first:mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-violet-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">From BMJ Journals</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://bmjopen.bmj.com/content/12/5/e054504"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Lessons from COVID-19 syndromic surveillance through emergency department activity: a prospective time series study from western Switzerland</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">BMJ Open</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">6 May 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://nutrition.bmj.com/content/early/2022/05/04/bmjnph-2021-000416"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">COVID-19, body weight and the neighbourhood: food system dimensions and consumption associated with changes in body weight of Peruvian adults during first wave lockdowns</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">BMJ Nutrition, Prevention & Health</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">5 May 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://bmjopensem.bmj.com/content/8/2/e001319"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Impact of physical activity on COVID-19-related symptoms and perception of physical performance, fatigue and exhaustion during stay-at-home orders</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">BMJ Open Sport & Exercise Medicine</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">4 May 2022</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://innovations.bmj.com/content/early/2022/05/02/bmjinnov-2021-000879"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Effectiveness of Ehteraz digital contact tracing app versus conventional contact tracing in managing the outbreak of COVID-19 in the State of Qatar</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><a data-testid="article-entry-journal" class="capitalize text-xs text-bmj-grey-500 hover:no-underline">BMJ Innovations</a><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">3 May 2022</p></section></div></section><a data-testid="article-list-more" href="https://journals.bmj.com/search/coronavirus%20jcode%3Aedpract%7C%7Cfetalneonatal%7C%7Cannrheumdis%7C%7Carchdischild%7C%7Cbjsports%7C%7Cbmjcr%7C%7Cebmed%7C%7Cbmjgh%7C%7Cbmjhci%7C%7Cbmjinnov%7C%7Cleader%7C%7Cjramc%7C%7Cbmjno%7C%7Cbmjnph%7C%7Cbmjopen%7C%7Cbmjdrc%7C%7Cbmjgast%7C%7Cbmjophth%7C%7Cbmjqir%7C%7Cbmjresp%7C%7Cbmjos%7C%7Cbmjosem%7C%7Cbmjpo%7C%7Cqhc%7C%7Cfamilyplanning%7C%7Cbmjstel%7C%7Cbmjspcare%7C%7Cbmjsit%7C%7Cbjophthalmol%7C%7Cconmed%7C%7Cdtb%7C%7Cemermed%7C%7Cesmoopen%7C%7Cejhpharm%7C%7Cebmental%7C%7Cebnurs%7C%7Cfmch%7C%7Cflgastro%7C%7Cgpsych%7C%7Cgutjnl%7C%7Cheartjnl%7C%7Cheartasia%7C%7Cihj%7C%7Cijgc%7C%7Cinjuryprev%7C%7Cjitc%7C%7Cjclinpath%7C%7Cjech%7C%7Cjim%7C%7Cjisakos%7C%7Cmedethics%7C%7Cjmedgenet%7C%7Cneurintsurg%7C%7Cjnnp%7C%7Clupusscimed%7C%7Cmedhum%7C%7Coemed%7C%7Copenhrt%7C%7Cpostgradmedj%7C%7Cpractneurol%7C%7Crapm%7C%7Crmdopen%7C%7Csextrans%7C%7Csvnbmj%7C%7Cthoraxjnl%7C%7Ctobaccocontrol%7C%7Ctsaco%7C%7Cwjps%20exclude_meeting_abstracts%3A1%20numresults%3A25%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Acondensed%20button%3ASubmit%20button2%3ASubmit%20button3%3ASubmit" class="block mt-8 mb-8 no-underline text-font-color-link hover:underline hover:text-font-color-link-hover"><div class="flex items-center">More from BMJ Journals<div class="ml-2"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="10" height="16" class="align-[-.125rem]"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg></div></div></a></div></div></div></div></div><div data-testid="spotlight-section" class="bg-bmj-grey-10"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-violet-500 border-solid"></div><div class="px-md pb-md"><section class="flex flex-wrap items-baseline mb-sm" data-testid="article-list-header"><h2 class="mt-sm mr-xsm normal-case font-normal text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">Vaccine rollout</h2><p data-testid="free-label" class="text-bmj-green-700 font-normal text-[0.875rem] leading-[1.25rem]">Free</p></section><section class="grid gap-sm md:gap-md grid-cols-1 md:grid-cols-2"><img alt="Vaccine inequity" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2021%2F10%2Fcovid_vaccine_vaccination_centre_iStock-1321735256.jpg&w=360&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2021%2F10%2Fcovid_vaccine_vaccination_centre_iStock-1321735256.jpg&w=720&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2021%2F10%2Fcovid_vaccine_vaccination_centre_iStock-1321735256.jpg&w=720&q=75" width="331" height="214" decoding="async" data-nimg="1" class="w-full h-full object-cover" loading="lazy" style="color:transparent"/><div><section class="mb-sm text-lg 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="https://www.bmj.com/content/380/bmj.p241"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Protecting infants through covid-19 vaccination during pregnancy</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">08 February 2023</span></div></div></section><section class="mb-sm text-lg 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="https://www.bmj.com/content/380/bmj-2022-074035"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Maternal mRNA covid-19 vaccination during pregnancy and delta or omicron infection or hospital admission in infants: test negative design study</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">08 February 2023</span></div></div></section><section class="mb-sm text-lg 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="https://www.bmj.com/content/379/bmj.o2810"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Investing in robust surveillance of the effects of covid-19 and future emerging infections in pregnancy should be prioritised</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">23 November 2022</span></div></div></section></div></section></div></div><div id="most-read" class="mt-xl"><section data-testid="most-read-section"><section class="items-baseline flex-wrap flex"><h2 class="font-normal text-[1.5rem] leading-[2rem] text-bmj-grey-800 mr-2">Most read</h2></section><div data-testid="article-list-separator" class="mt-md border-t-2 border-bmj-blue-500 border-solid"></div><section class="grid gap-sm mt-sm md:mt-md grid-cols-1 md:grid-cols-repeat-3-1"><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">1.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2023-078784" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Contemporary menopausal hormone therapy and risk of cardiovascular disease: Swedish nationwide register based emulated target trial </h2></a></section></section><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">2.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-081318" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Interventions for the management of long covid (post-covid condition): living systematic review </h2></a></section></section><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">3.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/387/bmj-2024-080439" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Cardiac output-guided haemodynamic therapy for patients undergoing major gastrointestinal surgery: OPTIMISE II randomised clinical trial </h2></a></section></section><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">4.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-075847" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Effect of exercise for depression: systematic review and network meta-analysis of randomised controlled trials </h2></a></section></section><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">5.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-077310" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Ultra-processed food exposure and adverse health outcomes: umbrella review of epidemiological meta-analyses </h2></a></section></section><section data-testid="most-read-article-entry" class="flex"><p class="min-w-[2.5rem] md:min-w-[2rem] text-[1.5rem] leading-[1.75rem] md:leading-[2rem] text-font-color-extra-dark">6.</p><section class="text-lg flex flex-col justify-between" data-testid="article-entry-large"><a class="text-font-color-dark hover:text-font-color-medium" data-testid="article-entry-link" href="/content/384/bmj-2023-078078" data-element="most-read-article"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Use of progestogens and the risk of intracranial meningioma: national case-control study </h2></a></section></section></section></section></div><div id="latest" class="mt-xl"><div data-testid="section-the-bmj"><h2 class="text-2xl text-font-color-extra-dark leading-7 sm:leading-8">The BMJ</h2><div class="grid gap-0 sm:gap-10 grid-cols-repeat-1 sm:grid-cols-repeat-2"><div><div data-testid="article-list-news" class="mt-2 mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-blue-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">News</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2679"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Scotland’s NHS performance fails to recover after covid pandemic</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">28 November 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2643"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">US Supreme Court rejects bid to shield covid misinformation doctors from state medical board discipline</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 November 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2509"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: Caring for patients without relatives’ support caused staff “strain and trauma”</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">13 November 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2401"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: Doctors felt like “disposable commodities” during pandemic, says BMA chair</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">30 October 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/387/bmj.q2247"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: Ethnic minority doctors felt vulnerable and afraid to raise concerns</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">11 October 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q2125"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry hears harrowing evidence of effects on ICU staff</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">27 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q2075"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: UKHSA chief is challenged on view that evidence for FFP3 masks is “weak”</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">23 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q2046"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Former GP is struck off for spreading conspiracy theories about covid pandemic</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">18 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1969"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid:19: NHS staff still struggling with “traumatic memories” of pandemic, report finds</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">09 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1657"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Government aims to appoint corruption tsar within weeks</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1602"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: UK government failed its citizens through “groupthink,” poor planning, and widening inequalities</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">18 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1496"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Are we seeing a summer wave?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">05 July 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q1382"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Study sheds light on how some people avoid the disease</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">21 June 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q1231"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Fauci is defiant as congressional hearing into covid origins fails to produce smoking gun</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">04 June 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q1193"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Pandemic treaty: panel calls for “reset” to talks as negotiators miss deadline</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">30 May 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q1172"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: South African disclosures reveal secretive world of nations’ vaccine contracts</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">28 May 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q1160"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: What have we learnt about Northern Ireland’s response?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 May 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/385/bmj.q852"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Charities question inquiry’s “refusal” to fully examine mental health impact</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">12 April 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q608"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: What we have learnt about Wales’s response?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">11 March 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q534"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 taskforce called for a new national vaccine agency to prepare for future pandemics</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">29 February 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q229"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: What did we learn this week?</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">26 January 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q188"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Doctors instruct law firm in bid for compensation after developing long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 January 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q125"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19: Vaccines have saved at least 1.4 million lives in Europe, WHO reports</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">17 January 2024</p></section></div></section></div></div><div><div data-testid="article-list-editorial" class="mt-2 first:mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-red border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Editorial</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1865"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: the flaws that led to system failure</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">29 August 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2533"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Equity and technology in the pandemic treaty</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">03 November 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj.p860"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Prisons and pandemic preparedness</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">24 April 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj.p788"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">How pandemic publishing struck a blow to the visibility of women’s expertise</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">06 April 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p627"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Closing the gap in childhood immunisation after the pandemic</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">21 March 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p504"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">WHO keeps covid-19 a public health emergency of international concern</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">06 March 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p413"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Financing covid-19 mRNA vaccines</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">01 March 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p241"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Protecting infants through covid-19 vaccination during pregnancy</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">08 February 2023</p></section></div></section></div><div data-testid="article-list-opinion" class="mt-2 first:mb-8 text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-red border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Opinion</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1905"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The vacuum of information about covid’s prevalence puts me at risk—bring back better data collection</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">30 August 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1912"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Identifying long covid in children … and other research</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">05 September 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1815"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry: communication failures impeded the UK’s pandemic response</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">16 August 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1679"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid-19 inquiry: We must not ignore the long term health impacts of covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">26 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1664"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">We can do better for young people with long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/386/bmj.q1633"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Covid inquiry report: We planned for failure</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">23 July 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/384/bmj.q179"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Essential workers during covid-19: how quickly we forget</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 January 2024</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2903"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Communicating scientific advice: lessons from the UK covid-19 inquiry</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">07 December 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2454"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Labour’s proposed covid corruption commissioner: an important signal, but it won’t be easy to get the money back</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 October 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/383/bmj.p2902"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Hancock’s covid inquiry evidence offers few clues as to why long covid was sidelined</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">07 December 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj.p2027"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Covid booster chaos</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">05 September 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj.p2012"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Outsourcing covid-19 vaccination to the private sector will increase health inequalities</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">04 September 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/382/bmj.p1662"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Why older adults can continue to benefit from covid-19 boosters</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">25 July 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj.p1288"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Weakened by a decade of austerity: why the UK’s covid-19 inquiry is right to look at policies since 2010</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">06 June 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj.p949"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">The covid public health emergency is ending: it now joins the ordinary emergency that is American health</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">26 April 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/381/bmj.p800"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Employers must provide better support to workers with long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">06 April 2023</p></section></div></section><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://www.bmj.com/content/380/bmj.p654"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Helen Salisbury: Unexplained symptoms aren’t always long covid</h2></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">21 March 2023</p></section></div></section></div></div></div></div></div><div class="bg-bmj-grey-10 p-6 mt-xl" data-testid="bmjj-blog"><h2 class="font-interface-bold text-xl leading-8 text-bmj-grey-800 pb-2">Latest covid-19 blogs from BMJ Journals</h2><p class="text-bmj-grey-700">A centralised hub of all the latest covid-19 blogs and podcasts posts from BMJ's 70 specialty journals. All posts are freely available and you can search by subject area or journal.</p><a class="box-border m-0 min-w-0 block w-fit rounded text-white bg-bmj-blue-500 mt-4 px-4 py-3 hover:bg-bmj-blue-400 hover:shadow-custom" data-testid="bmjj-blog-button" href="http://blogs.bmj.com/covid-19/">BMJ Journals blog</a></div></div><div class="ml-0"><div data-testid="article-list-courses" class="mt-[5.5rem] text-lg"><div data-testid="article-list-separator" class="undefined border-t-2 border-bmj-blue-500 border-solid"></div><div class="flex items-baseline flex-wrap" data-testid="article-list-header"><h2 class="mr-2 my-xsm leading-[2rem] font-bold text-[1.25rem] text-font-color-extra-dark font-interface-bold">Courses</h2><span class="text-sm leading-5 text-bmj-green-700" data-testid="free-label">Free</span></div><section class="mt-[0.8rem] text-[16px] sm:text-[18px] 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="https://new-learning.bmj.com/covid-19"><h2 data-testid="article-entry-title" color="font-color-dark" class="titleHover">Treat your patients with confidence</h2><p class="mb-4 font-normal text-[0.875rem] leading-[1.25rem] text-bmj-grey-600" data-testid="article-entry-description" color="font-color-medium">BMJ Learning offers our most relevant CPD online courses to update and refresh clinical knowledge for those supporting our healthcare systems in the diagnosis and treatment of covid-19</p></a><div><section class="flex flex-wrap mt-2 [&>:not(:last-child)]:after:content-["|"] [&>:not(:last-child)]:after:inline-block [&>:not(:last-child)]:after:text-bmj-grey-500 [&>:not(:last-child)]:after:mx-2"><p data-testid="article-entry-date" class="text-bmj-grey-500 text-xs">(16 COURSES)</p></section></div></section></div><div data-testid="infographics-section" class="mt-xl"><div class="flex items-baseline flex-wrap mb-8" data-testid="article-list-header"><h2 class="mt-8 mr-4 text-2xl text-font-color-extra-dark leading-7 sm:leading-8">Infographics</h2><span class="text-bmj-green-700" data-testid="free-label">Free</span></div><div class="grid grid-cols-cols-6.25rem-auto gap-8 mb-4"><a href="https://www.bmj.com/content/375/bmj-2021-065312"><img alt="Visualising expert estimates of covid-19 transmission" layout="fixed" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fexpert-estimates-covid-19.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fexpert-estimates-covid-19.png&w=200&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fexpert-estimates-covid-19.png&w=200&q=75" width="100" height="100" decoding="async" data-nimg="1" class="object-cover h-24 min-h-[6.25rem]" loading="eager" style="color:transparent"/></a><div><a class="text-font-color-dark font-normal not-italic leading-6 text-base sm:leading-7 sm:text-lg hover:underline hover:text-font-color-medium" data-testid="article-entry-title" href="https://www.bmj.com/content/375/bmj-2021-065312">Visualising expert estimates of covid-19 transmission</a><div class="mt-1"><div><p class="text-font-color-medium mr-8 text-xs font-normal not-italic leading-4" data-testid="article-entry-date">Updated: 1 Dec 2021</p></div></div></div></div><div class="grid grid-cols-cols-6.25rem-auto gap-8 mb-4"><a href="https://www.bmj.com/content/373/bmj.n1411"><img alt="Interpreting covid-19 lateral flow tests" layout="fixed" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fcovid-19-lateral-flow-tests.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fcovid-19-lateral-flow-tests.png&w=200&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Fcovid-19-lateral-flow-tests.png&w=200&q=75" width="100" height="100" decoding="async" data-nimg="1" class="object-cover h-24 min-h-[6.25rem]" loading="eager" style="color:transparent"/></a><div><a class="text-font-color-dark font-normal not-italic leading-6 text-base sm:leading-7 sm:text-lg hover:underline hover:text-font-color-medium" data-testid="article-entry-title" href="https://www.bmj.com/content/373/bmj.n1411">Interpreting covid-19 lateral flow tests</a><div class="mt-1"><div><p class="text-font-color-medium mr-8 text-xs font-normal not-italic leading-4" data-testid="article-entry-date">Updated: 22 June 2021</p></div></div></div></div><div class="grid grid-cols-cols-6.25rem-auto gap-8 mb-4"><a href="https://www.bmj.com/content/370/bmj.m3026/infographic"><img alt=""Long covid" in primary care" layout="fixed" srcSet="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Flong_covid_v22_thumb.png&w=110&q=75 1x, https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Flong_covid_v22_thumb.png&w=200&q=75 2x" src="https://thebmj-frontend.bmj.com/_next/image?url=https%3A%2F%2Fbmj-chicken.bmj.com%2Fthebmj%2Fwp-content%2Fuploads%2Fsites%2F4%2F2022%2F03%2Flong_covid_v22_thumb.png&w=200&q=75" width="100" height="100" decoding="async" data-nimg="1" class="object-cover h-24 min-h-[6.25rem]" loading="eager" style="color:transparent"/></a><div><a class="text-font-color-dark font-normal not-italic leading-6 text-base sm:leading-7 sm:text-lg hover:underline hover:text-font-color-medium" data-testid="article-entry-title" href="https://www.bmj.com/content/370/bmj.m3026/infographic">"Long covid" in primary care</a><div class="mt-1"><div><p class="text-font-color-medium mr-8 text-xs font-normal not-italic leading-4" data-testid="article-entry-date">Updated: 11 August 2020</p></div></div></div></div></div><div class="mt-xl flex justify-center items-center min-w-[300px] min-h-[600px]"><div id="div-gpt-ad-7326006-2" data-testid="mpu1-ad-slot" class="flex justify-center items-center w-[300px] h-[600px]"></div></div><section data-testid="jobs-section" class="mt-xl"><div class="items-baseline flex-wrap flex"><h2 class="font-normal text-[1.5rem] leading-[2rem] text-bmj-grey-800">Covid-19 jobs</h2></div><hr class="mt-md border-t-[2px] border-solid border-bmj-green-500"/><section class="grid sm:grid-cols-3 md:grid-cols-3 lg:grid-cols-1 border-not-last-three-children gap-x-0 sm:gap-x-md lg:gap-x-0 gap-y-0 border-not-last-child"><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/212117/specialty-dentist-in-paediatric-dentistry/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Specialty Dentist in Paediatric Dentistry</a></section><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/212106/locum-consultant-in-vascular-interventional-radiology/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Locum Consultant in Vascular Interventional Radiology</a></section><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/211965/senior-locally-employed-doctor-in-oncoplastic-breast-surgery/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Senior Locally Employed Doctor in Oncoplastic Breast Surgery</a></section><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/211901/locum-consultant-in-paediatric-respiratory-medicine/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Locum Consultant in Paediatric Respiratory Medicine</a></section><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/211788/junior-locally-employed-doctor-in-paediatric-trauma-and-orthopaedics/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Junior Locally Employed Doctor in Paediatric Trauma & Orthopaedics</a></section><section data-testid="jobs-article-entry" class="mt-sm pb-2"><a data-testid="jobs-article-entry-title" class="text-font-color-medium hover:underline" href="https://www.bmj.com/careers/job/211661/senior-locally-employed-doctor-in-ophthalmology/?TrackID=8&utm_source=rss&utm_medium=feed&utm_campaign=general">Manchester University NHS Foundation Trust: Senior Locally Employed Doctor in Ophthalmology</a></section></section></section><div class="mt-xl flex justify-center items-center min-w-[300px] min-h-[250px]"><div id="div-gpt-ad-7326006-3" data-testid="mpu2-ad-slot" class="flex justify-center items-center w-[300px] h-[250px]"></div></div></div></div></div></div><div data-testid="page-footer" class="footer bg-bmj-blue-500"><div class="max-w-[80rem] px-sm mx-auto"><div class="grid-cols-cols-1-1 md:grid-cols-cols-1-1-1-1 bg-bmj-blue-500 text-white grid gap-x-3 gap-y-1 grid-mobile grid-tablet grid-desktop"><div data-testid="follow-us-on" style="grid-area:follow-us-on"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Follow us on</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 flex flex-row flex-wrap sm:flex-col [&>li]:mr-8 sm:[&>li]:mr-0"><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://twitter.com/bmj_latest" alt="Twitter" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 01-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"></path></svg><span class="hover:underline">Twitter</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.facebook.com/bmjdotcom" alt="Facebook" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" data-testid="media-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48A48 48 0 000 80v352a48 48 0 0048 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0048-48V80a48 48 0 00-48-48z"></path></svg><span class="hover:underline">Facebook</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://youtube.com/user/BMJmedia" alt="YouTube" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"></path></svg><span class="hover:underline">YouTube</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://feeds.bmj.com/bmj/recent" alt="RSS" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="21" height="24" data-testid="media-link" class="text-2xl mr-[0.66rem] mb-[4.8px]"><path fill="currentColor" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z"></path></svg><span class="hover:underline">RSS</span></a></li></ul></div><div data-testid="content-links" style="grid-area:content-links"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Content links</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/collections" alt="Collections" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Collections</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/health-in-south-asia" alt="Health in South Asia" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Health in South Asia</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/content/women%E2%80%99s-children%E2%80%99s-and-adolescents%E2%80%99-health-0" alt="Women’s, children’s & adolescents’ health" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Women’s, children’s & adolescents’ health</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/freezikaresources" alt="Zika virus" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Zika virus</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/research" alt="Research" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Research</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/education" alt="Education" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Education</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/news" alt="News and views" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">News and views</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://blogs.bmj.com/bmj/" alt="BMJ Opinion" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Opinion</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/rapid-responses" alt="Rapid responses" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Rapid responses</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/archive" alt="Archive" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Archive</span></a></li></ul></div><div data-testid="about-us" style="grid-area:about-us"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">About us</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj" alt="About us" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">About us</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff" alt="Editorial staff" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Editorial staff</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff/bmj-united-states" alt="BMJ in the USA" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in the USA</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/health-in-latin-america" alt="BMJ in Latin America" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in Latin America</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/editorial-staff/bmj-south-asia" alt="BMJ in South Asia" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ in South Asia</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/advisory-panels" alt="Advisers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Advisers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-authors/forms-policies-and-checklists" alt="Policies" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Policies</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://mc.manuscriptcentral.com/bmj" alt="Submit your paper" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Submit your paper</span></a></li></ul></div><div data-testid="resources" style="grid-area:resources"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Resources</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-authors" alt="Authors" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Authors</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-reviewers" alt="Reviewers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Reviewers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-bma-members" alt="BMA members" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMA members</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-readers" alt="Readers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Readers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-subscribers" alt="Subscribers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Subscribers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-advertisers-and-sponsors" alt="Advertisers and sponsors" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Advertisers and sponsors</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/resources-media" alt="Media" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Media</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://recruiter.bmj.com/" alt="Recruiters" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Recruiters</span></a></li></ul></div><div data-testid="explore-bmj" style="grid-area:explore-bmj"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Explore BMJ</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/company/?int_source=tbmj&int_medium=footer&int_campaign=URLswitch" alt="Our company" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Our company</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://jobs.bmj.com/" alt="BMJ Careers" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Careers</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://learning.bmj.com/" alt="BMJ Learning" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Learning</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://masterclasses.bmj.com/" alt="BMJ Masterclasses" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Masterclasses</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://journals.bmj.com/" alt="BMJ Journals" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Journals</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/student" alt="BMJ Student" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Student</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://www.bmj.com/about-bmj/resources-readers" alt="Academic edition of The BMJ" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Academic edition of The BMJ</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://bestpractice.bmj.com/" alt="BMJ Best Practice" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">BMJ Best Practice</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://thebmjawards.bmj.com/home" alt="The BMJ Awards" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">The BMJ Awards</span></a></li></ul></div><div data-testid="my-account" style="grid-area:my-account"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">My account</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://myaccount.bmj.com/myaccount/account/hw-registration.html" alt="Email alerts" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Email alerts</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="http://journals.bmj.com/cgi/activate" alt="Activate subscription" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Activate subscription</span></a></li></ul></div><div data-testid="information" style="grid-area:information"><h2 class="text-[1.25rem] text-white font-extralight pt-4 leading-[1.25rem] pb-[1rem]">Information</h2><ul class="display-[grid] grid-cols-3 grid-rows-2 grid-gap-x-4 grid-gap-y-4 p-0 "><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/contact-us" alt="Contact us" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Contact us</span></a></li><li data-testid="icon-link" class="list-none flex mobile-list"><a href="https://www.bmj.com/about-bmj/complaints-procedure" alt="Complaints" class="text-white no-underline py-[1rem] sm:py-0 text-[0.875rem] font-normal flex hover:underline"><span class="hover:underline">Complaints</span></a></li></ul></div><div data-testid="quick-links" style="grid-area:quick-links" class="text-center"><a href="#!" id="ot-sdk-btn" class="ot-sdk-show-settings !leading-[1.5rem] !text-white bg-bmj-blue-500 hover:underline hover:!bg-bmj-blue-500 !text-[0.875rem] !border-r-[1px] !border-solid !border-white !border-0 !px-[0.31rem] !py-0 !inline-flex" alt="Cookie settings">Cookie settings</a><a data-testid="quick-links" href="https://www.bmj.com/company/your-privacy/cookies-policy/" alt="Cookie Policy" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Cookie Policy</span></a><a data-testid="quick-links" href="https://www.bmj.com/company/your-privacy/" alt="Privacy policy" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Privacy policy</span></a><a data-testid="quick-links" href="http://www.bmj.com/company/legal-information/" alt="Website T&Cs" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Website T&Cs</span></a><a data-testid="quick-links" href="http://group.bmj.com/group/about/revenue-sources" alt="Revenue Sources" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Revenue Sources</span></a><a data-testid="quick-links" href="http://home.highwire.org/" alt="HighWire Press" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">HighWire Press</span></a><a data-testid="quick-links" href="https://www.bmj.com/sitemap" alt="Sitemap" class="text-font-color-white no-underline py-2 sm:py-2 lg:py-0 text-[0.875rem] font-normal inline-flex"><span class="hover:underline px-[0.31rem] border-r-[1px] border-solid border-white">Sitemap</span></a></div><div data-testid="copyright" class="text-center" style="grid-area:copyright"><span>Copyright © <!-- -->2024<!-- --> BMJ Publishing Group Ltd</span></div></div></div></div></div></div></div></div><script type="text/javascript">if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach }</script><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"spotlightData":{"id":"spotlight-section","separatorColor":"ui-violet-medium","headingText":"Vaccine rollout","articles":[{"title":"Protecting infants through covid-19 vaccination during pregnancy","url":"https://www.bmj.com/content/380/bmj.p241","date":"08 February 2023","journal":{"name":"","url":null},"description":""},{"title":"Maternal mRNA covid-19 vaccination during pregnancy and delta or omicron infection or hospital admission in infants: test negative design study","url":"https://www.bmj.com/content/380/bmj-2022-074035","date":"08 February 2023","journal":{"name":"","url":null},"description":""},{"title":"Investing in robust surveillance of the effects of covid-19 and future emerging infections in pregnancy should be prioritised","url":"https://www.bmj.com/content/379/bmj.o2810","date":"23 November 2022","journal":{"name":"","url":null},"description":""}],"isFree":true,"imageDetails":{"src":"https://bmj-chicken.bmj.com/thebmj/wp-content/uploads/sites/4/2021/10/covid_vaccine_vaccination_centre_iStock-1321735256.jpg","width":331,"height":214,"alt":"Vaccine inequity"},"totalPages":"1"},"gaData":{"separatorColor":"bmj-blue-500","baseHeadingLevel":2,"articles":[{"url":"/content/387/bmj-2023-078784","title":"Contemporary menopausal hormone therapy and risk of cardiovascular disease: Swedish nationwide register based emulated target trial "},{"url":"/content/387/bmj-2024-081318","title":"Interventions for the management of long covid (post-covid condition): living systematic review "},{"url":"/content/387/bmj-2024-080439","title":"Cardiac output-guided haemodynamic therapy for patients undergoing major gastrointestinal surgery: OPTIMISE II randomised clinical trial "},{"url":"/content/384/bmj-2023-075847","title":"Effect of exercise for depression: systematic review and network meta-analysis of randomised controlled trials "},{"url":"/content/384/bmj-2023-077310","title":"Ultra-processed food exposure and adverse health outcomes: umbrella review of epidemiological meta-analyses "},{"url":"/content/384/bmj-2023-078078","title":"Use of progestogens and the risk of intracranial meningioma: national case-control study "}],"isFree":false},"bmjlatestData":{"totalPages":"1","id":"the-bmj","headingText":"The BMJ","firstColumn":[{"id":"news","separatorColor":"bmj-blue-500","headingText":"News","articles":[{"title":"Scotland’s NHS performance fails to recover after covid pandemic","url":"https://www.bmj.com/content/387/bmj.q2679","date":"28 November 2024","journal":{"name":"","url":null},"description":""},{"title":"US Supreme Court rejects bid to shield covid misinformation doctors from state medical board discipline","url":"https://www.bmj.com/content/387/bmj.q2643","date":"25 November 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: Caring for patients without relatives’ support caused staff “strain and trauma”","url":"https://www.bmj.com/content/387/bmj.q2509","date":"13 November 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: Doctors felt like “disposable commodities” during pandemic, says BMA chair","url":"https://www.bmj.com/content/387/bmj.q2401","date":"30 October 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: Ethnic minority doctors felt vulnerable and afraid to raise concerns","url":"https://www.bmj.com/content/387/bmj.q2247","date":"11 October 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry hears harrowing evidence of effects on ICU staff","url":"https://www.bmj.com/content/386/bmj.q2125","date":"27 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: UKHSA chief is challenged on view that evidence for FFP3 masks is “weak”","url":"https://www.bmj.com/content/386/bmj.q2075","date":"23 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Former GP is struck off for spreading conspiracy theories about covid pandemic","url":"https://www.bmj.com/content/386/bmj.q2046","date":"18 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid:19: NHS staff still struggling with “traumatic memories” of pandemic, report finds","url":"https://www.bmj.com/content/386/bmj.q1969","date":"09 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Government aims to appoint corruption tsar within weeks","url":"https://www.bmj.com/content/386/bmj.q1657","date":"24 July 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: UK government failed its citizens through “groupthink,” poor planning, and widening inequalities","url":"https://www.bmj.com/content/386/bmj.q1602","date":"18 July 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Are we seeing a summer wave?","url":"https://www.bmj.com/content/386/bmj.q1496","date":"05 July 2023","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Study sheds light on how some people avoid the disease","url":"https://www.bmj.com/content/385/bmj.q1382","date":"21 June 2024","journal":{"name":"","url":null},"description":""},{"title":"Fauci is defiant as congressional hearing into covid origins fails to produce smoking gun","url":"https://www.bmj.com/content/385/bmj.q1231","date":"04 June 2024","journal":{"name":"","url":null},"description":""},{"title":"Pandemic treaty: panel calls for “reset” to talks as negotiators miss deadline","url":"https://www.bmj.com/content/385/bmj.q1193","date":"30 May 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: South African disclosures reveal secretive world of nations’ vaccine contracts","url":"https://www.bmj.com/content/385/bmj.q1172","date":"28 May 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: What have we learnt about Northern Ireland’s response?","url":"https://www.bmj.com/content/385/bmj.q1160","date":"24 May 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Charities question inquiry’s “refusal” to fully examine mental health impact","url":"https://www.bmj.com/content/385/bmj.q852","date":"12 April 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: What we have learnt about Wales’s response?","url":"https://www.bmj.com/content/384/bmj.q608","date":"11 March 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19 taskforce called for a new national vaccine agency to prepare for future pandemics","url":"https://www.bmj.com/content/384/bmj.q534","date":"29 February 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: What did we learn this week?","url":"https://www.bmj.com/content/384/bmj.q229","date":"26 January 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Doctors instruct law firm in bid for compensation after developing long covid","url":"https://www.bmj.com/content/384/bmj.q188","date":"25 January 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19: Vaccines have saved at least 1.4 million lives in Europe, WHO reports","url":"https://www.bmj.com/content/384/bmj.q125","date":"17 January 2024","journal":{"name":"","url":null},"description":""}],"moreText":"","moreUrl":"","isFree":true}],"secondColumn":[{"id":"editorial","separatorColor":"bmj-red","headingText":"Editorial","articles":[{"title":"Covid inquiry: the flaws that led to system failure","url":"https://www.bmj.com/content/386/bmj.q1865","date":"29 August 2024","journal":{"name":"","url":null},"description":""},{"title":"Equity and technology in the pandemic treaty","url":"https://www.bmj.com/content/383/bmj.p2533","date":"03 November 2023","journal":{"name":"","url":null},"description":""},{"title":"Prisons and pandemic preparedness","url":"https://www.bmj.com/content/381/bmj.p860","date":"24 April 2023","journal":{"name":"","url":null},"description":""},{"title":"How pandemic publishing struck a blow to the visibility of women’s expertise","url":"https://www.bmj.com/content/381/bmj.p788","date":"06 April 2023","journal":{"name":"","url":null},"description":""},{"title":"Closing the gap in childhood immunisation after the pandemic","url":"https://www.bmj.com/content/380/bmj.p627","date":"21 March 2023","journal":{"name":"","url":null},"description":""},{"title":"WHO keeps covid-19 a public health emergency of international concern","url":"https://www.bmj.com/content/380/bmj.p504","date":"06 March 2023","journal":{"name":"","url":null},"description":""},{"title":"Financing covid-19 mRNA vaccines","url":"https://www.bmj.com/content/380/bmj.p413","date":"01 March 2023","journal":{"name":"","url":null},"description":""},{"title":"Protecting infants through covid-19 vaccination during pregnancy","url":"https://www.bmj.com/content/380/bmj.p241","date":"08 February 2023","journal":{"name":"","url":null},"description":""}],"moreText":"","moreUrl":"","isFree":true},{"id":"opinion","separatorColor":"bmj-red","headingText":"Opinion","articles":[{"title":"The vacuum of information about covid’s prevalence puts me at risk—bring back better data collection","url":"https://www.bmj.com/content/386/bmj.q1905","date":"30 August 2024","journal":{"name":"","url":null},"description":""},{"title":"Identifying long covid in children … and other research","url":"https://www.bmj.com/content/386/bmj.q1912","date":"05 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: communication failures impeded the UK’s pandemic response","url":"https://www.bmj.com/content/386/bmj.q1815","date":"16 August 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19 inquiry: We must not ignore the long term health impacts of covid","url":"https://www.bmj.com/content/386/bmj.q1679","date":"26 July 2024","journal":{"name":"","url":null},"description":""},{"title":"We can do better for young people with long covid","url":"https://www.bmj.com/content/386/bmj.q1664","date":"25 July 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry report: We planned for failure","url":"https://www.bmj.com/content/386/bmj.q1633","date":"23 July 2024","journal":{"name":"","url":null},"description":""},{"title":"Essential workers during covid-19: how quickly we forget","url":"https://www.bmj.com/content/384/bmj.q179","date":"25 January 2024","journal":{"name":"","url":null},"description":""},{"title":"Communicating scientific advice: lessons from the UK covid-19 inquiry","url":"https://www.bmj.com/content/383/bmj.p2903","date":"07 December 2023","journal":{"name":"","url":null},"description":""},{"title":"Labour’s proposed covid corruption commissioner: an important signal, but it won’t be easy to get the money back","url":"https://www.bmj.com/content/383/bmj.p2454","date":"25 October 2023","journal":{"name":"","url":null},"description":""},{"title":"Hancock’s covid inquiry evidence offers few clues as to why long covid was sidelined","url":"https://www.bmj.com/content/383/bmj.p2902","date":"07 December 2023","journal":{"name":"","url":null},"description":""},{"title":"Helen Salisbury: Covid booster chaos","url":"https://www.bmj.com/content/382/bmj.p2027","date":"05 September 2023","journal":{"name":"","url":null},"description":""},{"title":"Outsourcing covid-19 vaccination to the private sector will increase health inequalities","url":"https://www.bmj.com/content/382/bmj.p2012","date":"04 September 2023","journal":{"name":"","url":null},"description":""},{"title":"Why older adults can continue to benefit from covid-19 boosters","url":"https://www.bmj.com/content/382/bmj.p1662","date":"25 July 2023","journal":{"name":"","url":null},"description":""},{"title":"Weakened by a decade of austerity: why the UK’s covid-19 inquiry is right to look at policies since 2010","url":"https://www.bmj.com/content/381/bmj.p1288","date":"06 June 2023","journal":{"name":"","url":null},"description":""},{"title":"The covid public health emergency is ending: it now joins the ordinary emergency that is American health","url":"https://www.bmj.com/content/381/bmj.p949","date":"26 April 2023","journal":{"name":"","url":null},"description":""},{"title":"Employers must provide better support to workers with long covid","url":"https://www.bmj.com/content/381/bmj.p800","date":"06 April 2023","journal":{"name":"","url":null},"description":""},{"title":"Helen Salisbury: Unexplained symptoms aren’t always long covid","url":"https://www.bmj.com/content/380/bmj.p654","date":"21 March 2023","journal":{"name":"","url":null},"description":""}],"moreText":"","moreUrl":"","isFree":true}]},"researchData":{"totalPages":"1","id":"research","baseHeadingLevel":2,"headingText":"Research","firstColumn":[{"id":"from-bmj","separatorColor":"bmj-violet-500","headingText":"From The BMJ","articles":[{"title":"Interventions for the management of long covid (post-covid condition): living systematic review","url":"https://www.bmj.com/content/387/bmj-2024-081318","date":"27 November 2024","journal":{"name":"","url":null},"description":""},{"title":"Clinical effectiveness of an online supervised group physical and mental health rehabilitation programme for adults with post-covid-19 condition (REGAIN study): multicentre randomised controlled trial","url":"https://www.bmj.com/content/384/bmj-2023-076506","date":"07 February 2024","journal":{"name":"","url":null},"description":""},{"title":"Efficacy and safety of an inactivated virus-particle vaccine for SARS-CoV-2, BIV1-CovIran: randomised, placebo controlled, double blind, multicentre, phase 3 clinical trial","url":"https://www.bmj.com/content/382/bmj-2023-070464","date":"21 September 2023","journal":{"name":"","url":null},"description":""},{"title":"Long term risk of death and readmission after hospital admission with covid-19 among older adults: retrospective cohort study","url":"https://www.bmj.com/content/382/bmj-2023-076222","date":"09 August 2023","journal":{"name":"","url":null},"description":""},{"title":"Safety of BA.4-5 or BA.1 bivalent mRNA booster vaccines: nationwide cohort study","url":"https://www.bmj.com/content/382/bmj-2023-075015","date":"25 July 2023","journal":{"name":"","url":null},"description":""},{"title":"Comparative effectiveness of bivalent BA.4-5 and BA.1 mRNA booster vaccines among adults aged ≥50 years in Nordic countries: nationwide cohort study","url":"https://www.bmj.com/content/382/bmj-2022-075286","date":"25 July 2023","journal":{"name":"","url":null},"description":""},{"title":"Comparative effectiveness of heterologous third dose vaccine schedules against severe covid-19 during omicron predominance in Nordic countries: population based cohort analyses","url":"https://www.bmj.com/content/382/bmj-2022-074325","date":"24 July 2023","journal":{"name":"","url":null},"description":""}],"moreText":"More from The BMJ","moreUrl":"https://www.bmj.com/","isFree":true}],"secondColumn":[{"id":"bmj-journals","separatorColor":"bmj-violet-500","headingText":"From BMJ Journals","articles":[{"title":"Lessons from COVID-19 syndromic surveillance through emergency department activity: a prospective time series study from western Switzerland","url":"https://bmjopen.bmj.com/content/12/5/e054504","date":"6 May 2022","journal":{"name":"BMJ Open","url":null},"description":""},{"title":"COVID-19, body weight and the neighbourhood: food system dimensions and consumption associated with changes in body weight of Peruvian adults during first wave lockdowns","url":"https://nutrition.bmj.com/content/early/2022/05/04/bmjnph-2021-000416","date":"5 May 2022","journal":{"name":"BMJ Nutrition, Prevention \u0026 Health","url":null},"description":""},{"title":"Impact of physical activity on COVID-19-related symptoms and perception of physical performance, fatigue and exhaustion during stay-at-home orders","url":"https://bmjopensem.bmj.com/content/8/2/e001319","date":"4 May 2022","journal":{"name":"BMJ Open Sport \u0026 Exercise Medicine","url":null},"description":""},{"title":"Effectiveness of Ehteraz digital contact tracing app versus conventional contact tracing in managing the outbreak of COVID-19 in the State of Qatar","url":"https://innovations.bmj.com/content/early/2022/05/02/bmjinnov-2021-000879","date":"3 May 2022","journal":{"name":"BMJ Innovations","url":null},"description":""}],"moreText":"More from BMJ Journals","moreUrl":"https://journals.bmj.com/search/coronavirus%20jcode%3Aedpract%7C%7Cfetalneonatal%7C%7Cannrheumdis%7C%7Carchdischild%7C%7Cbjsports%7C%7Cbmjcr%7C%7Cebmed%7C%7Cbmjgh%7C%7Cbmjhci%7C%7Cbmjinnov%7C%7Cleader%7C%7Cjramc%7C%7Cbmjno%7C%7Cbmjnph%7C%7Cbmjopen%7C%7Cbmjdrc%7C%7Cbmjgast%7C%7Cbmjophth%7C%7Cbmjqir%7C%7Cbmjresp%7C%7Cbmjos%7C%7Cbmjosem%7C%7Cbmjpo%7C%7Cqhc%7C%7Cfamilyplanning%7C%7Cbmjstel%7C%7Cbmjspcare%7C%7Cbmjsit%7C%7Cbjophthalmol%7C%7Cconmed%7C%7Cdtb%7C%7Cemermed%7C%7Cesmoopen%7C%7Cejhpharm%7C%7Cebmental%7C%7Cebnurs%7C%7Cfmch%7C%7Cflgastro%7C%7Cgpsych%7C%7Cgutjnl%7C%7Cheartjnl%7C%7Cheartasia%7C%7Cihj%7C%7Cijgc%7C%7Cinjuryprev%7C%7Cjitc%7C%7Cjclinpath%7C%7Cjech%7C%7Cjim%7C%7Cjisakos%7C%7Cmedethics%7C%7Cjmedgenet%7C%7Cneurintsurg%7C%7Cjnnp%7C%7Clupusscimed%7C%7Cmedhum%7C%7Coemed%7C%7Copenhrt%7C%7Cpostgradmedj%7C%7Cpractneurol%7C%7Crapm%7C%7Crmdopen%7C%7Csextrans%7C%7Csvnbmj%7C%7Cthoraxjnl%7C%7Ctobaccocontrol%7C%7Ctsaco%7C%7Cwjps%20exclude_meeting_abstracts%3A1%20numresults%3A25%20sort%3Apublication-date%20direction%3Adescending%20format_result%3Acondensed%20button%3ASubmit%20button2%3ASubmit%20button3%3ASubmit","isFree":true}]},"whatYouNeedToKnowData":{"totalPages":"1","id":"what-you-need-to-know","baseHeadingLevel":2,"headingText":"What you need to know","firstColumn":[{"id":"highlights","separatorColor":"bmj-blue-500","headingText":"Highlights from The BMJ","articles":[{"title":"Are covid-19 tests still working?","url":"https://www.bmj.com/content/387/bmj.q2070","date":"17 October 2024","journal":{"name":"","url":null},"description":""},{"title":"Will we ever know where covid-19 came from?","url":"https://www.bmj.com/content/386/bmj.q1578","date":"09 September 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid:19: NHS staff still struggling with “traumatic memories” of pandemic, report finds","url":"https://www.bmj.com/content/386/bmj.q1969","date":"09 September 2024","journal":{"name":"","url":null},"description":""},{"title":"The vacuum of information about covid’s prevalence puts me at risk—bring back better data collection","url":"https://www.bmj.com/content/386/bmj.q1905","date":"30 August 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry: the flaws that led to system failure","url":"https://www.bmj.com/content/386/bmj.q1865","date":"29 August 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid-19 inquiry: We must not ignore the long term health impacts of covid","url":"https://www.bmj.com/content/386/bmj.q1679","date":"26 July 2024","journal":{"name":"","url":null},"description":""},{"title":"We can do better for young people with long covid","url":"https://www.bmj.com/content/386/bmj.q1664","date":"25 July 2024","journal":{"name":"","url":null},"description":""},{"title":"Covid inquiry report: We planned for failure","url":"https://www.bmj.com/content/386/bmj.q1633","date":"23 July 2024","journal":{"name":"","url":null},"description":""},{"title":"What do we know about covid-19’s effects on the gut?","url":"https://www.bmj.com/content/385/bmj.q842","date":"01 May 2024","journal":{"name":"","url":null},"description":""},{"title":"NHS hospital capacity during covid-19: overstretched staff, space, systems, and stuff","url":"https://www.bmj.com/content/385/bmj-2023-075613","date":"03 April 2024","journal":{"name":"","url":null},"description":""},{"title":"UK workers during the pandemic: inadequate protection and, consequently, increased risk","url":"https://www.bmj.com/content/384/bmj.q508","date":"01 March 2024","journal":{"name":"","url":null},"description":""},{"title":"US public health after covid-19: learning from the failures of the hollow state and racial capitalism","url":"https://www.bmj.com/content/384/bmj-2023-076969","date":"05 February 2024","journal":{"name":"","url":null},"description":""},{"title":"Essential workers during covid-19: how quickly we forget","url":"https://www.bmj.com/content/384/bmj.q179","date":"25 January 2024","journal":{"name":"","url":null},"description":""},{"title":"Communicating scientific advice: lessons from the UK covid-19 inquiry","url":"https://www.bmj.com/content/383/bmj.p2903","date":"07 December 2023","journal":{"name":"","url":null},"description":""}],"moreText":"","moreUrl":"","isFree":true}],"secondColumn":[{"id":"clinical-guidance","separatorColor":"bmj-blue-500","headingText":"Clinical guidance","articles":[{"title":"A living WHO guideline on drugs to prevent covid-19","url":"https://www.bmj.com/content/372/bmj.n526","date":"24 March 2023","journal":{"name":"","url":null},"description":""},{"title":"A living WHO guideline on drugs for covid-19","url":"https://www.bmj.com/content/370/bmj.m3379","date":"14 July 2022","journal":{"name":"","url":null},"description":""},{"title":"Covid-19 diagnosis and management","url":"https://bestpractice.bmj.com/info/coronavirus_covid-19/","date":"","journal":{"name":"","url":null},"description":"BMJ Best Practice provides regularly updated information on prevention, diagnosis, management, follow up"}],"moreText":"","moreUrl":"","isFree":true},{"id":"education","separatorColor":"","headingText":"Education","articles":[{"title":"Work and vocational rehabilitation for people living with long covid","url":"https://www.bmj.com/content/385/bmj-2023-076508","date":"10 May 2024","journal":{"name":"","url":null},"description":""},{"title":"Cognitive dysfunction after covid-19","url":"https://www.bmj.com/content/384/bmj-2023-075387","date":"01 February 2024","journal":{"name":"","url":null},"description":""},{"title":"Diagnosis of venous thromboembolic diseases in people with covid-19: summary of updated NICE guidance","url":"https://www.bmj.com/content/383/bmj.p2204","date":"12 October 2023","journal":{"name":"","url":null},"description":""},{"title":"Pathophysiology, diagnosis, and management of neuroinflammation in covid-19","url":"https://www.bmj.com/content/382/bmj-2022-073923","date":"18 August 2023","journal":{"name":"","url":null},"description":""},{"title":"Breathing difficulties after covid-19: a guide for primary care","url":"https://www.bmj.com/content/381/bmj-2023-074937","date":"14 June 2023","journal":{"name":"","url":null},"description":""},{"title":"Orthostatic tachycardia after covid-19","url":"https://www.bmj.com/content/380/bmj-2022-073488","date":"24 February 2023","journal":{"name":"","url":null},"description":""},{"title":"Update to living WHO guideline on drugs for covid-19","url":"https://www.bmj.com/content/380/bmj.p57","date":"12 January 2023","journal":{"name":"","url":null},"description":""},{"title":"Long covid—an update for primary care","url":"https://www.bmj.com/content/378/bmj-2022-072117","date":"22 September 2022","journal":{"name":"The BMJ","url":null},"description":""},{"title":"Covid-19 vaccination in pregnancy","url":"https://www.bmj.com/content/378/bmj-2021-069741","date":"10 August 2022","journal":{"name":"The BMJ","url":null},"description":""},{"title":"Diagnosis and management of covid-19 in pregnancy","url":"https://www.bmj.com/content/377/bmj-2021-069739","date":"26 April 2022","journal":{"name":"","url":null},"description":""}],"moreText":"","moreUrl":"","isFree":true}]},"jobsData":{"baseHeadingLevel":2,"headingText":"Covid-19 jobs","separatorColor":"bmj-green-500","articles":[{"title":"Manchester University NHS Foundation Trust: Specialty Dentist in Paediatric Dentistry","url":"https://www.bmj.com/careers/job/212117/specialty-dentist-in-paediatric-dentistry/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"},{"title":"Manchester University NHS Foundation Trust: Locum Consultant in Vascular Interventional Radiology","url":"https://www.bmj.com/careers/job/212106/locum-consultant-in-vascular-interventional-radiology/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"},{"title":"Manchester University NHS Foundation Trust: Senior Locally Employed Doctor in Oncoplastic Breast Surgery","url":"https://www.bmj.com/careers/job/211965/senior-locally-employed-doctor-in-oncoplastic-breast-surgery/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"},{"title":"Manchester University NHS Foundation Trust: Locum Consultant in Paediatric Respiratory Medicine","url":"https://www.bmj.com/careers/job/211901/locum-consultant-in-paediatric-respiratory-medicine/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"},{"title":"Manchester University NHS Foundation Trust: Junior Locally Employed Doctor in Paediatric Trauma \u0026 Orthopaedics","url":"https://www.bmj.com/careers/job/211788/junior-locally-employed-doctor-in-paediatric-trauma-and-orthopaedics/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"},{"title":"Manchester University NHS Foundation Trust: Senior Locally Employed Doctor in Ophthalmology","url":"https://www.bmj.com/careers/job/211661/senior-locally-employed-doctor-in-ophthalmology/?TrackID=8\u0026utm_source=rss\u0026utm_medium=feed\u0026utm_campaign=general"}]},"coursesData":{"totalPages":"1","baseHeadingLevel":2,"articleListData":{"id":"courses","separatorColor":"bmj-blue-500","headingText":"Courses","articles":[{"title":"Treat your patients with confidence","url":"https://new-learning.bmj.com/covid-19","date":"(16 COURSES)","journal":{"name":"","url":null},"description":"BMJ Learning offers our most relevant CPD online courses to update and refresh clinical knowledge for those supporting our healthcare systems in the diagnosis and treatment of covid-19"}],"moreText":"","moreUrl":"","isFree":true}},"metadata":{"title":"Coronavirus (covid-19) Hub - Latest News \u0026 Research","description":"BMJ has created this coronavirus hub to support healthcare professionals and researchers dealing with covid-19. It includes practical guidance, latest news and research. The content is free and is updated daily.","image":"https://www.bmj.com/content/bmj/370/bmj.m3026/F1.medium.jpg","currentPath":"/coronavirus"},"infographicsData":{"id":"infographics-section","headingText":"Infographics","isFree":true,"articles":[{"imageDetails":{"src":"https://bmj-chicken.bmj.com/thebmj/wp-content/uploads/sites/4/2022/03/expert-estimates-covid-19.png","alt":"Visualising expert estimates of covid-19 transmission","width":100,"height":100},"title":"Visualising expert estimates of covid-19 transmission","url":"https://www.bmj.com/content/375/bmj-2021-065312","date":"Updated: 1 Dec 2021","downloads":[]},{"imageDetails":{"src":"https://bmj-chicken.bmj.com/thebmj/wp-content/uploads/sites/4/2022/03/covid-19-lateral-flow-tests.png","alt":"Interpreting covid-19 lateral flow tests","width":100,"height":100},"title":"Interpreting covid-19 lateral flow tests","url":"https://www.bmj.com/content/373/bmj.n1411","date":"Updated: 22 June 2021","downloads":[]},{"imageDetails":{"src":"https://bmj-chicken.bmj.com/thebmj/wp-content/uploads/sites/4/2022/03/long_covid_v22_thumb.png","alt":"\"Long covid\" in primary care","width":100,"height":100},"title":"\"Long covid\" in primary care","url":"https://www.bmj.com/content/370/bmj.m3026/infographic","date":"Updated: 11 August 2020","downloads":[]}]}},"__N_SSG":true},"page":"/coronavirus","query":{},"buildId":"8jC_R7aE1p2nLhz3DYNM7","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>