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 Melaka
Verified
General Hospital
130+ Beds

Pantai Hospital Melaka

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

About Hospital

Pantai Hospital Melaka (Pantai Hospital Ayer Keroh) is a leading private hospital in Malaysia, accredited by the Malaysian Society for Quality in Health (MSQH). Established as one of the region’s most trusted healthcare providers, it is especially popular among Indonesian patients for its comprehensive services and relatively affordable costs.


With a capacity of over 200 beds and supported by more than 100 medical specialists, the hospital offers centers of excellence in oncology, equipped with advanced technology such as the ELEKTA Linear Accelerator; cardiology and cardiac surgery, featuring a modern catheterization lab and 640-slice CT heart scanning; orthopedics, specializing in joint replacement and bone surgery; and gastroenterology and hepatology, providing expert care for digestive and liver conditions.


Pantai Hospital Melaka is designed to support international patients with services tailored for convenience. Nearly all doctors and staff are fluent in Bahasa Indonesia and Malay, while the International Patient Centre (IPC) provides assistance with appointments, insurance, and cost estimates. Complimentary transport is available from ports, Melaka Airport, or nearby hotels, and facilities include halal dining, free Wi-Fi, baggage services, and cashless insurance options.


Operating 24/7 with emergency care and specialist clinics open on weekdays and Saturdays, Pantai Hospital Melaka continues to serve as a trusted destination for advanced yet accessible healthcare in southern Malaysia.

Contact Hospital

Address
No. 2418-1, KM 8, Lebuh Ayer Keroh, 75450 Melaka, Malaysia
Phone
+606-231 9999
Location Map
Book Appointment Back to Hospitals