var fDesc=new Array(); fDesc[0] = "CrossCoder™ is your low cost Windows solution for finding "crosswalks" between CPT® Codes and ICD Codes. A "crosswalk" or "link" refers to a relationship between a Medical Procedure (CPT Code) and a Diagnosis (ICD Code).

Medicare uses CPT Code/ICD Code crosswalks to validate or substantiate medical necessity based on Local Coverage Determinations (LCD). Private payers also establish crosswalk tables for validating and auditing medical claims.

In brief, physicians are paid by CPT procedure code not diagnosis. In order to validate proper coding (e.g. the reason for the procedure or medical necessity) providers must specify a medically necessary diagnosis. If the diagnosis does not support the procedure the claim may not get paid."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }