include "check_forum_id.inc.php"; ?>
include "1-Center_Info_Lookup.phtml"; include_once "function_lib/common.lib.php"; ?>Many insurance companies approve bariatric surgery as well as some state or federal programs. Below is a list of benefit providers which our patients have used. You can read about their experiences with their own journey to approval. We work closely with our patients to maximize success in gaining authorization for this life-transforming procedure. PLEASE NOTE: These are comments posted by the public. We do not endorse or recommend any of the companies or agencies below.
# ----------------------------------------------------------------------------------- # Insurers # ----------------------------------------------------------------------------------- $sql = "SELECT su.display_name, Insurer_Name, Insurer_Comments, State, " . "Insurer_Status_Date, Member_ID, Policy_Name " . "FROM members m " . "INNER JOIN " . SYS_DATABASE . ".sys_user su ON su.legacy_id = m.member_id " ." WHERE Surg_Class IN ('Postop', 'Post Op') " . "AND $Surg_ID_String " . "AND LENGTH(Insurer_Name) > 0 AND m.account_status='active' " . "ORDER BY Insurer_Name"; $rs = db_query_read("ambmembers", $sql); while($row = mysql_fetch_row($rs)) { list($name, $Insurer, $Insurer_Comments, $State, $Date, $Member_ID, $Policy) = $row; $Name = $name; if(strlen($Date) > 0) $Date = " – $Date"; if(strlen($Policy) > 0) $Policy = " – $Policy"; echo "\n\n"; echo "$Insurer $Policy ($State) $Date
" . strip_tags($Insurer_Comments) . " ($Name)