ICD10 code

bradymiller wrote on Monday, April 16, 2012:

Hi Mac,

Thoughts:

  • After import, the main placeholder queries in custom/code_types.inc.php
    -Suggest just doing a grep -R “ICD9” /… and analyze the ones that have it within the sql query; there are surprisingly not that many and will start to give you insights into the code.
    —Then go after the other instances of ICD9/icd9
  • Low priority would be contrib/*  and classes/ClinicalTypes stuff
  • sql/ and Documenation/ stuff not important
  • don’t think interface/freeb is used anymore (I could be wrong)

-brady
OpenEMR

mdsupport wrote on Sunday, October 18, 2015:

As above, will also need to add ICD10 equivalents to these rule sets in the future.

Now that ICD10 is here to stay, is there a patch to update the rules included in standard release?

On a related note, in light of the significant expansion in number of possible codes, please consider including our pending code review item 263 about using wildcards or some simpler selection for ICD10 codes - just look at DM2 codes…