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 Singapore
Verified
General Hospital
380+ Beds

Gleneagles Hospital Singapore

Singapore, Singapore
Specialists
0
Specialties
0
Capacity
380+ Beds
Emergency
24/7

About Hospital

Gleneagles Hospital Singapore, located on Napier Road beside the Singapore Botanic Gardens, is a premier private tertiary care hospital renowned for combining advanced medical expertise with five-star comfort. With a capacity of around 221–258 beds and more than 200 senior specialists, the hospital delivers comprehensive, patient-centered care across multiple disciplines.


Its centers of excellence include gastroenterology and hepatology, offering expertise in digestive and liver diseases including living donor liver transplants; cardiology, providing full-spectrum heart care from screening to open-heart surgery; oncology, in collaboration with Parkway Cancer Centre for integrated cancer treatment; women’s health, covering obstetrics, gynecology, and gynecologic oncology; and orthopedics, specializing in bone health, pain management, and sports injuries.


Designed with patient comfort in mind, Gleneagles offers a range of inpatient options from standard rooms to luxury suites with private butler service. Facilities include a 24-hour emergency department, endoscopy center, radiology, rehabilitation, pharmacy, and on-site dining. Visiting hours are flexible, ensuring convenience for families and caregivers.


For international patients, especially from Indonesia, the hospital provides tailored support through its International Patient Services, including appointment scheduling, cost estimates, insurance coordination, and emergency medical evacuation. With its blend of clinical excellence and hospitality, Gleneagles Hospital Singapore stands as one of Asia’s most trusted destinations for advanced healthcare.

Contact Hospital

Address
6A Napier Road, Singapore 258500
Phone
+65 6473 7222
Location Map
Book Appointment Back to Hospitals