How to fix the ICD 10 codes with the decimal values.
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to fix the ICD 10 codes with the decimal values.
To update the clinical diagnosis ICD 10 concept code with the decimal value, please refer to the below steps.
Eg: Clinical diagnosis concept code values 'A00.0, A00.1, A02.21 etc.
- Download the attached ICD-10_code_update.zip'
- Connect to the MySQL server
- Copy the downloaded file on the server and extract it.
- Connect and use the MySQL database where you want to update the codes.
- Create the index on the 'value' field of the table 'catissue_permissible_value' using the 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)
, multiple selections available,
Related content
Allow Decimal Values on nth Step
Allow Decimal Values on nth Step
More like this
How to reset label sequences?
How to reset label sequences?
More like this
How to set validation rules for Participant UID field?
How to set validation rules for Participant UID field?
More like this
How to set abbreviations?
How to set abbreviations?
More like this
CP Coding
CP Coding
More like this
Updating dropdown values
Updating dropdown values
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com