Hi there! does anyone knows how to add Spanish codes CIE10? , I’ve searched a lot and the most related is the content uploaded on GitHub - verasativa/CIE-10: Códigos CIE-10 , but I can’t load the files …
Hi @ArcherKnight ,
I am not a developer. If I would do it I would first make a back up. Then I would install ICD10 as usual. Then I would download table icd10_dx_order_code
in the database as a spreadsheet then replacing short_desc
and long_desc
with columns B (where the value in dx_code
= the value in column A and valid_for_coding
= 0) and the same for column D in your table where valid_for_coding
= 1
There might be better way of doing so
How do I upload the files ? I mean, after downloading the files which is the process?
ty for your response :3
First you need to install the English files: Admin/Codes/External Data Load, search for ICD10 and select Install or Upgrade. Then unzip the downloaded files that are in Spanish. In the Database, replace the tables idc10_pcs_order_code and icd10_dx_order_code, with the new .sql files. For this you can use phpMyadmin or HeidiSQL or any other database manager.