www.healthaffairs.org Open in urlscan Pro
104.18.38.235  Public Scan

Submitted URL: https://r20.rs6.net/tn.jsp?f=001orad6mZ9h2UJ3sqb9kzDL8KB9-wgmB0lvSVEGMfihSTxBBwwfyAEzi-qzuO6fX1Zk6XciyLJO-ey0VujE0me...
Effective URL: https://www.healthaffairs.org/
Submission: On January 05 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST /action/doLogin

<form action="/action/doLogin" method="post"><input type="hidden" name="id" value="ca585214-7477-4ad5-a4b3-977f4ab97093">
  <input type="hidden" name="redirectUri" value="/">
  <input type="hidden" name="loginUri" value="/">
  <input type="hidden" name="popup" value="true">
  <div class="input-group">
    <div class="label ">
      <label for="login">Email or Remote login</label>
    </div>
    <input id="login" class="login" type="text" name="login" value="" size="15" placeholder="">
    <div class="actions">
    </div>
  </div>
  <div class="input-group">
    <div class="label ">
      <label for="password">Password</label>
    </div>
    <input id="password" class="password" type="password" name="password" value="" autocomplete="off" placeholder="">
    <span class="password-eye-icon icon-eye hidden"></span>
    <div class="actions">
      <a href="/action/requestResetPassword" class="link show-request-reset-password">Forgot password?</a>
    </div>
  </div>
  <div class="remember">
    <div class="keepMeLogin">
      <span class="label">Keep me logged in</span>
    </div>
    <div class="switch small-switch">
      <input id="ca585214-7477-4ad5-a4b3-977f4ab97093-remember" class="cmn-toggle cmn-toggle-round-flat" type="checkbox" name="remember" value="true" tabindex="0">
      <label class="tgl-btn" for="ca585214-7477-4ad5-a4b3-977f4ab97093-remember"></label>
    </div>
  </div>
  <div class="submit" disabled="disabled">
    <input class="button submit primary" type="submit" name="submit" value="Login" disabled="disabled">
  </div>
</form>

POST /action/registration

<form action="/action/registration" class="registration-form" method="post"><input type="hidden" name="redirectUri" value="/">
  <div class="input-group">
    <div class="label">
      <label for="3ce843dc-f868-4031-a137-abf1a7d6d80a.email">Email</label>
    </div>
    <input id="3ce843dc-f868-4031-a137-abf1a7d6d80a.email" class="email" type="email" name="email" value="">
  </div>
  <div class="submit">
    <input class="button submit primary" type="submit" value="Register" disabled="disabled">
  </div>
</form>

POST /action/requestResetPassword

<form action="/action/requestResetPassword" class="request-reset-password-form" method="post"><input type="hidden" name="requestResetPassword" value="true">
  <div class="input-group">
    <div class="label">
      <label for="19988eed-cee0-4b0f-aa3e-765eedeaaff0.email">Email</label>
    </div>
    <input id="19988eed-cee0-4b0f-aa3e-765eedeaaff0.email" class="email" type="text" name="email" value="" size="15" placeholder="Enter your email" autocorrect="off" spellcheck="false" autocapitalize="off">
  </div>
  <div class="password-recaptcha-ajax"></div>
  <input class="button primary submit" type="submit" name="submit" value="Submit" disabled="disabled">
</form>

POST /action/requestUsername

<form action="/action/requestUsername" method="post"><input type="hidden" name="requestUsername" value="requestUsername">
  <div class="input-group">
    <div class="label">
      <label for="3d02386d-1da6-43ea-9277-751f94509882.email">Email</label>
    </div>
    <input id="3d02386d-1da6-43ea-9277-751f94509882.email" class="email" type="text" name="email" value="" size="15">
  </div>
  <div class="username-recaptcha-ajax"></div>
  <input class="button primary submit" type="submit" name="submit" value="Submit" disabled="disabled">
  <div class="center">
    <a href="#" class="cancel">Close</a>
  </div>
</form>

POST /action/changePassword

