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"; ?>
Pantai Hospital Penang
Verified
General Hospital
170+ Beds

Pantai Hospital Penang

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

About Hospital

Pantai Hospital Penang (PHP), located in Bayan Baru, has been serving the community since 1997 as one of the region’s leading private specialty hospitals. With a capacity of 190 beds and supported by more than 40 senior specialists, the hospital is strategically positioned just 10 minutes from Penang International Airport, making it highly accessible for international patients.


The hospital is home to six centers of excellence, focusing on cardiology and cardiothoracic surgery, neurology and neurosurgery (including a dedicated Stroke Care Centre), orthopedics with joint replacement services, nephrology and urology, as well as newer offerings such as interventional radiology and brachytherapy for cancer treatment.


Patients benefit from modern facilities, flexible visiting hours, and transparent pricing, with specialist consultations starting from MYR 100–300 and medical check-up packages from MYR 435. Parking is available 24 hours at a flat rate, with shuttle services for added convenience.


For international patients, especially from Indonesia, PHP provides tailored support including complimentary airport transfers (with advance booking) and digital access through the PantaiPg app, allowing seamless appointment scheduling without manual registration. With its blend of advanced medical expertise, patient-focused services, and international accessibility, Pantai Hospital Penang continues to be a trusted healthcare destination in northern Malaysia.

Contact Hospital

Address
82, Jalan Tengah, Bayan Baru, 11900 Bayan Lepas, Penang, Malaysia
Phone
+604-643 3888
Location Map
Book Appointment Back to Hospitals