// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

AAPI to host health summit in Odisha

The summit will focus on three major themes, eradicating Tuberculosis, advancing Diabetes care, and integrating Ayurveda into mainstream medicine.

Poster of the event / AAPI

The American Association of Physicians of Indian Origin (AAPI) will organize its 2026 Global Health Summit in Bhubaneswar, Odisha, from Jan. 9 to 11.

The event will bring together hundreds of physicians, researchers, and policymakers from across the globe, serving as a forum to address India’s most urgent health challenges, namely, Tuberculosis (TB), Diabetes, the integration of Ayurveda with modern medicine, and the adoption of cutting-edge health technology.

ALSO READ: AAPI launches nationwide stem cell drive to save lives in Indian American community

Dr. Amit Chakrabarty, President of AAPI and Chairman of the summit talked about AAPI's overarching goal and said, “Our goal is to strengthen medical collaboration and foster innovation that truly impacts lives.” The summit will build on this foundation by promoting joint research, mentorship, and the exchange of expertise in oncology, cardiology, infectious diseases, and preventive medicine.

He added, “Bringing together such distinguished leaders ensures the summit benefits from a global viewpoint while addressing local health needs,” noted Dr. Chakrabarty.

Dr. Achyuta Samanta, the Founder of KIIT, KISS, and KIMS, will serve as the Chief Patron, with an organizing committee of Odisha’s leading healthcare figures, including Dr. Sita Kantha Dash (Chairman, Kalinga Hospital Ltd.), Dr. S. Santosh Kumar Dora (CEO, Kalinga Hospital Ltd.), and Dr. Ajit K. Mohanty (Director General, KIMS).

The summit will focus on three major themes, 'eradicating Tuberculosis', 'advancing Diabetes care', and 'integrating Ayurveda into mainstream medicine'.

AAPI is pledging active support for the national TB-Free Tribal India campaign, spearheaded by Dr. Manoj Jain. “Our collaboration aims to accelerate progress toward a TB-free India, especially in tribal communities,” said Dr. Jain.

Diabetes initiatives, led by Dr. Smitha Joshi, will highlight advances in management and prevention. Meanwhile, the Ayurveda Consortium, coordinated by Dr. Amit Shah and Dr. Arti Prasad, will explore the synergy between traditional practices and contemporary healthcare. “We believe Ayurveda can complement modern medicine and help address chronic diseases more holistically,” remarked Dr. Shah.

The summit will feature keynote addresses and sessions led by top physicians and researchers from India and abroad. Topics will range from new medical advancements, Continuing Medical Education (CME), Evidence-Based Learning (ELS), research methodology, and scientific writing. “Our summit is a launchpad for innovative ideas and medical breakthroughs,” said Dr. Ajit K. Mohanty.

Special sessions will address mental health, childhood obesity, non-communicable disease prevention, and community CPR training have also been scheduled, reflecting AAPI’s holistic approach to public health.

Since its inception in 2007, AAPI’s Global Health Summit has played a crucial role in strengthening Indian healthcare. The 2026 summit is poised to be a milestone, influencing policy, shaping future health agendas, and reinforcing AAPI’s legacy as a bridge between India and the United States.

“AAPI GHS is an unmatched opportunity to connect with leaders shaping the future of healthcare,” concluded Dr. Medavaram.

He added, “We look forward to launching new initiatives and continuing the legacy of our organization’s leaders.”

Comments

Related