55.7 F
Los Angeles
Thursday, Mar 13, 2025

Reveleer, Caldera Buy Two East Coast Firms

Two Valley-area companies, Reveleer and Caldera Medical, acquire East Coast firms.

In a sign of the vibrancy of the region’s health care economy, two local health care companies announced acquisitions of East Coast firms on the same day – Oct. 8.

Early that morning, Glendale-based Reveleer, which provides risk adjustment, care quality and data analytics for health plans and providers, announced it has acquired Annapolis, Maryland-based Curation Health, a platform to provide physicians and care teams with clinical insights.

Just an hour or two later, Westlake Village-based Caldera Medical, which makes women’s health medical devices, announced it has acquired Raleigh, North Carolina-based Uvision360 Inc., maker of the Luminelle brand hysteroscopy and cystoscopy systems.

Neither company disclosed the value of their transactions.

For Reveleer, which rebranded in 2019 from Health Data Vision, this is the second acquisition in the last 18 months. In May of last year, the company purchased New York-based MDPortals, which provides prospective risk adjustment software.

In February, Reveleer announced the completion of a $65 million financing round, led by Palo Alto-based Hercules Capital Inc.

The acquisition of Curation Health marks the first major deployment of capital from that funding round. Curation Health, which was founded in 2018, uses an artificial intelligence platform to provide clinical insights to physicians and other care teams. The platform, which among other things includes 1,400 clinical rules, is integrated into electronic medical records systems used by hospitals and other health care providers.

As a result of the acquisition, according to the announcement, Reveleer customers will have easier access to complete patient information, better patient documentation and more accurate measures of patient health and care quality, all based on real-time insights at the point of care. Additionally, the AI technology will help spot areas where patients may need extra care, and medical records are continually updated, making it easier for providers to follow-up and ensure better patient outcomes.

Reveeler CEO Jay Ackerman

“We are excited to welcome Curation Health to the Reveleer team as we accelerate our mission to deliver value-based care organizations with unparalleled solutions to improve patient outcomes and optimize financial performance,” Jay Ackerman, Reveleer’s chief executive, said in the announcement. “By combining our technologies and expertise, we are setting a new industry standard for closing care gaps and doing more to empower providers to anticipate and influence an individual’s care plan.”

Caldera Medical’s acquisition

Similarly, Caldera Medical’s acquisition of UVision 360 is aimed at bolstering the medical device maker’s offerings.

Caldera Medical was founded in 2002 to develop medical devices that improve the health and quality of life for women.

The company has focused on devices that use minimally invasive approaches to diagnosis and treatment for conditions affecting women, including stress urinary incontinence, fibroids and pelvic organ prolapse (where a pelvic organ drops from its standard position). It has also developed devices for the hysteroscopic removal of intrauterine tissue.

UVision 360 has developed devices under its Luminelle brand with precision optics for hysteroscopy and cystoscopy procedures. The devices can also provide early diagnoses of uterine cancer, in a way that UVision 360 co-founder and Luminelle inventor Erich Dreyer said is more accurate than traditional biopsies.

“This acquisition strengthens our commitment to offering gynecologic surgeons state-of-the-art tools that streamline hysteroscopic procedures while enhancing patient safety and clinical outcomes,” Byron Merade, chief executive of Caldera Medical, said in the acquisition announcement.

Device: Caldera Medical’s hysteroscopic tissue removal system.
Howard Fine
Howard Fine
Howard Fine is a 23-year veteran of the Los Angeles Business Journal. He covers stories pertaining to healthcare, biomedicine, energy, engineering, construction, and infrastructure. He has won several awards, including Best Body of Work for a single reporter from the Alliance of Area Business Publishers and Distinguished Journalist of the Year from the Society of Professional Journalists.

Featured Articles

Related Articles

Howard Fine Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->