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"; ?>
Timberland Medical Centre Kuching
Verified
General Hospital
200+ Beds

Timberland Medical Centre Kuching

Kuching, Malaysia
Specialists
0
Specialties
0
Capacity
200+ Beds
Emergency
24/7

About Hospital

Timberland Medical Centre (TMC) in Kuching, Sarawak, is a leading private hospital with more than 30 years of service, now part of the global IHH Healthcare Network. Conveniently located just 10–15 minutes from Kuching International Airport, TMC is easily accessible and well-positioned to serve both local and international patients.


Supported by over 70 medical specialists, the hospital provides a wide range of services, including interventional cardiology, breast and endocrine surgery, orthopedics, urology, and nephrology with a dedicated dialysis center. Complementary facilities include a 24-hour emergency department, advanced imaging (MRI, CT, mammography), and diverse inpatient options to suit patient needs.


With modern infrastructure and patient-focused care, Timberland Medical Centre continues to uphold its reputation as one of Sarawak’s most trusted healthcare providers. Its combination of specialized expertise, advanced technology, and international patient support makes it a key destination for quality medical treatment in East Malaysia.

Contact Hospital

Address
Lot 5160-5169, Block 16, KCLD, 2½ Mile, Jalan Rock, 93250 Kuching, Sarawak, Malaysia
Phone
+6082-234 466
Location Map
Book Appointment Back to Hospitals