<form action="/action/changePassword" method="post">
  <div class="message error"></div>
  <input type="hidden" name="submit" value="submit">
  <div class="input-group">
    <div class="label">
      <label for="7e671888-3571-4e46-86ca-0b10f6ad24e8-old">Old Password</label>
    </div>
    <input id="7e671888-3571-4e46-86ca-0b10f6ad24e8-old" class="old" type="password" name="old" value="" autocomplete="off">
    <span class="password-eye-icon icon-eye hidden"></span>
  </div>
  <div class="input-group">
    <div class="label">
      <label for="7e671888-3571-4e46-86ca-0b10f6ad24e8-new">New Password</label>
    </div>
    <input id="7e671888-3571-4e46-86ca-0b10f6ad24e8-new" class="pass-hint new" type="password" name="new" value="" autocomplete="off">
    <span class="password-eye-icon icon-eye hidden"></span>
    <div class="password-strength-indicator" data-min="8" data-max="20" data-strength="3">
      <span class="text too-short">Too Short</span>
      <span class="text weak">Weak</span>
      <span class="text medium">Medium</span>
      <span class="text strong">Strong</span>
      <span class="text very-strong">Very Strong</span>
      <span class="text too-long">Too Long</span>
    </div>
    <div id="pswd_info" class="pass-strength-popup js__pswd_info" style="display: none;">
      <h4 id="length"> Your password must have 8 characters or more and contain 3 of the following: </h4>
      <ul>
        <li id="letter" class="invalid">
          <span>a lower case character,&nbsp;</span>
        </li>
        <li id="capital" class="invalid">
          <span>an upper case character,&nbsp;</span>
        </li>
        <li id="special" class="invalid">
          <span>a special character&nbsp;</span>
        </li>
        <li id="number" class="invalid">
          <span>or a digit</span>
        </li>
      </ul>
      <span class="strength">Too Short</span>
    </div>
  </div>
  <input class="button primary submit" type="submit" value="Submit" disabled="disabled">
</form>

Name: defaultQuickSearchGET /action/doSearch

<form action="/action/doSearch" name="defaultQuickSearch" method="get" title="Quick Search">
  <div class="input-group option-0"><label for="AllFieldc5ac35e4-b268-4814-87b9-d63525cb7bc50" class="sr-only">Enter topic, phrases, DOI, title, or author</label>
    <div class="autoComplete_wrapper" role="combobox" aria-owns="autoComplete_list_1" aria-haspopup="true" aria-expanded="false" aria-label="Enter a text or select an option"><input type="search" autocomplete="off"
        id="AllFieldc5ac35e4-b268-4814-87b9-d63525cb7bc50" name="AllField" placeholder="Enter topic, phrases, DOI, title, or author" data-auto-complete-max-words="7" data-auto-complete-max-chars="32" data-contributors-conf="3" data-topics-conf="3"
        data-publication-titles-conf="3" data-history-items-conf="3" value="" class="auto-complete" aria-controls="autoComplete_list_1" aria-autocomplete="both"></div>
  </div>
  <ul id="autoComplete_list_1" role="listbox" hidden="" class="autoComplete rlist"></ul><button type="submit" title="Search" class="btn quick-search__button icon-search"><span
      class="sr-only">Search</span><span>Search</span></button><a href="/search/advanced" title="Advanced Search" class="advanced-search-link">ADVANCED SEARCH</a>
</form>

Name: defaultQuickSearchGET /action/doSearch

<form action="/action/doSearch" name="defaultQuickSearch" method="get" title="Quick Search">
  <div class="input-group option-0"><label for="AllFieldb3378fe3-0380-4943-bc00-0263bb40fa660" class="sr-only">Enter topic, phrases, DOI, title, or author</label>
    <div class="autoComplete_wrapper" role="combobox" aria-owns="autoComplete_list_2" aria-haspopup="true" aria-expanded="false" aria-label="Enter a text or select an option"><input type="search" autocomplete="off"
        id="AllFieldb3378fe3-0380-4943-bc00-0263bb40fa660" name="AllField" placeholder="Enter topic, phrases, DOI, title, or author" data-auto-complete-max-words="7" data-auto-complete-max-chars="32" data-contributors-conf="3" data-topics-conf="3"
        data-publication-titles-conf="3" data-history-items-conf="3" value="" class="auto-complete" aria-controls="autoComplete_list_2" aria-autocomplete="both"></div>
  </div>
  <ul id="autoComplete_list_2" role="listbox" hidden="" class="autoComplete rlist"></ul><button type="submit" title="Search" class="btn quick-search__button icon-search"><span
      class="sr-only">Search</span><span>Search</span></button><a href="/search/advanced" title="Advanced Search" class="advanced-search-link">ADVANCED SEARCH</a>
