The use of electronic charge vouchers in anesthesia practice is limited, and the effects on practice management are unreported. The authors hypothesized that the new billing technology would improve the effectiveness of the billing interface and enhance financial practice management measures.
A custom application was created to extract billing elements from the anesthesia information management system. The application incorporates business rules to determine whether individual cases have all required elements for a complete and compliant bill. The metrics of charge lag and days in accounts receivable were assessed before and after the implementation of the electronic charge voucher system.
The average charge lag decreased by 7.3 days after full implementation. The total days in accounts receivable, controlling for fee schedule changes and credit balances, decreased by 10.1 days after implementation, representing a one-time revenue gain equivalent to 3.0% of total annual receipts. There are additional ongoing cost savings related to reduction of personnel and expenses related to paper charge voucher handling.
Anesthesia information management systems yield financial and operational benefits by speeding up the revenue cycle and by reducing direct costs and compliance risks related to the billing and collection processes. The observed reductions in charge lag and days in accounts receivable may be of benefit in calculating the return on investment that is attributable to the adoption of anesthesia information management systems and electronic charge transmission.
DESPITE advances in electronic medical record keeping and the adoption of these systems for clinical activities, there is evidence that the use of electronic medical records to generate automated point-of-care physician charges and submission is very limited. A recent survey by the Spyglass Consulting Group found that of 102 physicians who use and are familiar with healthcare information technology systems, only 21% used automated charge capture (personal communication, Gregg Malkary, Managing Director, Spyglass Consulting Group, Menlo Park, California, January 2005). In contrast, back-office claims submission for most payers, including Medicare, has migrated completely to electronic billing.1
McKenzie2described several important components of electronic billing systems: acquisition of data, transmission to customers or billing companies, payment, and posting on the corporate receivables system. The complex nature of the data transfers and the difficulties inherent in creating interfaces between different vendors' products are factors that complicate the wide implementation of electronic billing systems.
In 1991, our institution began the use of an anesthesia information management system (AIMS) for electronic medical record keeping (CompuRecord®; Philips Medical Systems, Andover MA) in certain operating rooms. The anesthesia information management system was fully implemented in all operating room locations by 1998. Currently, approximately 30,000 anesthetics are captured per year. CompuRecord has a billing charge generation module, but this would not generate a complete charge voucher in our tertiary care center. Examples of items that are not supported by the CompuRecord module include charge generation for transesophageal echocardiography, ultrasonic vessel finder usage, and some of the data needed to generate the concurrency matrix for a teaching institution. We therefore needed to construct a customized billing data extraction application.
The current report describes the design and implementation of an automated point-of-care anesthesiology electronic charge capture system that extracts data from the anesthesia information management system and transmits it to a billing vendor. We hypothesized that the new billing technology would improve the effectiveness of the billing interface and enhance financial results of the practice.
Materials and Methods
We analyzed the effectiveness of the billing interface and financial results of the practice by measuring two parameters: days in accounts receivable and charge lag days.
At the vast majority of anesthetizing sites, the anesthesia information management system collects data derived from anesthesia monitors and machines, clinician-entered items, and data from interfaces with other hospital systems. A subset of the information that is resident in the electronic patient record constitutes the data set that is required to create a valid and compliant physician bill. For the small proportion of handwritten anesthesia records performed in off-site locations or during computer malfunctions, the data relevant to billing are entered manually into the CompuRecord system.
The CompuRecord anesthesia information management system creates a binary file of case information, some of which is duplicated in a relational database, based on user configuration of the system. The relational database has several relevant tables. Each table contains data elements (fields) of various data types that are described below.
Separate sets of tables are populated based upon the specificity of the data to the patient or to the individual anesthesia record, more commonly known as the “case.” The largest percentage of the data relevant to an anesthesia bill is derived from those that are recorded using nested pick-lists (aka, drop-down lists) that are specific to an individual case. These combinations of lists of related elements of various data types are referred to as “combos.”
Combo pick-lists contain groupings of data fields, links to more deeply nested combos, and free text entry fields. The most common data fields are “static” predefined alphanumeric strings (e.g. , “cricoid pressure” or “37 French”) that are assigned a numerical code. For efficiency of storage, only the numerical code is stored in the relational database combo table. The mapping of the numerical code to the predefined alphanumeric string is recorded in another (index) table. Additional data types include numbers, dates, times (formatted text), and Boolean categories. For example, choosing an endotracheal tube from a list of airway devices leads to another series of pick-lists of elements, including the types of tubes (e.g. , standard or double lumen), tube sizes, and indications whether the tube was placed by the anesthesia care team or was in situ . The majority of such selection trees also contain an “other” field for entry of alphanumeric strings of free text for circumstances where predefined choices are inappropriate.
Some case-specific text fields that are unrelated to combos are stored in a separate table. For example, the procedure/operation performed is populated by the text associated with the full set of Current Procedural Terminology codes (American Medical Association, Chicago, IL), one or more of which are selected by the anesthesiologist. Text searching enables rapid selection of the applicable Current Procedural Terminology code(s) from the complete list. Because surgical and diagnostic procedures are continually updated and sometimes difficult to code accurately, the text field for procedure/operation performed is editable by the anesthesia care team for later review by a certified procedural coder. Dates, procedural events (e.g. , procedure/surgery start time), and electronic signatures are stored using an internal encoding system. This information is stored in various tables.
In addition to these classic relational database tables of case-specific and patient-specific information, the data archiving module also writes information from each case to specific reports that combine patient-specific and case-specific data that are the source of much of the information relevant to patient billing. These report tables (table 1) are vendor (i.e. , Philips Medical Systems, Andover, MA) specific and cannot be configured by the system administrator.
To create a bill that complies with regulatory requirements and will result in timely payment, each bill for service must include a minimum set of elements. Other additional elements that may not be present in any particular bill are included, as appropriate.
A custom set of tables (table 2) was created in which to assemble all of the data necessary for billing purposes from the existing database. These tables are populated and processed by a series of complex queries using Microsoft Access® (Microsoft, Redmond, WA). The queries perform three basic functions that are the foundation of the billing system. The first is an initial extraction of information from the anesthesia information management system database that populates a billing worksheet for each new case that is identified. The second function is the screening of each billing worksheet to ensure that all necessary information is present. The third function is the updating of the billing worksheet with additional information that becomes available after the initial billing worksheet creation. (The billing worksheet contents are described in the appendixand are subject to change over time.)
One of the tasks inherent in the data extraction process is the necessity of identifying the most current information for a particular case. The relational database design includes both an event index (to indicate the latest information) as well as an include/exclude flag (to indicate deleted information). These design elements are required to create an audit trail of modifications that occur within a case record over time. This complicates the design of the queries that extract the information that is included in the final bill.
The screening function serves to verify that all necessary data are present. The necessity and related business rules applicable to the billing worksheet fields are listed in table 3. Records that pass this screening process are placed in a queue for transmission to the billing vendor. Deficient records are placed in a separate queue, with an associated detailing of the missing elements (table 4). The details of missing required data are transmitted automatically by e-mail to the clinicians involved so they can make necessary changes to the electronic case records.
The data extraction and screening process is performed every business day as a batch process that creates four reports. The first is the queue of new cases that occurred in the time period since the last batch run that have passed the screening process. The second is a report of occasional older cases that were not processed in previous batch runs due to transient hardware/network failures that subsequently pass the screening process. The third report consists of all new and older cases that would have been in the first two reports but did not pass the screening process. The final report includes cases previously found to be incomplete that have been reprocessed and incorporates any new or modified information provided by the clinician as described above. This final report also indicates whether the case has finally passed the screening process and is ready for billing. Patient demographic and financial/insurance information is transmitted to the billing vendor separately from the hospital information technology group.
Figure 1presents an overall illustration of the process of electronic billing voucher creation.
There was a bimodal implementation of the electronic transfer of data to the billing vendor. In the first phase (June 2004), the vendor began receiving daily reports in comma-delimited format but continued to perform manual entry of the data. Approximately 2 months later, the vendor began direct importation of the data into its custom billing application.
Results
Revenue Opportunities
Charge lag is defined as the number of days between the date of service and transmission of charge data to the payers. The average charge lag decreased by 7.3 days in the period after the implementation as compared with the 7-month period preceding the implementation (fig. 2).
We also compared the total days in accounts receivable, controlling for fee schedule changes and credit balances for comparable intervals in the preimplementation and postimplementation periods (January through July 2005, compared with January through July 2004). Total days in accounts receivable equals the total dollars in accounts receivable for the period monitored, divided by the average dollars in gross billing per day. The total days in accounts receivable changed from 100.6 days to 90.5 days (10.1-day decrease) after implementation. The total accounts receivable in the periods monitored was corrected for confounding variables, such as interim fee schedule changes and credit balances that would have altered average daily gross charge and total dollars in accounts receivable. Although accounts receivable write-off policies were applied consistently throughout the period, it is not possible to account for seasonal variations in collection rates or write-offs in the snapshots calculated at the end of each period. The reduction of total days in accounts receivable represented a one-time revenue gain equivalent to 3.0% of total annual receipts. Table 5details additional information to illustrate the scope of the practice.
Cost Savings
Electronic charge transmission eliminates labor costs for manual entry of charge data and eliminates the concomitant human errors inherent in transferring data from handwritten documents. This change reduced labor costs for charge entry by 1 full-time equivalent or approximately $32,000 per year. Eliminating the need to print, transport, file, and manually retrieve handwritten billing vouchers provides additional cost savings of approximately $10,000 per year. In addition, 0.5 full-time equivalent of staff assigned to this function was available for other duties.
Cost Avoidance
The daily billing process identified missing signatures, required data, and contradictory or conflicting data fields, such as relief events. This automatic process prevented submission of incomplete and/or noncompliant bills. This resulted in a nonquantifiable decrease in denials, rework, and potential compliance penalties. Approximately 3% of our electronic records were corrected on the basis of these reviews.
Discussion
The current report demonstrates that the implementation of an automated electronic anesthesia charge voucher system decreased the lag time between anesthesia services and charge transmission to payers. This has been associated with an initial increase in total days in accounts receivable as more charges were compressed into a shorter time interval, followed by a sustained improvement that was valued as a one-time revenue gain equivalent to 3% of annual receipts. Ongoing savings related to elimination of a full-time equivalent dedicated to transport, transcription, and handling of handwritten vouchers are additional benefits.
Manual processes, which distance the anesthesiologist from the eventual generation of a bill, have inherent sources of errors and omissions that negatively affect reimbursement. These problems include illegibility, lost or missed cases, incomplete charges, incomplete or inaccurate coding,3discrepancies between the clinical documentation and the billing voucher, and delays in submission. It is estimated that the average physician loses approximately 10% of potential revenue due to billing mistakes made at the point of care.4It is further estimated that it costs six times the administrative expense to reprocess a claim than to correctly process it the first time.5
Anesthesia information management systems tend to be well accepted by clinicians but have limited market penetration. In a survey, clinicians responded that they experienced a subjective improvement in their quality of work with the use of electronic anesthesia records compared the handwritten records, and after adaptation to a given system, many users reported that they would be reluctant to return to paper records.6The further reported benefits of electronic anesthesia records include more accurate recording of physiologic variables,7enhanced medicolegal defense and risk management,8times savings,9,10and increased time devoted to patient monitoring (vigilance).11Market penetration, however, has been estimated to be only 3–5% in the United States, as reported on the Anesthesia Patient Safety Foundation Web site.#
One of the major reasons for this low market penetration is the capital expenditure associated with anesthesia information management system implementation.12Data such as those in the current report may help anesthesia practices develop return-on-investment calculations to support the acquisition of an anesthesia information management system. Although a reduction in days in accounts receivable can be assigned a monetary value with some degree of certainty, there remain other less tangible economic benefits of anesthesia information management system billing voucher generation, including enhancements to compliance, concurrency matrix calculations, and managed care negotiations.
Improved billing and regulatory compliance result when electronic charges are generated directly from the medical record source documents. This provides the highest level of assurance that the charges reflect the level and scope of service provided. The anesthesia information management system used in the authors' institution is designed to incorporate mandatory documentation fields to remind physicians to include required attestations and supporting documentation. The anesthesia information management system serves as an automated audit mechanism to prevent incomplete or noncompliant records from proceeding to charge generation. The potential for avoiding penalties related to federal payer (Physicians at Teaching Hospitals, Office of the Inspector General, and Centers for Medicare and Medicaid Services) audits represent additional potential cost savings. Because of the cost-avoidance nature of these opportunities, they are difficult to quantify. Nevertheless, approximately 3% of our electronic records are corrected before charges are generated.
Anesthesia practices are subject to complex billing requirements, such as the reporting of concurrent care provided under medical direction and medical supervision. As a result, the synchronization of timepieces and the accurate recording of case start and stop times are critical. Electronic provision of all time intervals facilitates an accurate and timely completion of the concurrency matrix process.
The anesthesia information management system provides a critical database that can be used to value bargaining mix elements involved in negotiations with managed care entities and hospitals. Understanding the impact of contract clauses that require bundling of services or the capping of reimbursement for certain business lines allows practices to negotiate with a firm understanding of the costs and potential tradeoffs represented by contract terms. They also provide a valuable source of information tracking the introduction of new services that may need to be added to fee schedules upon contract renegotiation.
Others have reported that electronic claim submission results in faster reimbursement. Wang et al. 13performed a cost–benefit analysis in an ambulatory primary care setting to analyze the financial effects of electronic medical record systems. They estimated that billing capture would increase by 2% and the supplying or prompting of required billing fields would decrease billing error losses by 35–95%. They calculated a potential net benefit of $86,400 per provider with the use of an electronic medical record over a 5-yr period. In a survey of healthcare providers, electronic transaction processing resulted in a lower average cost per claim, a lower average rejection rate for initial and follow-up claims, and a shorter turnaround time on accounts receivable than paper-based claims.1In a tertiary care pediatric practice, the effects of the conversion to electronic bill submission from attending physicians to the billing vendor was analyzed.14This resulted in the receipt of patient charges in 6–13 fewer days by the billing vendor, and a significant decrease in the lag time between patient service and charges being posted to the patients' accounts by 9–17 days. At 14 days, 93% of the electronic bills were posted to the patient's accounts compared with 19% of the paper bills. There were no significant differences in collection rates. A case study of an 8-physician orthopedic surgical group reported that the proportion of lost and/or missed bills was reduced from 6% to 0% after implementation of a handheld personal computer–based point-of-care charge system.5They also reported a reduction of 85% in the mean lead time for claims submission (from 33 days to 5 days), a reduction of 30% in write-offs for late claims, as well as a reduction of 0.25 full-time equivalent. A 70-physician general surgical group also reported a complete elimination of write-offs for late claims, as well as a significant reduction in lost claims.15Electronic bill submission has also been demonstrated to result in significant cost savings to anesthesiology groups. In an audit by a Japanese anesthesia group, charges generated by a handwritten billing sheet were compared to anesthesia bills generated by an anesthesia information management system.16This electronic billing system derived costs from the anesthesia information management system and calculated fees according to the Japanese national healthcare insurance system. This electronic system was demonstrated to be accurate compared with the manual bill generation system and prevented ¥2.5 million (approximately $20,000) in billing losses per month.
The limitations of the current report relate to concurrent changes that occurred in departmental operations at the time of implementation of electronic charge transmission. The adoption of a productivity-based compensation model provided incentive to anesthesiology faculty for more complete billing documentation, such as selecting Current Procedural Terminology codes that most fully describe the services performed, 100% case capture, and documenting all reimbursable services, ancillary procedures, and patient status modifiers. Therefore, an unknown proportion of the observed increase in the average daily charges is related to a concurrent focus on physician education and incentives leading to better billing documentation and/or increased productivity. Other factors that would affect the valuation of the decrease in days in accounts receivable include changes in the charge fee schedule, managed care organization participation status, and operational and collection policy changes that affect the gross collection rate. Despite these immeasurable effects, the relative parity between the reduction in charge lag and the reduction in days in accounts receivable suggests that the results reported are related mainly to electronic charge transmission.
In many healthcare organizations, the anesthesia information management system is purchased by a hospital that is a distinct financial entity that receives no financial benefit from the anesthesia billing process. In many institutions, therefore, a partnership between the hospital (that receives the financial benefit of a capital purchase) and the anesthesia practice group must be created that accounts for the purchase, ongoing expenses, and financial advantages of an anesthesia information management system. Data sharing between the two entities is also an important consideration in creating a successful partnership.
One of the costs of implementing an automated anesthesia charge voucher system from an anesthesia information management system data source is the programming requirements. At the authors' academic institution, the existing departmental programming personnel diminished the investment needed to create the charge voucher system. Many institutions would have to consider this cost in their return-on-investment calculations.
In conclusion, anesthesia information management systems yield financial and operational benefits by speeding up the revenue cycle and by reducing direct costs and compliance risks related to the billing and collection processes. The observed reductions in days in accounts receivable may be of benefit in calculating the return on investment that is attributable to the adoption of an anesthesia information management system and electronic charge transmission.