Designing an Efficient Way to Create New Veterinary Clinical Codes

14 March 2022, Version 1

Abstract

In this report, various deduplication methods are described in order to assist Vet-AI with the removal of redundant clinical codes from their database system. Their system currently operates whereby clinicians enter codes for diagnoses, leaving open the possibility that multiple clinicians assign the same code to disparate diagnoses. It is also possible that two new entries in the database may be the same diagnosis, with synonymous terminology used. By formulating this as a graph problem, we sought to reduce redundancies by identifying the most probable duplicated codes. A probabilistic model was used, where the probability that two codes are duplicates is a function of a suitable similarity measure (e.g. the Hamming distance). A heuristic method for graph edge pruning is also outlined, based on the application of principles of logical consistency.

Content

Comments

Comments are not moderated before they are posted, but they can be removed by the site moderators if they are found to be in contravention of our Commenting Policy [opens in a new tab] - please read this policy before you post. Comments should be used for scholarly discussion of the content in question. You can find more information about how to use the commenting feature here [opens in a new tab] .
This site is protected by reCAPTCHA and the Google Privacy Policy [opens in a new tab] and Terms of Service [opens in a new tab] apply.