×

Investors

About Company

Established in 2001 as CHL-Apollo Hospital, CARE-CHL (CONVENIENT HOSPITALS LIMITED) Hospitals have come a long way in terms of providing patient-centric hospitality. In more than two decades, we have boarded above 140 board-certified doctors and consultants. With our ever-evolving healthcare services, strengthened by modern technical equipment and support system, we have become a leading hospital in cardiac surgeries and angiographies in Madhya Pradesh with up to 50% market share.

With a strengthened healthcare infrastructure, the inclusion of an expert management system and contemporary healthcare provisions has created an extensive team capable of providing excellent healthcare services. Our team undertakes the highest number of CT Angio and Body scans in the state with the highest reported IP admissions and surgery volume among all private Hospitals/chains in Indore & MP.

function trackEnquiryEvent(eventName,eventparam,details,countrycode) { var baseurl = window.location.href; const urlSegments = baseurl.split('/'); // Split the URL into segments if(urlSegments[2]!='') { const segmentToCheck = urlSegments[2]; // Get the last segment (e.g., "shoes") const pagename = segmentToCheck.replaceAll('-',' ').toUpperCase(); // Example array of items const items = ['DOCTORS', 'CENTER OF EXCELLENCE', 'HOSPITAL', 'SPECIALITY', 'TREATMENT', 'NEWS MEDIA', 'BLOG']; // Check if the segment is present in the array and get the matching element var matchingItem = items.filter(item => item.includes(pagename)); if(typeof matchingItem !== 'undefined' && matchingItem.length > 0) { var pagecategory = matchingItem[0]; } else { var pagecategory = pagename; matchingItem = pagename; } if(countrycode!=undefined) { phcode = '+'+countrycode+details[2]; } else { phcode = '+91'+details[2]; } } else { matchingItem = 'HOME PAGE'; pagecategory = 'HOME PAGE'; } // clevertap.onUserLogin.push({ // "Site": { // "Name": details[0], // String // "Identity": phcode, // String or number // "Email": details[1], // Email address of the user // "Phone": phcode, // Phone (with the country code) // } // }) // clevertap.event.push("Enquiry Submitted", { // eventparam: eventName, // "Page Url":baseurl, // "Form Name":details[0], // "Form Email":details[1], // "Form Phone Number":phcode, // "Form Speciality":details[3], // }); }