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"; ?>
Mount Elizabeth Hospital
Verified
General Hospital
345+ Beds

Mount Elizabeth Hospital

Singapore, Singapore
Specialists
0
Specialties
0
Capacity
345+ Beds
Emergency
24/7

About Hospital

Mount Elizabeth Hospitals, managed by IHH Healthcare, are among Singapore’s most prestigious private medical institutions, offering world-class tertiary care with patient comfort comparable to five-star hospitality. The network comprises two flagship facilities: Mount Elizabeth Orchard, located along Orchard Road and renowned for handling complex medical cases, and Mount Elizabeth Novena, a modern hospital designed with single-room accommodations to ensure privacy and comfort for every patient.


Together, the hospitals are supported by more than 450–550 senior specialists, delivering excellence across multiple disciplines. Key specialties include cardiology and cardiac surgery, offering advanced procedures from open-heart surgery to minimally invasive techniques; oncology, equipped with cutting-edge technologies such as TomoTherapy Radixact and proton beam therapy (exclusive to Novena); orthopedics, covering bone, joint, and sports injuries; organ transplantation, with extensive experience in living donor procedures; and women’s health, offering tailored maternity packages for mothers and newborns.


Mount Elizabeth Hospitals are highly sought after by international patients, particularly from Indonesia. Through the IHH Patient Assistance Centre, they provide multilingual support, medical visa facilitation, travel logistics, cost estimates, and local offices in major Indonesian cities including Jakarta, Surabaya, Bandung, Medan, and Semarang.


Additional facilities include 24-hour Urgent Care Centres, comprehensive health screening packages, and digital access via the MyHealth360 app, enabling patients to book appointments, access medical reports, and conduct teleconsultations. With their blend of advanced technology, clinical expertise, and patient-focused services, Mount Elizabeth Hospitals remain a trusted destination for premium healthcare in Asia.

Contact Hospital

Address
3 Mount Elizabeth, Singapore 228510
Phone
+65 6737 2666
Location Map
Book Appointment Back to Hospitals