</form>

Text Content

LOGIN TO YOUR ACCOUNT

Email or Remote login

Password
Forgot password?
Keep me logged in


New User


CREATE A NEW ACCOUNT

Email

Returning user

Can't sign in? Forgot your password?

Enter your email address below and we will send you the reset instructions


Email

Cancel

If the address matches an existing account you will receive an email with
instructions to reset your password.

Close


REQUEST USERNAME

Can't sign in? Forgot your username?

Enter your email address below and we will send you your username


Email

Close

If the address matches an existing account you will receive an email with
instructions to retrieve your username


CHANGE PASSWORD

Old Password
New Password
Too Short Weak Medium Strong Very Strong Too Long

YOUR PASSWORD MUST HAVE 8 CHARACTERS OR MORE AND CONTAIN 3 OF THE FOLLOWING:

 * a lower case character, 
 * an upper case character, 
 * a special character 
 * or a digit

Too Short


PASSWORD CHANGED SUCCESSFULLY

Your password has been changed

 * For Authors
 * Products & Access
 * Free Newsletters
 * Subscribe
 * Renew
 * 0 Cart
 * Login
 * Institutional Access

 * Enter topic, phrases, DOI, title, or author
   
   SearchSearchADVANCED SEARCH

 * COVID-19
 * Topics
   
   
   FEATURED TOPICS
   
   Affordable Care Act Health Equity Considering Health Spending Racism and
   Health
   
   
   ADDITIONAL TOPICS
   
   COVID-19 Resource Center Leading to Health Social Determinants of Health
   Disability and Health
   
   View All Topics
 * Journals
   
   
   ISSUES
   
   December 2023, Global Lessons From COVID-19 November 2023, Care Models,
   Physicians, Affordability & More October 2023, Tackling Structural Racism In
   Health View Issues Archive
   
   
   FEATURED ARTICLE SERIES
   
   Age-Friendly Health Considering Health Spending Leading to Health Narrative
   Matters View All Article Series
   
   
   ADDITIONAL JOURNAL CONTENT
   
   Ahead of Print Collected Works Theme Issues
   
   View Journal Homepage Health Affairs Scholar
 * Forefront
   
   
   FEATURED TOPICS
   
   Considering Health Spending Following the ACA Global Health Policy
   
   
   ADDITIONAL TOPICS AND SERIES
   
   GrantWatch Elsewhere@Health Affairs COVID-19 View All Forefront Series
   View Most Recent Forefront Articles Forefront FAQs
   
   View Forefront Homepage View Forefront Archive
 * Podcasts
   
   
   FEATURED PODCAST SERIES
   
   A Health Podyssey This Week Narrative Matters Pathways Research And Justice
   For All
   
   View All Podcasts
 * Events
   
   
   FEATURED EVENTS
   
   Lunch and Learn: National Health Care Spending In 2022: Growth Similar To
   Prepandemic Rates Journal Club: “Nursing Home Staffing: Share Of Immigrant
   Certified Nursing Assistants Grew As US-Born Staff Numbers Fell, 2010–21”
   
   
   ADDITIONAL EVENTS CONTENT
   
   View Upcoming Events
   
   View All Events
 * Briefs
 * * Enter topic, phrases, DOI, title, or author
     
     SearchSearchADVANCED SEARCH
 * For Authors
 * For Subscribers

 * 
 * 
 * 
 * 
 * 


WELCOME TO HEALTH AFFAIRS


IN HEALTH AFFAIRS TODAY


JUST RELEASED: DECEMBER 2023 ISSUE

THE DECEMBER ISSUE ON GLOBAL LESSONS FROM COVID-19 IS NOW AVAILABLE.

December 20, 2023 | Health Affairs


JUST RELEASED ON HEALTH AFFAIRS FOREFRONT

HEALTH AFFAIRS IN 2023: EDITOR’S PICKS

January 3, 2024 | A. Weil


LATEST PODCAST: THIS WEEK

ADDRESSING VACCINE HESITANCY

December 22, 2023 | P. Hotez


UPCOMING EVENT

LUNCH AND LEARN: NATIONAL HEALTH CARE SPENDING IN 2022: GROWTH SIMILAR TO
PREPANDEMIC RATES

January 10, 2024 | M. B. Buntin and D. M. Cutler

