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 Mumbai
Verified
General Hospital
500+ Beds

Gleneagles Hospital Mumbai

Mumbai, India
Specialists
0
Specialties
0
Capacity
500+ Beds
Emergency
24/7

About Hospital

Gleneagles Hospital Mumbai, formerly known as Global Hospital, is a leading multi-specialty tertiary care hospital located in Parel. As part of the global IHH Healthcare Network, it is widely recognized as a center of excellence for multi-organ transplantation in Western India.


The hospital provides advanced medical services across key specialties, including liver, kidney, heart, and lung transplantation; cardiology and cardiac surgery with a 24/7 Cath Lab; neurology and neurosurgery, featuring Mumbai’s first NABH-certified Advanced Stroke Center; gastroenterology for liver and digestive disorders; oncology with multi-disciplinary cancer care; and orthopedics specializing in joint replacement and spine surgery.


With a modern 17-floor facility housing around 450 beds, Gleneagles Mumbai is equipped with state-of-the-art technology such as a 3-Tesla MRI, 128-slice CT scanner, Da Vinci Xi robotic surgery system, and 10 fully equipped operating theaters. Accredited by JCI, NABH, and NABL, the hospital ensures international standards of quality and safety.


For international patients, Gleneagles Mumbai offers dedicated services including visa assistance, airport transfers, interpreters, and exclusive lounges, making it a trusted destination for advanced healthcare in India.

Contact Hospital

Address
Saifee Hospital, 15/17 Maharshi Karve Road, Parel, Mumbai, Maharashtra 400004, India
Phone
+91-22-6784 4000
Location Map
Book Appointment Back to Hospitals