Unable to Upgrade ICD10

Hi @stephenwaite ,

Would you know any reason why one wouldnt be able to upgrade their ICD10 codes in OpenEMR.

i have the files

Zip File 3 2024 ICD-10-PCS Codes File.zip
Code Descriptions.zip

In the directory /openemr/contrib/icd10

I am using OpenEMR version 7.0.2(2).

The standardized_tables_tracktable shows revision date 2022-10-01 00:00:00 for the most recent data and the supported_external_dataloads shows Zip File 3 2024 ICD-10-PCS Codes File.zip

I have the same file in the icd10 directory but for some reason, i get the error

UNSUPPORTED database load file:
Code Descriptions.zip!

UNSUPPORTED database load file:
Zip File 3 2024 ICD-10-PCS Codes File.zip

Thanks in advance

hi @kkappiah, can see the commit for the 2024 files. Should only have the 2 files in the contrib/icd10 directory and have to have the md5 hashes in the supported_external_dataloads table.

The 2025 files are availble which would make sense to use instead.

You are right and that was the first thing i tried. I used the 2025 version with the files from the OpenEMR github repo. My thinking was, because the initial release date in the standardized_tables_track was 2022, it had to be sequential.

I’ll try that and revert.

Many thanks