iCare Health and Wellness

iCare Health & Wellness.

Premium Medical Services

Initializing Experience...

Home Hospitals Doctors News Support
// Parse facilities $facilities = []; if (!empty($hospital["key_facilities"])) { $facilities = array_map("trim", explode(",", $hospital["key_facilities"])); } // Initialize default values $doctors = []; $brochures = []; $specialtiesData = []; // Get doctors at this hospital try { $stmt = $db->prepare("SELECT * FROM doctors WHERE hospital_id = ? ORDER BY id DESC"); $stmt->execute([$id]); $doctors = $stmt->fetchAll() ?: []; } catch (Exception $e) { // Table may not exist, use empty array $doctors = []; } // Get active brochures/promos for this hospital along with their active Campaign ID for tracking try { $stmt = $db->prepare(" SELECT b.*, c.id as campaign_id FROM brochures b LEFT JOIN campaigns c ON b.id = c.brochure_id AND c.status = 'Active' WHERE b.hospital_id = ? AND b.is_active = 1 ORDER BY b.created_at DESC "); $stmt->execute([$id]); $brochures = $stmt->fetchAll() ?: []; } catch (Exception $e) { $brochures = []; } // Get hospital specialties try { $stmt = $db->prepare("SELECT * FROM hospital_specialties WHERE hospital_id = ? ORDER BY specialty_name ASC"); $stmt->execute([$id]); $specialtiesData = $stmt->fetchAll() ?: []; } catch (Exception $e) { $specialtiesData = []; } // Get hospital images $images = []; if (!empty($hospital["hero_image_url"])) $images[] = $hospital["hero_image_url"]; if (!empty($hospital["logo_url"])) $images[] = $hospital["logo_url"]; if (empty($images)) $images[] = "https://images.unsplash.com/photo-1586773860418-d3b978b055e0?auto=format&fit=crop&q=80&w=1920"; $pageTitle = htmlspecialchars($hospital["name"]); include __DIR__ . "/../app/Views/layout/header.php"; ?>
Gleneagles Hospital Chennai
Verified
General Hospital
300+ Beds

Gleneagles Hospital Chennai

Chennai, India
Specialists
0
Specialties
0
Capacity
300+ Beds
Emergency
24/7

About Hospital

A modern multi-specialty hoGleneagles Global Health City in Chennai, also known as Gleneagles Hospital, is one of India’s leading quaternary care multi-specialty hospitals. Located on a 21-acre campus in Perumbakkam, it is part of the Fortis Healthcare Network and accredited by NABH and NABL, ensuring the highest standards of clinical excellence.


Renowned as a premier center for multi-organ transplantation, the hospital performs complex procedures including liver, kidney, heart, lung, uterus, and even hand transplants. Its Gleneagles Cancer Institute offers advanced oncology care with Truebeam STX and PET CT technology, while its cardiology and cardiac surgery teams handle intricate interventions such as bypass and valve repair. The hospital is also recognized for expertise in neurology, neurosurgery, and robotic-assisted procedures using the Da Vinci Xi system.


Gleneagles Global Health City is home to distinguished specialists like Dr. Joy Varghese in hepatology and liver transplantation, Dr. Balaji Ramani in oncology, Dr. Govini Balasubramani in cardiac surgery, and Dr. Nigel Symss in neurosurgery, each bringing decades of experience to patient care.


As a trusted destination for patients from over 50 countries, the hospital provides comprehensive international services, including medical visa assistance, complimentary airport transfers, multilingual interpreters, and international cuisine, ensuring a seamless experience for global patients seeking world-class treatment in Chennai.spital in Chennai delivering integrated and comprehensive healthcare services.

Contact Hospital

Address
No.1, Lake View Road, Perumbakkam, Chennai, Tamil Nadu 600100, India
Phone
+91-44-4772 7000
Location Map
Book Appointment Back to Hospitals