Which states have the most private-equity...





Data from the Private Equity Stakeholder Project (PESP) provides the answer. Data below are sorted by most to least number (N) private equity-owned hospitals. One can clearly see that Texas is leading the way in terms of raw numbers but New Mexico has the highest share of hospitals that are PE-owned.

https://pestakeholder.org/private-equity-hospital-tracker/

You can find more data on private equity ownership of hospitals here.



function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');

Leave a Comment