SOCIOECONOMIC DISPARITIES IN MORTALITY AND HEALTH CARE USE DURING THE COVID-19
PANDEMIC: EVIDENCE FROM GERMANY

December 2023 | J. Schreyögg, et al.

LIVES VERSUS LIVELIHOODS: THE EPIDEMIOLOGICAL, SOCIAL, AND ECONOMIC IMPACT OF
COVID-19 IN LATIN AMERICA AND THE CARIBBEAN

December 2023 | A. Rubinstein, et al.


LATEST FROM THE JOURNAL


DECEMBER 2023 | GLOBAL LESSONS FROM COVID-19

The December 2023 issue of Health Affairs is devoted entirely to exploring
lessons learned around the globe from the COVID-19 pandemic. Articles in the
issue cover topics including how modeling was used to respond to the pandemic,
how health inequities emerged and were addressed, and how countries attempted to
protect their most vulnerable residents.

December 2023
Table of Contents
 * Narrative MattersChanging The Playbook For Immigrant Health
   December 2023
    * C. Bettigole et al.

 * Research ArticleFDA Global Drug Inspections: Surveillance Of Manufacturing
   Establishments Remains Well Below Pre-COVID-19 Levels
   December 2023
    * E. Cuddy et al.




THE NEW OPEN ACCESS JOURNAL OF HEALTH POLICY

Health Affairs Scholar is now accepting submissions. Visit the Health Affairs
Scholar site to find detailed information about the new journal's scope and
purpose, its open access model, and author guidelines.

Learn More Read Current Issue


 


LATEST FROM HEALTH AFFAIRS FOREFRONT


 * DISPELLING THE MYTHS HINDERING MEDICAID INNOVATION
   
   January 4, 2024 David Velasquez et al.
   
   


 * THE TOP-TEN HEALTH AFFAIRS FOREFRONT ARTICLES OF 2023
   
   January 4, 2024 Health Affairs
   
   


 * IMPACT OF PRIVATE CAPITAL AND FINANCIALIZATION ON HEALTH EQUITY: A RESPONSE
   TO ENEKWECHI
   
   January 3, 2024 Jessica L. Andersen
   
   


 * HEALTH AFFAIRS IN 2023: EDITOR’S PICKS
   
   January 3, 2024 Alan Weil
   
   


 * BALANCING AUTONOMY AND PUBLIC SAFETY: A CALL FOR MEDICAL AND REGULATORY
   OVERSIGHT OF DRIVERS WITH COGNITIVE DECLINE
   
   January 2, 2024 Sharona Hoffman et al.
   
   

 

 



NEW FROM HEALTH AFFAIRS SCHOLAR

Health Affairs Scholar Combined RSS Feed

--------------------------------------------------------------------------------

 * The gender wage gap among healthcare workers across educational and
   occupational groups
   Wed, 27 Dec 2023
   
 * Programmatic Quality Measures: A new model to promote surgical quality
   Wed, 03 Jan 2024
   
 * The mortality experience of disabled persons in the United States during the
   COVID-19 pandemic
   Fri, 08 Dec 2023
   
 * Six months, strong impact
   Wed, 03 Jan 2024
   


SUBSCRIBE TO HEALTH AFFAIRS

A print and online subscription includes:

 * Up-to-date health policy thought leadership
 * Full digital access to all peer-reviewed research
 * The latest health policy news featured in Health Affairs Forefront, briefs,
   and podcasts 

Subscribe Today View Individual Issues


 


FREE & EXCLUSIVE NEWSLETTERS

Get expert health policy analysis and research sent directly to your inbox. Our
free and premium newsletters provide updates about new research articles,
podcasts, monthly events, and professional development opportunities for health
care industry professionals. As a member of our Health Affairs Insider program,
you can unlock additional curated newsletters on topics like social determinants
of health, health equity, health spending, and more.

Sign Up Today



UPCOMING EVENTS

 * Event
   
   
   JOURNAL CLUB: “NURSING HOME STAFFING: SHARE OF IMMIGRANT CERTIFIED NURSING
   ASSISTANTS GREW AS US-BORN STAFF NUMBERS FELL, 2010–21”
   
   January 16, 2024
   Preview Short Description
   
   Join this event featuring a closer look at a new Health Affairs research
   article, “Nursing Home Staffing: Share Of Immigrant Certified Nursing
   Assistants Grew As US-Born Staff Numbers Fell, 2010–21,” to be published in
   the January 2024 issue of the journal.

