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 Kuala Lumpur
Verified
General Hospital
376+ Beds

Gleneagles Hospital Kuala Lumpur

Kuala Lumpur, Malaysia
Specialists
0
Specialties
0
Capacity
376+ Beds
Emergency
24/7

About Hospital

Gleneagles Hospital Kuala Lumpur (GKL), located on Jalan Ampang, is one of Malaysia’s leading private hospitals, offering comprehensive tertiary care with a strong focus on patient comfort and personalized service.


Home to more than 190 senior specialists, the hospital is anchored by four centers of excellence: Cardiology, providing advanced heart and vascular care; Neurology, specializing in complex nervous system disorders; Orthopedics, focused on bone health and trauma management; and Oncology, delivering cutting-edge cancer treatment with technologies such as the Gamma Knife. Additional specialties include gastroenterology, urology, and women and children’s health.


With a capacity of nearly 370 beds, GKL combines modern infrastructure with advanced medical technology, including the Da Vinci robotic surgery system and high-resolution MRI. Its Health Screening Centre offers comprehensive one-day check-up packages, while the International Patient Services team ensures seamless care for overseas patients, including those from Indonesia.


Operating 24/7 with emergency services, GKL provides flexible consultation hours and a wide range of inpatient options, from standard wards to luxury suites. Recognized for its blend of clinical excellence and patient-centered care, Gleneagles Kuala Lumpur continues to stand as a trusted destination for world-class healthcare in Malaysia.

Contact Hospital

Address
282, 286 & 288 Block A, B and Medical Office Block, Jln Ampang, Kampung Berembang, 50450 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia
Phone
+60 3-4141 3000
Location Map
Book Appointment Back to Hospitals