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"; ?>
Prince Court Medical Centre
Verified
General Hospital
277+ Beds

Prince Court Medical Centre

Kuala Lumpur, Malaysia
Specialists
0
Specialties
0
Capacity
277+ Beds
Emergency
24/7

About Hospital

Prince Court Medical Centre (PCMC) in Kuala Lumpur is a premium private hospital renowned for world-class medical facilities and five-star hospitality. Consistently ranked among Newsweek’s World’s Best Hospitals, PCMC is recognized as a leader in medical tourism across Asia.


Located at 39 Jalan Kia Peng, the hospital operates 24/7 with emergency services, outpatient clinics, and a dedicated office in Jakarta to support Indonesian patients. With 277 single-bed rooms, PCMC ensures privacy and comfort, offering an environment that blends clinical excellence with luxury care.


The hospital’s six Centers of Excellence cover oncology with advanced PET-CT technology, orthopedics with robotic-assisted knee replacement (VELYS and MAKO), cardiology and pulmonology with 24-hour Cath Lab, women and children’s health, gastroenterology, and nephrology including kidney transplantation. Over 150 senior consultants provide specialized expertise across these fields.


As a premier destination for international patients, PCMC offers exclusive services such as airport transfers, visa assistance, multilingual interpreters (including Bahasa Indonesia), and tailored medical check-up packages. Facilities include restaurants, cafés, concierge services, and free Wi-Fi, ensuring a seamless experience for patients and families.

Contact Hospital

Address
39, Jalan Kia Peng, Kuala Lumpur, 50450 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia
Phone
+603 2160 0999
Location Map
Book Appointment Back to Hospitals