View Events Archive View All Upcoming Events


POLICY BRIEFS

Health Policy Briefs examine complex questions currently being debated in health
policy and health services research. The health policy briefs provide a clear,
comprehensive, and impartial overview that anyone can use to quickly get up to
speed.

View All Policy Briefs


LATEST POLICY BRIEFS

 * Culture of Health
   
   
   WATER INSECURITY AND POPULATION HEALTH: IMPLICATIONS FOR HEALTH EQUITY AND
   POLICY
   
    * Lara J. Cushing
    * Kristin Babson Dobbin
    * Na'Taki Osborne Jelks
    * Xinyue Liu
    * Rachel Morello-Frosch
   
   October 12, 2023
 * Culture of Health
   
   
   THE RISE AND FALL OF UNDEREMPLOYMENT: IMPLICATIONS FOR WORKERS' HEALTH
   
    * Lonnie Golden
    * Jaeseung Kim
   
   July 13, 2023


PODCASTS

Health Affairs, the leading journal of health policy research, offers a
nonpartisan forum to promote analysis and discussions on improving health. With
our podcasts, we go beyond the papers to bring you insightful discussions on the
latest news and research affecting health policy today.

View All Podcasts


LISTEN TO THESE LATEST PODCASTS

 * Podcast: Newsmakers
   
   
   ADDRESSING VACCINE HESITANCY
   
    * Peter Hotez
   
   December 22, 2023
   Preview Short Description
   
   The COVID-19 pandemic is waning – but, sadly for many, some of the public
   health messages from that time are now being ignored.

 * Health Affairs This Week
   
   
   PODCAST: BEHIND THE PAGES: GLOBAL LESSONS FROM COVID-19
   
    * Leslie Erdelack
    * Margaret K. Saunders
   
   December 8, 2023
   Preview Short Description
   
   Health Affairs' Leslie Erdelack and Margaret Saunders go behind the pages to
   discuss the latest theme issue from Health Affairs on Global Lessons From
   COVID-19.


FEATURED TOPICS

Read the latest insights on high profile health policy topics.

Housing And Health

Health Equity

Considering Health Spending


PUBLISH WITH HEALTH AFFAIRS

Health Affairs' mission is to serve as a high-level, nonpartisan forum to
promote analysis and discussion on improving health and health care, and to
address such issues as cost, quality, and access.

Find Out More



 

 * 1220 19th Street, NW, Suite 800
   Washington, DC 20036
   T 202 408 6801
   F 301 654 2845
   customerservice@healthaffairs.org
   
   
   TOPICS
   
    * Access & Use
    * Costs & Spending
    * COVID-19
    * Health Equity
    * Health Reform
    * Leading To Health
    * More Topics
   
   
   CONTENT
   
    * Journal
    * Forefront
    * Scholar
    * Briefs
    * Events
    * Podcasts
    * Collected Works
   
   
   INFORMATION FOR
   
    * Authors
    * Request For Abstracts
    * Reviewers
    * Subscribers
    * Advertisers
    * Media News Room
    * Funders
    * Event Attendees
   
   
   SERVICES & RESOURCES
   
    * Submit Content
    * Subscribe
    * Renew
    * Membership
    * Manage My Account
    * Purchase Content
    * Permissions
    * Alerts
    * Newsletter Sign Up
    * Advertising Kit
   
   
   HEALTH AFFAIRS
   
    * About
    * Impact Report
    * Terms & Conditions
    * Privacy Policy
    * Jobs At Health Affairs
    * Fellowships
    * Contact Us
   
    * Terms and conditions
    * Privacy
    * Project HOPE
   
   Health Affairs is pleased to offer Free Access for low-income countries.
   Health Affairs gratefully acknowledges the support of many funders.
   
   Health Affairs is an official journal of AcademyHealth.
   
   
   Project HOPE is a global health and humanitarian relief organization that
   places power in the hands of local health care workers to save lives across
   the globe. Project HOPE has published Health Affairs since 1981.
   
   Copyright 1995 - 2024 by Project HOPE: The People-to-People Health
   Foundation, Inc., eISSN 1544-5208.




FREE ONLINE EVENT

Lunch and Learn: National Health Care Spending In 2022: Growth Similar To
Prepandemic Rates
Wednesday, January 10   |   1-2 pm EDT

Register here!