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"; ?>
Gleneagles Hospital Medini Johor
Verified
General Hospital

Gleneagles Hospital Medini Johor

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

About Hospital

Gleneagles Hospital Medini Johor, located in the Medini Iskandar development of Johor, Malaysia, is a premium tertiary care hospital with a capacity of 300 beds. Strategically positioned near Legoland Malaysia and just 20 minutes from the Singapore–Tuas Checkpoint, it serves both local and international patients with ease of access.


The hospital is recognized for its centers of excellence in cardiology, neurology, and orthopedics, supported by additional specialties such as general surgery, ophthalmology, oncology, and physiotherapy. With advanced medical technology and a team of experienced professionals, it delivers comprehensive multi-specialty care.


Gleneagles Medini Johor offers modern facilities, 24-hour emergency services, and comfortable inpatient options ranging from shared rooms to luxury suites. It also provides tailored health screening packages and transparent pricing for consultations and procedures, ensuring accessible care for diverse patient needs.


For international patients, especially from Indonesia, the hospital offers dedicated support through its representative office in Batam, assistance with documentation, exclusive ferry services, and complimentary airport or port transfers in Johor Bahru. These services make Gleneagles Medini Johor a trusted destination for world-class healthcare in southern Malaysia.

Contact Hospital

Address
2, Jalan Medini Utara 4, 79250 Iskandar Puteri, Johor Darul Ta'zim, Malaysia
Phone
+60 7-233 0888
Location Map
Book Appointment Back to Hospitals