<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
Athenahealth-and-Smile-Foundation-Partnership
Health National Trending news

Athenahealth and Smile Foundation Partnership Reaches Key Milestone

~athenahealth and Smile Foundation’s mobile healthcare unit, Smile on Wheels, has served more than 10,000 patients in Chennai, India, since launching last year~

Chennai, June 7, 2022– athenahealth, Inc., a leading provider of network-enabled software and services for medical groups and health systems nationwide, and Smile Foundation today announced that through their partnership in the Smile on Wheels programme, more than 10,000 patients received care in its first six months of operation. athenahealth and Smile Foundation launched their mobile medical unit in August 2021 to strengthen public health infrastructure and provide primary healthcare to Chennai residents.

Smile on Wheels is a national-level mobile healthcare programme focused on serving underprivileged children and women. Through the programme, athenahealth is providing financial support for a Smile on Wheels mobile medical unit, which offers primary healthcare services in an area of Chennai with approximately 17,600 households and 88,000 residents.

“We are proud of the significant impact that this partnership is already making by providing so many residents with access to necessary healthcare,” said Vikram Singh Verma, Executive Director, Smile Foundation. “We look forward to continuing to work with athenahealth to provide primary healthcare services to the Chennai community,” he added.

“athenahealth is proud to partner with Smile Foundation and support the Smile on Wheels programme, which is providing vital care to some of the most vulnerable communities in India,” said Sasidharan Chinnaraj, Executive Director of Engineering at athenahealth India. “Through this programme, we are already making a significant impact in Chennai, and we look forward to continuing to serve these communities with the care they need and deserve,” he added.

The Smile on Wheels programme sends well-equipped medical mobile units, along with specialized doctors, nurses, medical staff, and medicine, to villages and underserved communities to provide crucial access to healthcare services. The objective of the programme is to ensure improved healthcare services reach the doorsteps of people residing in unserved or underserved areas. Smile on Wheels provides free healthcare services to more than 1.5 million children and families every year across India.

About athenahealth, Inc.

athenahealth creates innovative healthcare technology that connects clinicians, patients, payers, and partners in differentiated ways. Our electronic health records, revenue cycle management, and patient engagement tools allow anytime, anywhere access, driving better financial outcomes for our customers and enabling our provider customers to deliver better quality care. In everything we do, we’re inspired by our vision to create a thriving ecosystem that delivers accessible, high-quality, and sustainable healthcare for all. For more information, please visit: www.athenahealth.com

Through athenaGives, athenahealth’s corporate social responsibility program, we have partnered with Smile Foundation to help advance our mission and create positive social impact. athenaGives’ mission is to expand access to high-quality healthcare for all today, ensure food security, and support STEM education to develop providers and technologists who will provide access to high-quality healthcare for all tomorrow. For more information, please visit https://www.athenahealth.com/about/athenagives-india.

About Smile Foundation

Smile Foundation is an NGO in India directly benefitting over 15,000,000 children and their families every year through more than 400 live welfare projects on education for poor children, healthcare, livelihood, and women’s empowerment in more than 2,000 remote villages and underserved communities across 25 states of India. Adopting a life cycle approach of development, Smile Foundation focuses its interventions on children, their families, and the community.

Media Contacts:

Smile Foundation

Sreeparna Chakrabarty: sreeparna.chakrabarty@smilefoundationindia.org. | 9811502059
Website: http://www.smilefoundationindia.org/

athenahealth
Rob Julavits

rjulavits@athenahealth.com
(203) 666-7687

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>