I just realized I never finished this serie of articles!

In today's article, we'll take a look at the production process that extracts the ICD-10 diagnoses most similar to our text, so we can select the most appropriate option from our frontend.
Looking for diagnostic similarities:
From the screen that shows the diagnostic requests received in HL7 in our application, we can search for the ICD-10 diagnoses closest to the text entered by the professional.
.png)
To speed up the search process, we stored the vectorized text of the diagnosis received at the time of capturing the HL7 message in our database.
(2).jpg)
.png)
.png)
.png)
.jpg)



