{"id":8523,"date":"2021-09-08T08:32:35","date_gmt":"2021-09-08T08:32:35","guid":{"rendered":"http:\/\/commitservices.us\/?page_id=8523"},"modified":"2022-01-13T02:35:39","modified_gmt":"2022-01-13T02:35:39","slug":"calculator","status":"publish","type":"page","link":"https:\/\/commitservices.us\/index.php\/calculator\/","title":{"rendered":"Calculator"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<script src=\"https:\/\/code.jquery.com\/jquery-1.12.4.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2canvas\/0.4.1\/html2canvas.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/1.3.4\/jspdf.debug.js\"><\/script>\n  <style>\n      * {\n        box-sizing: border-box;\n      }\n      \n      input[type=number], select, textarea {\n        width: 63%;\n        height: 30px;\n        padding: 10px;\n        border: 1px solid #ccc;\n        border-radius: 4px;\n        resize: vertical;\n      }\n      \n      label {\n        padding: 1px 2px 2px 0;\n        display: inline-block;\n        font-size: 14px;\n      }\n      \n      \n       .container1 {\n        border-radius: 5px;\n        background-color: #f2f2f2;\n        padding: 35px;\n        padding-right: 0px;\n        margin: 0px;\n      } \n      .column {\n      float: left;\n      width: 50%;\n      padding: 10px;\n      height: 500px; \/* Should be removed. Only for demonstration *\/\n      }\n      .column_sec {\n        float: left;\n        width: 50%;\n        padding: 10px;\n        height: 300px;\n        display: table;\n      }\n      \/* Clear floats after the columns *\/\n      .row:after {\n       content: \"\";\n       display: table;\n       clear: both;\n      }\n      .col-15 {\n        float: left;\n        width: 60%;\n        margin-top: 6px;\n      }\n      \n      .col-30 {\n        float: left;\n        width: 30%;\n        margin-top: 6px;\n      }\n\n      \/* Clear floats after the columns *\/\n      .row1:after {\n        content: \"\";\n        display: table;\n        clear: both;\n        font-weight: normal;\n      }\n      .space-25\n      {\n          margin-top: 30px;\n      }\n      \n     \n      input[type=submit] {\n        background-color:#03b2dd !important;\n        border: none;\n        color: #fff;\n        padding: 15px 30px;\n        text-decoration: none;\n        margin: 11px 487px;\n        margin-top: 47px;\n        cursor: pointer;\n      }\n      input[type=button] {\n        background-color: #03b2dd !important;\n        border: none;\n        color: #fff;\n        padding: 15px 30px;\n        text-decoration: none;\n        margin-top: 0px;\n        margin-left: 188px;\n        margin-right: 119px;\n        margin-bottom: 3px;\n        cursor: pointer;\n        float: left;\n      }\n      \/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other *\/\n      @media screen and (max-width: 600px) {\n        .col-15, .col-30, input[type=submit] {\n          width: 100%;\n          margin-top: 0;\n        }\n        .column {\n         width: 100%;\n         display: table;\n        }\n        .column_sec{\n          width: 100%;\n        }\n        #submitbtn{\n          margin-left:95px ;\n          margin-top:50px;\n          width:40%;\n          padding:9px;\n        }\n        .container1{\n         padding:20px;\n         margin:-14px;\n       }\n    }\n\n        \n    div.table-title {\n           display: block;\n          margin: auto;\n          max-width:1000px;\n          padding:5px;\n          width: 100%;\n        }\n        \n        .table-title h3 {\n           color: #000000 !important;\n           font-size: 30px;\n           font-weight: 300;\n           font-family: \"Roboto\", sans-serif;\n           text-shadow: -1px -1px 1px rgb(0, 0, 0, 0.1) !important;\n           text-transform:uppercase;\n           margin-top: 100px;\n        }\n        \n        \n        \/*** Table Styles **\/\n        \n        .table-fill {\n          background: white;\n          border-radius:3px;\n          border-collapse: collapse;\n          margin-top:70px;\n          margin-left: 75px;\n          margin-bottom: 50px;\n          max-width: 674px;\n          padding:5px;\n          width: 100%;\n          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);\n          animation: float 5s infinite;\n          float: left;\n        }\n          \n        .table-fill1 {\n          background: white;\n          border-radius:3px;\n          border-collapse: collapse;\n          height: 282px;\n          margin-top:70px;\n          margin-right: 70px;\n          margin-bottom: 50px;\n          max-width: 600px;\n          padding:5px;\n          width: 245px;\n          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);\n          animation: float 5s infinite;\n          float: right;\n        }\n     \n        th {\n          color:#D5DDE5 !important;\n          background:#03b2dd !important;\n          border-bottom:4px solid #9ea7af;\n          border-right: 1px solid #c1c3d1;\n          font-size:23px;\n          font-weight: 100;\n          padding:16px 3px !important;\n          text-align:left;\n          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);\n          vertical-align:middle;\n          text-align: center;\n        }\n        \n        th:first-child {\n          border-top-left-radius:3px;\n        }\n         \n        th:last-child {\n          border-top-right-radius:3px;\n          border-right:none;\n        }\n          \n        tr {\n          border-top: 1px solid #C1C3D1 !important;\n          border-bottom: 1px solid #C1C3D1;\n          color:#666B85;\n          font-size:16px;\n          font-weight:normal;\n          text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);\n        }\n         \n        tr:hover td {\n          background:#9e9ea0;\n          color:#FFFFFF;\n          border-top: 1px solid #22262e;\n        }\n         \n        tr:first-child {\n          border-top:none;\n        }\n        \n        tr:last-child {\n          border-bottom:none;\n        }\n         \n        tr:nth-child(odd) td {\n          background:#EBEBEB;\n        }\n         \n        tr:nth-child(odd):hover td {\n          background:#9e9ea0;\n        }\n        \n        tr:last-child td:first-child {\n          border-bottom-left-radius:3px;\n        }\n         \n        tr:last-child td:last-child {\n          border-bottom-right-radius:3px;\n        }\n         \n        td {\n          background:#FFFFFF;\n          padding:19px 13px !important;\n          text-align:center;\n          vertical-align:middle;\n          font-weight:300;\n          font-size:18px;\n          text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);\n          border-right: 1px solid #C1C3D1;\n        }\n\n        \n        th.text-left {\n          text-align: center;\n        }\n          @media screen and (max-width: 600px) {\n\n          #tblHeathMeter h3 {\n            font-size: 16px !important;\n            line-height: 1.8rem !important;\n            font-weight: 600;\n            margin-top: 1px !important;\n          }\n            #tblHeathMeter{\n             margin-left:0px !important;\n             margin-bottom: 50px !important;\n             }\n          #tblHeathMeterscale {\n            width: 235px !important;\n            margin-right: 46px;\n            margin-left: 0px;\n            height: 284px;\n            padding: 6px;\n          }\n          #tblHeathMeter td{\n            padding: -16px 0px !important\n          }\n          #tblHeathMeter th{\n            padding: 0px 0px !important;\n          }\n          #tblHeathMeterscale td{\n          padding: 19px 10px !important;\n          }\n         input[type=button] {\n           padding: 5px 15px;\n           margin-top: 10px;\n           margin-right:100px;\n           margin-bottom:0px;\n           margin-left: 100px;\n         }\n     }\n\n      \/*-------Description-----*\/\n\n       .collapsible {\n        background-color: #03b2dd !important;\n        color: white;\n        cursor: pointer;\n        padding: 18px;\n        width: 75%;\n        border: none;\n        text-align: left;\n        outline: none;\n        font-size: 15px;\n        margin-bottom: 44px;\n         }\n\n      .active, .collapsible:hover {\n       background-color: rgb(130, 212, 221);\n       }\n\n      .collapsible:after {\n      content: '\\002B';\n      color: white;\n      font-weight: bold;\n      float: right;\n      margin-left: 5px;\n      }\n\n       \/* .active:after {\n       content: \"\\2212\";\n      } *\/\n\n        .content {\n      padding: 0 18px;\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.2s ease-out;\n      background-color: #f1f1f1;\n     }\n\n\n     \/*------Gauge Meter-----*\/\n     \n\n#target {\n  background:#0099cc;\n  width:300px;\n  height:300px;\n  height:160px;\n  padding:5px;\n  display:none;\n}\n\n.Hide\n{\n  display:none;\n}\n\nh2{\n  font-size: 18px !important;\n  color: #000000 !important;\n}\nh6 {\n    color: #8a8484 !important;\n    font-size: 15px !important;\n    font-weight: 400 !important;\n    padding: 0px 17px !important;\n    line-height: 1.5 !important;\n}\n\nspan{\n    color: #8a8484 !important;\n    font-size: 15px !important;\n    padding: 0px 17px !important;\n    line-height: 1.5 !important;\n}\n@media print {\n \n#content, #page {\nwidth: 100%; \nmargin: 0; \nfloat: none;\n\n.table-fill {\n          background: white;\n          border-radius:3px;\n          border-collapse: collapse;\n          margin-top:30px;\n          margin-left: 75px;\n          margin-bottom: 50px;\n          max-width: 674px;\n          padding:5px;\n          width: 100%;\n          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);\n          animation: float 5s infinite;\n          float: left;\n        }\n}\n\n     <\/style>\n    \n     \n      <script>\n      \/*----------------Popup Description--------------*\/\n      var coll = document.getElementsByClassName(\"collapsible\");\n      var i;\n\n      for (i = 0; i < coll.length; i++) {\n        coll[i].addEventListener(\"click\", function() {\n        this.classList.toggle(\"active\");\n        var content = this.nextElementSibling;\n      if (content.style.maxHeight){\n        content.style.maxHeight = null;\n        } else {\n        content.style.maxHeight = content.scrollHeight + \"px\";\n         } \n        });\n       }\n\n\n\n\n       \/*----------------Calculator--------------------*\/\n        function sumLast3Month(){\n          let x=90;\n          document.getElementById(\"fieldname5_1\").value =  Number(Number(document.getElementById(\"fieldname2_1\").value)+Number(document.getElementById(\"fieldname3_1\").value)+Number(document.getElementById(\"fieldname4_1\").value)).toFixed(2);\n          document.getElementById(\"fieldname6_1\").value = Number(Number(document.getElementById(\"fieldname5_1\").value)\/x).toFixed(2);\n          document.getElementById(\"fieldname7_1\").value = Number(Number(document.getElementById(\"fieldname1_1\").value)\/ Number(document.getElementById(\"fieldname6_1\").value)).toFixed(0);\n\n          if( document.getElementById(\"fieldname7_1\").value >30)\n         {\n          document.getElementById(\"fieldname10_1\").value = 0;\n         }\n          else\n         {\n          document.getElementById(\"fieldname10_1\").value = 30;\n         }\n        }\n        \n\n     \n\n\n      function FPR(){\n          let  res = Number(document.getElementById(\"fieldname2_2\").value)+Number(document.getElementById(\"fieldname3_2\").value)+Number(document.getElementById(\"fieldname4_2\").value);\n          document.getElementById(\"fieldname5_2\").value =Number( res \/ Number(document.getElementById(\"fieldname1_2\").value)).toFixed(3);        \n       \n          if( document.getElementById(\"fieldname5_2\").value >0.02)\n         {\n          document.getElementById(\"fieldname8_2\").value = 0;\n         }\n          else\n         {\n          document.getElementById(\"fieldname8_2\").value = 20;\n         }\n      }\n        \n       function CollectionFPR()\n       {\n       let res =Number(document.getElementById(\"fieldname2_3\").value)+Number(document.getElementById(\"fieldname3_3\").value)+Number(document.getElementById(\"fieldname4_3\").value)+Number(document.getElementById(\"fieldname5_3\").value);\n       document.getElementById(\"fieldname7_3\").value = Number(Number(document.getElementById(\"fieldname6_3\").value)-res).toFixed(0);\n       \n       document.getElementById(\"fieldname8_3\").value = Number(Number(document.getElementById(\"fieldname7_3\").value) \/ Number(document.getElementById(\"fieldname1_3\").value)).toFixed(3);\n      \n      \n        if( document.getElementById(\"fieldname8_3\").value <30)\n         {\n          document.getElementById(\"fieldname11_3\").value = 0;\n         }\n          else\n         {\n          document.getElementById(\"fieldname11_3\").value = 20;\n         }\n\n       }\n       \n\n       function ARClac(){\n        document.getElementById(\"fieldname3_4\").value = Number(Number(document.getElementById(\"fieldname2_4\").value) \/ Number(document.getElementById(\"fieldname1_4\").value)).toFixed(2);\n\n        \n        if( document.getElementById(\"fieldname3_4\").value >5)\n         {\n          document.getElementById(\"fieldname6_4\").value = 0;\n         }\n          else\n         {\n          document.getElementById(\"fieldname6_4\").value = 30;\n         }\n\n       }\n       \n      function getData(){\n        document.getElementById(\"td1\").innerHTML=document.getElementById(\"fieldname10_1\").value + \"%\";\n        document.getElementById(\"td2\").innerHTML= document.getElementById(\"fieldname8_2\").value + \"%\";\n        document.getElementById(\"td3\").innerHTML= document.getElementById(\"fieldname11_3\").value + \"%\";\n        document.getElementById(\"td4\").innerHTML= document.getElementById(\"fieldname6_4\").value + \"%\";\n       \n         totalScore= Number(document.getElementById(\"fieldname10_1\").value) \n                              + Number(document.getElementById(\"fieldname8_2\").value)\n                              + Number(document.getElementById(\"fieldname11_3\").value)\n                              + Number(document.getElementById(\"fieldname6_4\").value);\n         document.getElementById(\"td5\").innerHTML = totalScore +\"%\";\n        if(Number(totalScore)<=60){\n          document.getElementById(\"result\").innerHTML=\"Poor\";\n         }\n         else if(Number(totalScore)<=70){\n          document.getElementById(\"result\").innerHTML=\"Averge\";\n        }\n        else{\n          document.getElementById(\"result\").innerHTML=\"Good\";\n        }\n\n        document.getElementById(\"tblHeathMeter\").style.display=\"block\";\n        document.getElementById(\"tblHeathMeterscale\").style.display=\"block\";\n        document.getElementById(\"btnExport\").style.display=\"block\";\n        drawChart(document.getElementById(\"result\").innerHTML, totalScore);\n      }\n\n      \n      function printDiv(divID) {\n    \t\t\n    \t    var divElements = document.getElementById(divID).innerHTML;\n    \t    var display_setting=\"toolbar=no,location=no,directories=no,menubar=no,\";  \n    \t    display_setting+=\"scrollbars=yes,width=2480, height=3508, left=100, top=25\";  \n    \t    var document_print=window.open(\"\",\"\",display_setting); \n    \t   \/\/document_print.document.open();\n    \t   document_print.document.write('<html><head>   <\/head>');  \n    \t   document_print.document.write('<body>');  \n    \t   document_print.document.write(divElements);  \n    \t   document_print.document.write('<\/body><\/html>');  \n    \t   document_print.print();  \n    \t   document_print.document.close();  \n    \t   return false;  \n\n    \t}\n    <\/script>\n  \n<div class=\"container1\">\n  <div class=\"row\">\n    <h6>US Healthcare market is ever-changing and complex, there are many medical practices grappling to stay ahead. It is indeed overwhelming for physicians to strike a balance between patient care and getting paid for all the hard work rendered. Fighting for every dollar should be the trend for any physician or group. Joining forces with medical billing service companies is often the best way to stay ahead of market dynamics and its potential revenue challenges.<\/h6>\n    <h6>One of the advantages of using Medical Billing services company is, they track and maintain financials diligently by calibrating the Practice\u2019s performance using industry proven Medical Billing KPI metrics. It\u2019s always imperative to have a good idea of both bright and dark side of Practice\u2019s performance. Now let us try to understand different metrics of KPI and its criticality. <\/h6>\n    <h2>What is a Key Performance Indicator? <\/h2>\n    <h6> A key performance indicator (KPI) is a measurable value that indicates how well any practice is achieving its key business objectives. While different companies use different metrics in KPI, the 4 most important and easily measurable parameters are Days in AR, First Pass Billing Ratio, First pass collection ratio and Aged AR above 90 Days. If any practice can maintain an overall score of 80% is considered as a stable healthcare business unit. Let\u2019s see how these are calculated in detail.<\/h6>\n    <form action=\"\/action_page.php\" id=\"form1\">\n      <h2>DAR Calculator<\/h2>\n      <h6>A practice\u2019s accounts receivable (A\/R) indicates how many payments have not yet been collected or outstanding with Insurance carriers. As per MGMA or HBMA the average time a bill spends in A\/R should be about 30-40 days. Objective of any medical practice here is to eliminate and streamline your operations to get your practice paid faster. Calculation of AR days requires 3 parameters, Current month total outstanding AR and calculation of average daily charges based on 3 or 6- or 12-months average charges. Calculation is illustrated. <\/h6>\n      <span class=\"boldformula\">Days in AR:  Total Insurance AR\/Average daily charges (ADC)<\/span><br>\n      <span class=\"boldformula\">Please note ADC is nothing but sum of 3 or 6- or 12-months charges divided by numbers of months or period.<\/span>\n      <div class=\"space-25\">\n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname1_1\">Current Outstanding Insurance AR<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" id=\"fieldname1_1\" name=\"fieldname1_1\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname2_1\">Insurance Charges Previous month 1<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" id=\"fieldname2_1\" name=\"fieldname2_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname3_1\">Insurance Charges Previous month 2<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" id=\"fieldname3_1\" name=\"fieldname3_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname4_1\">Insurance Charges Previous month 3<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" id=\"fieldname4_1\" name=\"fieldname4_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname5_1\">Sum of Last 3 months Charges<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname5_1\" name=\"fieldname5_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname6_1\">Average Daily Charges(ADC)<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname6_1\" name=\"fieldname6_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15\">\n      <label for=\"fieldname7_1\">DAR(Days in Acct Receivables)<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname7_1\" name=\"fieldname7_1\" onchange=\"sumLast3Month()\">\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname8_1\">Bench Standard<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname8_1\" name=\"fieldname8_1\" value=\"30\" onchange=\"sumLast3Month()\"> \n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname9_1\">Weightage Standard<\/label>\n      <\/div>\n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname9_1\" name=\"fieldname9_1\" value=\"30\" onchange=\"sumLast3Month()\">  %\n      <\/div>\n      <\/div>\n    \n      <div class=\"row1\">\n      <div class=\"col-15 \">\n      <label for=\"fieldname10_1\">Weightage Scored<\/label>\n      <\/div>  \n      <div class=\"col-30\">\n      <input type=\"number\" readonly=\"\" id=\"fieldname10_1\" name=\"fieldname10_1\" onchange=\"sumLast3Month()\"> % \n      <\/div>\n      <\/div>\n    \n    \n    \n      <div class=\"space-25\"><\/div>\n          <h2>Billing FPR<\/h2>\n         <h6> This KPI metric defines efficiency of your billing team in submitting claims without any errors thereby minimizing rejections or denials and eventually faster payment collections. Its ratio between number of rejected claims by both clearing house and payer for the month against total number of claims submitted for the month. As per industry standards, any practice that maintains less than 2% of rejections is expected to have better cash flow.<\/h6>\n         <span class=\"boldformula\">Billing FPR \u2013 CH Rejections + Payer Rejections for the calendar month\/Total number of Insurance bills for the month<\/span>\n         <div class=\"space-25\"><\/div>\n         <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname1_2\"># of Claims billed for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname1_2\" name=\"fieldname1_2\" onchange=\"FPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname2_2\"># of scrubber rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname2_2\" name=\"fieldname2_2\" onchange=\"FPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname3_2\"># of CH rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname3_2\" name=\"fieldname3_2\" onchange=\"FPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname4_2\"># of Payer rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname4_2\" name=\"fieldname4_2\" onchange=\"FPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname5_2\">Billing First pass ratio<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname5_2\" name=\"fieldname5_2\" onchange=\"FPR()\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname6_2\">Bench Standard<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname6_2\" name=\"fieldname6_2\" onchange=\"FPR()\" value=\"2\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname7_2\">Weightage Standard<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname7_2\" name=\"fieldname7_2\" onchange=\"FPR()\" value=\"20\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname8_2\">Weightage Scored<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname8_2\" name=\"fieldname8_2\" onchange=\"FPR()\">% \n          <\/div>\n        <\/div>\n      \n    <\/div><\/form>\n    \n    \n    <div class=\"row\">\n        <form action=\"\/action_page.php\" id=\"form3\">\n          <div class=\"space-25\"><\/div>\n          <h2>Collections FPR<\/h2>\n          <h6>Lastly, most important KPI is First pass collection ratio as any practice would like to have super fluidity in payment collections since it faster the cash better the opportunity for managing operations and business tangibility and continuity. This KPI is an extension of clean claim ratio tied with payment liquidity and it is calculated as below: <\/h6>\n          <h6>Collections FPR \u2013 (Sum of all rejections and denials for the service month) \u2013 (Number of claims paid for the service month)\/Total number of claims billed for the service month <\/h6>\n          <h6> If a practice is consistent enough in collecting at least 30% of the submitted claims paid without Rejections and Denials for the service month is claimed to be very successful in recovering receivable without letting it to be chased by AR team.<\/h6>\n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname1_3\"># of Claims billed for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname1_3\" name=\"fieldname1_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname2_3\"># of scrubber rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname2_3\" name=\"fieldname2_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname3_3\"># of CH rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname3_3\" name=\"fieldname3_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname4_3\"># of Payer rejections for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname4_3\" name=\"fieldname4_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname5_3\"># of Payer Denials for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname5_3\" name=\"fieldname5_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname6_3\"># of Paid Claims for the service month<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname6_3\" name=\"fieldname6_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname7_3\"># of Claims paid without Rejection or Denial<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname7_3\" name=\"fieldname7_3\" onchange=\"CollectionFPR()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname8_3\">Collections First pass ratio<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname8_3\" name=\"fieldname8_3\" onchange=\"CollectionFPR()\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname9_3\">Bench Standard<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname9_3\" name=\"fieldname9_3\" onchange=\"CollectionFPR()\" value=\"30\">%  \n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname10_3\">Weightage Standard<\/label>\n          <\/div>  \n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname10_3\" name=\"fieldname10_3\" onchange=\"CollectionFPR()\" value=\"20\">%  \n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n            <div class=\"col-15\">\n            <label for=\"fieldname11_3\">Weightage Scored<\/label>\n            <\/div>  \n            <div class=\"col-30\">\n            <input type=\"number\" readonly=\"\" id=\"fieldname11_3\" name=\"fieldname11_3\" onchange=\"CollectionFPR()\">%\n            <\/div>\n            <\/div> \n        <\/form>\n    \n        <form action=\"\/action_page.php\" id=\"form4\">\n          <div class=\"space-25\"><\/div>\n          <h2>90+ AR Calculator<\/h2>\n          <h6> Claims or bills aged more than 90 days becomes an uphill task to recover and anything over 120 days is likely lost the collection opportunity. If more than 10% of claims are inflating over 90 days in A\/R, Practice\u2019s has serious problem in recovery and deserves complete attention to fix the inefficiencies. Calculating AR above 90 days is easy, and illustration is as <\/h6>\n          <span class=\"boldformula\"> 90 Days AR = AR $ outstanding above 90 days\/ Total outstanding AR $<\/span>\n          <div class=\"space-25\"><\/div>\n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname1_4\">Total Insurance AR Outstanding<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname1_4\" name=\"fieldname1_4\" onchange=\"ARClac()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname2_4\">Insurance AR outstanding at 90 Days<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" id=\"fieldname2_4\" name=\"fieldname2_4\" onchange=\"ARClac()\">\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname3_4\">Insurance AR 90+ Days %<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname3_4\" name=\"fieldname3_4\" onchange=\"ARClac()\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname4_4\">Bench Standard<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname4_4\" name=\"fieldname4_4\" value=\"5\" onchange=\"ARClac()\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname5_4\">Weightage Standard<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname5_4\" name=\"fieldname5_4\" value=\"30\" onchange=\"ARClac()\">%\n          <\/div>\n          <\/div>\n        \n          <div class=\"row1\">\n          <div class=\"col-15\">\n          <label for=\"fieldname6_4\">Weightage Scored<\/label>\n          <\/div>\n          <div class=\"col-30\">\n          <input type=\"number\" readonly=\"\" id=\"fieldname6_4\" name=\"fieldname6_4\" onchange=\"ARClac()\">%\n          <\/div>\n          <\/div>\n         \n        <\/form>\n    <\/div>\n        <input type=\"submit\" id=\"submitbtn\" value=\"Submit\" onclick=\"getData()\">\n    <\/div>\n    <!-----------------------Form End--------------->\n\n<!--------------------Health Meter----------------->\n<div id=\"toPrint\">\n  <table id=\"tblHeathMeter\" class=\"table-fill\" cellspacing=\"0\" cellpadding=\"0\" style=\"display: none;\" border=\"1\">\n      <tbody><tr><td><img decoding=\"async\" src=\"http:\/\/commitservices.us\/wp-content\/uploads\/2021\/07\/logofooter.png\" style=\"width: 100%;\"> <\/td>\n       <td colspan=\"3\" align=\"center\"> <h3>4 Important Metrics of Medical Billing Practice<\/h3><\/td><\/tr>\n      <\/tbody><tbody><tr style=\"background-color: #03b2dd;padding: 10px;color: #D5DDE5;font-size: 23;font-weight: bold;\" align=\"center\">\n          <th style=\"background-color: #03b2dd\">Key Metrics<\/th>\n          <th style=\"background-color: #03b2dd\">Benchmark<\/th>\n          <th style=\"background-color: #03b2dd\">Weightage<\/th>\n          <th style=\"background-color: #03b2dd\">Actual Scored<\/th>\n      <\/tr>\n      <tr align=\"center\">\n          <td>Days in AR(DAR)<\/td>\n          <td>30<\/td>\n          <td>30%<\/td>\n          <td id=\"td1\"> <\/td>\n      <\/tr>\n      <tr align=\"center\">\n          <td>Billing FPR\t<\/td>\n          <td>2%<\/td>\n          <td>20%<\/td>\n          <td id=\"td2\"><\/td>\n      <\/tr>\n      <tr align=\"center\">\n        <td>Payments FPR\t<\/td>\n        <td>30%<\/td>\n        <td>20%<\/td>\n        <td id=\"td3\"><\/td>\n      <\/tr>\n      <tr align=\"center\">\n        <td>90+ INS AR<\/td>\n        <td>5%<\/td>\n        <td>30%<\/td>\n        <td id=\"td4\"><\/td>\n      <\/tr>\n      <tr align=\"center\" style=\"background-color: #EBEBEB\">\n        <td colspan=\"2\">Total Score<\/td>\n        <td colspan=\"2\" id=\"td5\"><\/td>\n      <\/tr>\n      <tr align=\"center\" style=\"background-color: #EBEBEB\">\n        <td colspan=\"2\">Overall Health Score<\/td>\n        <td colspan=\"2\" id=\"result\"><\/td>\n      <\/tr>\n      <tr>\n        <td colspan=\"4\" id=\"chart_div\">\n         \n         <\/td>\n      <\/tr>\n      <tr align=\"center\">\n        <td>Contact<\/td>\n        <td colspan=\"3\" id=\"result\">Box 3233 \n          1810 Kings Way<br>\n          King Street, 5th Avenue, <br>New York\n          +3473010812 \/ +6463492144\n          contact@commitservices.co<\/td>\n      <\/tr>\n  <\/tbody><\/table>\n  <\/div>\n  <!-----Performance Scaling----------->\n  <table class=\"table-fill1\" id=\"tblHeathMeterscale\" style=\"display: none;\">\n    <thead>\n    <tr>\n    <th class=\"text-left\" colspan=\"2\">Performance Scaling<\/th>\n    <\/tr>\n    <\/thead>\n    <tbody class=\"table-hover\">\n    <tr>\n    <td class=\"text-left1\"> &lt; 60% <\/td>\n    <td class=\"text-left1\">Poor<\/td>\n    <\/tr>\n    <tr>\n    <td class=\"text-left1\"> &lt; 70% <\/td>\n    <td class=\"text-left1\">Average <\/td>\n    <\/tr>\n    <tr>\n    <td class=\"text-left1\"> 80%  &nbsp; Above <\/td>\n    <td class=\"text-left1\"> Good <\/td>\n    <\/tr>\n    <\/tbody>\n  <\/table>\n  \n\n    <input type=\"button\" id=\"btnExport\" value=\"Print Report\" onclick=\"printDiv('toPrint');\" style=\"display: none;\">\n\n     <script type=\"text\/javascript\">\n      $('.Show').click(function() {\n      $('#target').show(200);\n     $('.Show').hide(0);\n   $('.Hide').show(0);\n   });\n$('.Hide').click(function() {\n   $('#target').hide(500);\n   $('.Show').show(0);\n   $('.Hide').hide(0);\n});\n\n     <\/script>\n\n<script type=\"text\/javascript\" src=\"https:\/\/www.gstatic.com\/charts\/loader.js\"><\/script>\n<script type=\"text\/javascript\">\n      google.charts.load('current', {'packages':['gauge']});\n      google.charts.setOnLoadCallback(drawChart);\n      function drawChart(lable = \"Poor\", score = 0) {\n        var data = google.visualization.arrayToDataTable([\n          ['Label', 'Value'],\n          [lable, score]\n        ]);\n        var options = {\n          width: 400, height: 120,\n          greenFrom:80,greenTo:100,\n          yellowFrom:60, yellowTo: 80,\n          redFrom: 0, redTo: 60,\n          minorTicks: 5\n        };\n        var chart = new google.visualization.Gauge(document.getElementById('chart_div'));\n        chart.draw(data, options);\n      }\n <\/script>\n    \n <\/div>\n","protected":false},"excerpt":{"rendered":"<p>US Healthcare market is ever-changing and complex, there are many medical practices grappling to stay ahead. It is indeed overwhelming for physicians to strike a balance between patient care and getting paid for all the hard work rendered. Fighting for every dollar should be the trend for any physician or group. Joining forces with medical [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8523","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/pages\/8523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/comments?post=8523"}],"version-history":[{"count":5,"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/pages\/8523\/revisions"}],"predecessor-version":[{"id":9204,"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/pages\/8523\/revisions\/9204"}],"wp:attachment":[{"href":"https:\/\/commitservices.us\/index.php\/wp-json\/wp\/v2\/media?parent=8523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}