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 Penang
Verified
General Hospital
230+ Beds

Gleneagles Hospital Penang

Penang, Malaysia
Specialists
0
Specialties
0
Capacity
230+ Beds
Emergency
24/7

About Hospital

Gleneagles Hospital Penang, established in July 1973, is the first private hospital in Penang and today stands as one of Malaysia’s leading tertiary care centers. Located in George Town, the hospital has a capacity of 360 beds and is supported by more than 100 senior specialists, offering comprehensive medical services across multiple disciplines.


Renowned as a major referral hub, especially for patients from Indonesia, Gleneagles Penang is home to centers of excellence in cardiology and cardiac surgery, providing everything from early detection to complex interventions; oncology, equipped with the Da Vinci XI robotic system for precision cancer treatment; and orthopedics, specializing in joint replacement and sports injuries. Other key specialties include neurosurgery, gastroenterology, urology, and efficient health screening services.


The hospital is designed to support international patients with dedicated International Patient Services (IPC), offering assistance with appointments, cost estimates, insurance, and accommodation. Many doctors and staff are fluent in Bahasa Indonesia and Malay, ensuring smooth communication. Additional facilities include a 24-hour emergency unit, free Wi-Fi, baggage services, and on-site dining options, complemented by airport transfer services for overseas patients.


Accredited by both Joint Commission International (JCI) since 2016 and the Malaysian Society for Quality in Health (MSQH), Gleneagles Penang upholds global standards of patient safety and healthcare quality, making it a trusted destination for advanced medical care in Malaysia.

Contact Hospital

Address
1, Jalan Pangkor, 10050 George Town, Penang, Malaysia
Phone
+604 2229 111
Location Map
Book Appointment Back to Hospitals