Ok. Here are two ICD-10 files in Spanish (ICD-10). One is with terms and the other with procedures. First I entered these two files in the database. Then modify the file ./custom/code_type_inc.php after ICD-10 Definitions (Row 173 approx.) And it is as follows:
// *************** Definiciones CIE 10 por Luis *************
// Modificado agregando Procedimientos y diagnósticos 2017-06-05
define_external_table($code_external_tables,20,‘cie10_diag’,‘code’,‘desc’,‘desc_short’,array(“active=‘1’”,“valid_for_coding = ‘1’”),‘revision DESC’);
define_external_table($code_external_tables,21,‘cie10_proced’,‘code’,‘desc’,‘desc_short’,array(“active=‘1’”,“valid_for_coding = ‘1’”),‘revision DESC’);
//**** End Definiciones CIE 10
…
…
$cd_external_options = array(
‘0’ => xl(‘No’),
‘4’ => xl(‘ICD9 Diagnosis’),
‘5’ => xl(‘ICD9 Procedure/Service’),
‘1’ => xl(‘ICD10 Diagnosis’),
‘6’ => xl(‘ICD10 Procedure/Service’),
‘2’ => xl(‘SNOMED (RF1) Diagnosis’),
‘7’ => xl(‘SNOMED (RF1) Clinical Term’),
‘9’ => xl(‘SNOMED (RF1) Procedure’),
// Agregado por Luis ***
‘20’=> xl(‘CIE-10 Diagnósticos’),
‘21’=> xl(‘CIE-10 Procedimientos’),
// Fin agregado ***
</>
Then from Operator / Administration / Lists / Code Types, you add these two tables.
There is also a complete translation into Spanish of SNOMED-CT that can be downloaded from https://www.nlm.nih.gov/healthit/snomedct/international.html (it is necessary to subscribe). This is easier to add, just place the compressed file in …/contrib/snomed/ and then go to Administration / Other / External Data and add it. I hope I have helped. Any doubt I am at your disposal. regards.
Files:
https://drive.google.com/open?id=1jZH13tKn8hsiHS0Mh8PiEOuWYR_kOjWl
https://drive.google.com/open?id=1mclqJvjQkXXvtNPA56RA9prFkWAi3E6O