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 BGS Hospital Bengaluru
Verified
General Hospital
400+ Beds

Gleneagles BGS Hospital Bengaluru

Bengaluru, India
Specialists
0
Specialties
0
Capacity
400+ Beds
Emergency
24/7

About Hospital

A leading multi-specialty hospital in BengaGleneagles BGS Hospital, formerly known as BGS Global Hospital, is a leading tertiary multi-specialty hospital in Bengaluru and part of the Fortis Healthcare Network. Internationally recognized for advanced clinical care, it has earned a strong reputation as a center of excellence in organ transplantation.


The hospital operates two campuses in Bengaluru: the main facility in Kengeri and another on Richmond Road. Together, they provide comprehensive medical services supported by more than 30 specialties. Key strengths include one of Karnataka’s largest multi-organ transplant programs, advanced oncology with precision radiotherapy, cutting-edge neurology and spine surgery, 24/7 cardiology services, and pediatric cranio-maxillofacial surgery recognized among the best in India.


With a capacity of 450–500 beds, specialized ICUs, and state-of-the-art technology such as 3 Tesla MRI, 128-slice CT, Da Vinci robotic surgery, and modular operating theaters, Gleneagles BGS Hospital delivers world-class healthcare. Its emergency, pharmacy, and NABL-accredited laboratory services operate round-the-clock, supported by South India’s first 5G-enabled ambulance. For international patients, the hospital offers visa assistance, airport transfers, interpreters, and accommodation, ensuring seamless care from arrival to recovery.luru delivering world-class healthcare to patients from across Karnataka and South India.

Contact Hospital

Address
Uttarahalli Road, Kengeri, Bengaluru, Karnataka 560060, India
Phone
+91-80-2722 2222
Location Map
Book Appointment Back to Hospitals