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 Manjung
Verified
General Hospital
100+ Beds

Pantai Hospital Manjung

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

About Hospital

Pantai Hospital Manjung, located in Seri Manjung, Perak, is a trusted community-based private hospital offering multidisciplinary care. With a capacity of 58–67 beds and supported by 14–18 specialist doctors, the hospital provides accessible healthcare services tailored to the needs of the local community.


Its specialties include obstetrics and gynecology, pediatrics, general surgery, orthopedics, and plastic & reconstructive surgery, alongside oncology, ophthalmology, ENT, and radiology. The hospital operates a 24-hour emergency department, ensuring round-the-clock care, and also offers a Night Clinic every Wednesday evening dedicated to ENT services.


Visiting hours are structured to balance patient rest and family support, with daytime and evening sessions across general wards, maternity, ICU, and specialized units. Facilities include a welcoming canteen (Garden Café & Ar Rayyan Bistro) and a convenience store on the ground floor, with 24-hour parking available for visitors.


With its blend of essential medical services, specialist expertise, and community-focused facilities, Pantai Hospital Manjung continues to serve as a reliable healthcare provider for families in Perak.

Contact Hospital

Address
2900, Persiaran Venice Intan 5/1, 32040 Seri Manjung, Perak, Malaysia
Phone
+605-688 5000
Location Map
Book Appointment Back to Hospitals