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"; ?>
Sunway Medical Centre Penang
Verified
General Hospital

Sunway Medical Centre Penang

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

About Hospital

Sunway Medical Centre Penang, located in Seberang Jaya, is a modern private tertiary care hospital that began operations in late 2022. As part of the Sunway Healthcare Group, it has quickly established itself as a leading destination for international patients, particularly from Indonesia, thanks to its advanced facilities and patient-focused services.


The hospital offers more than 300 beds and covers over 30 medical specialties, with centers of excellence in oncology, gastroenterology, and women & children’s health. Its 24-hour emergency department ensures round-the-clock care, while comprehensive medical check-up packages are available for both men and women, ranging from executive to premium options.


Strategically located next to Sunway Hotel Seberang Jaya and near Sunway Carnival Mall, the hospital provides convenience for patients and families. It also stands out as the first hospital in Penang to accept QRIS payments, making transactions easier for Indonesian patients.


Through its International Patient Centre, Sunway Medical Centre Penang offers multilingual support, airport transfers, hotel reservations, and visa extension assistance. With its blend of modern infrastructure, advanced medical expertise, and international accessibility, the hospital has quickly become a trusted hub for world-class healthcare in northern Malaysia.

Contact Hospital

Address
3106 Lebuh Tenggiri 2 Pusat Bandar Seberang Jaya, 3106, Lebuh Tenggiri 2, Seberang Jaya, 13700 Perai, Pulau Pinang, Malaysia
Location Map
Book Appointment Back to Hospitals