Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To update the clinical diagnosis ICD 10 concept code with the decimal value, please refer the below steps.

Eg: Clinical diagnosis concept code values 'A00.0, A00.1, A02.21 etc.

  1. Download the attached ICD-10_code_update.zip'
  2. Connect to the MySQL server
  3. Copy the downloaded file on the server and extract it.
  4. Connect and use the MySQL database where you want to update the codes.
  5. Create the index on 'value' field of the table 'catissue_permissible_value' using below query.
Create Index
CREATE INDEX idx_value ON catissue_permissible_value(value);

     6. Run the below query to update the ICD-10 codes.

Create Index
Source <SQL FIle Name>;
Commit;

   7. Verify the update code from UI. (Extras→ Dropdown→ Clinical Diagnosis)

  • No labels