Configure OpenEMR for ICD-10

From OpenEMR Project Wiki
Revision as of 23:20, 27 August 2015 by HTuck (talk | contribs) (made a few corrections)

Configure OpenEMR for ICD-10

A major concern of EMR users everywhere is the upcoming ICD-10 conversion. While it is a big change in many ways, the actual steps to migrate OpenEMR itself to ICD-10 readiness are not that difficult. In this HOWTO I will walk through the changes you need to make that are specific to OpenEMR and also provide some links to further information on the general topic of migrating to ICD-10.


Much of this info is compiled from the OpenEMR Forum- thanks everybody for your expertise!

- Harley at MI-Squared.


Overview: What needs to be done for ICD-10 conversion?

1. Install and activate the codeset
2. Test demo claims with clearinghouse
3. Reconfigure existing code customizations
4. Complete the migration


Install the codeset

The ICD-10 codes are freely available just as ICD-9's are, and are packaged with OpenEMR versions 4.1.2 patch 5 and newer.


NOTE: OpenEMR 4.1.2 patch 5 is required in order to use ICD-10.
If your OpenEMR version is earlier you must upgrade it.


To install the codeset:

I10-inst01.png
1. Log into OpenEMR as an Administrator- privileged user (#1 top right)
2. Left nav menu go to Adminstration-> Other -> External Data Load (#2 lower left)
3. Select ICD-10 from the options (#3 top left)
  • The screen at right should appear. Note the left panel says,
    "… Installed Release - Not Installed"
    and the big "INSTALL" button in the right panel.


4. Click the Install button. (#4 center)

When the screen returns, ICD-10 is installed.






I10-notSameRelease.png


It is possible that this other right-hand panel might be seen.

The message (blue oval) means that the 2015 ICD-10 files are together in the same directory with the 2012 files that came packaged in earlier versions of OpenEMR.


Simply delete or move the 2012 files elsewhere. When you return to this screen it will look like the first display above.


The 2012 codeset came with the 4.1.2 series of OpenEMR. If you want to install the 2015 codeset instead, upgrade to OpenEMR version 4.2.0 or higher.






Now, activate the ICD-10 codes for use in your system:


5. Left Nav menu: Administration-> Lists / Edit List: Code Types
6. Click in the 'active' checkbox and make sure the same columns are selected
as are for ICD-9



I10-activateCode.png


7. Click 'Save' button at bottom of screen (not shown)


Your ICD-10 codes are ready to use.


Test demo claims with clearinghouse

A common question: "When should my practice upgrade to ICD-10?" Answer: Install it now so you can test with your clearinghouse.


  • Migrating to ICD-10 is not an all or nothing move; you can still use ICD-9 codes with ICD-10 installed.
  • Activating ICD-10 codes in OpenEMR will not affect any other function
  • If you install soon you can test claim files with your clearinghouse before 1 October
  • Virtually all clearinghouses have ICD-10 test sites by now but they manage them differently. Ask yours how to submit test claims.
E.g., Trizetto has a special ICD-10 test website to submit test claims to; another clearinghouse assigns a human to 'escort' test claims though their system.

Once you have ICD-10 installed, you can create a test claim.


1. Create a new encounter with a dummy patient and open the fee sheet.
2. Add a few services then search for justifying ICD-10 codes (blue oval below)


I10-srch01.png



3. Select your ICD-10 code to justify the Service Codes and save the fee sheet


I10-srch02.png


4. Create a claim in the usual fashion.

Billing Manager recognizes the new code:


I10-BlingMgr.png


and the x12 file shows the new code properly.

I10-x12.png


NOTE: ICD-9 and ICD-10 can co-exist in OpenEMR and may both be used concurrently. Just be sure you keep only one type of code in a claim: no mixing ICD-9 and ICD-10 codes in the same claim, either paper or electronic.


Reconfigure code customizations

Question: “Does OpenEMR perform crosswalks between ICD-9 and ICD-10 codes?” Answer: At this time OpenEMR does not perform crosswalks; you'll need to manually collect the equivalent codes into a reference cheat sheet. Once you install and activate ICD-10, those codes will appear in the fee sheet search function. Your cheat sheet will guide which new code to select.


Make a list of your most commonly used ICD-9 codes and go to one of the websites where you can look up their ICD-10 equivalents. One very useful site the AAPC's, at:

https://www.aapc.com/icd-10/codes/


Another, extremely simple- to- use site:

http://www.icd10data.com/Convert



If you have created custom service code dropdowns on your fee sheet the ICD-10 version of the existing ICD-9 codes will need to be added. Converting a large number of custom service codes on your fee sheet could get tedious. However, if you or your IT Support are comfortable running SQL queries on the database here are a couple tools that can speed up building your cheat sheet.

1. This SQL query lists all the ICD-9 codes used in the custom service categories which have been added by editing the list named “Fee Sheet”:

SELECT * FROM `fee_sheet_options` WHERE `fs_codes` LIKE '%ICD9%';


See where the database output columns correspond to the Fee Sheet list locations.


I10ReconfigCodes01.png


2. This next query delivers the ICD9 codes that have been used in the regular 'custom service categories' on the fee sheet itself:

SELECT * FROM `codes` WHERE `code_type`='2';


I10ReconfigCodes02.png


The 'code_text' column lets you spot the item in the Fee Sheet dropdown; the 'code' column gives its ICD code (the 'code_type' being 2 means ICD-9). Notice that the 'superbill' column contains a word that closely resembles the name of the service category that code is in. Here, 'testdx' indicates 'Test Dx Svc dll'.


Both these database outputs may be exported to printable reports with the controls at the bottom of the database query display. Using these reports to record your crosswalks you can look up the ICD-10 codes you need.


I10ExportdBrpt.png


With these tools in hand, re- coding the fee sheet customizations will be much easier.


Complete the migration

Question: “Can I use ICD-9 at all after 1 October?” Answer: Claims with a Date of Service of 30 September or earlier may be submitted in ICD-9 after 1 October. Claims with DOS of 1 October and later must be sent in ICD-10.


  • Your migration to ICD-10 will be complete when all ICD-9 claims have been submitted and ICD-10 is the only codeset used for claims.
  • If the claim is already coded in ICD-9, submit it that way. However, once you've tested and passed your ICD-10 setup with your clearinghouse, why not start coding and claiming in ICD-10? It'll shorten your migration process.
  • When all claims with DOS before 1 October 2015 have been submitted consider removing the ICD-9 codes from the custom fee sheet lists and the Custom Service Categories. The codesets don't interfere with each other and they don't take up much hard drive space so there's no IT priority to do so. But removing half the codes from your fee sheet dropdowns would visually unclutter them and reduce the possibility of data entry errors.
  • When the time comes to delete those ICD-9 codes, the 'crosswalk lists' you made earlier with the SQL queries will come in handy.



References and Resources

  • The report at (left nav menu:) Reports/Clients/Clinical will give choice of ICD-9 or -10 when the 'Problem DX' box is clicked.

/or/
https://www.aapc.com/icd-10