You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple web app that shows how Watson's Natural Language Classifier (NLC) can classify ICD-10 code. The app is written in Python using the Flask framework and leverages the Watson Developer Cloud Python SDK
This repository includes API to get ICD-10 codes from descriptions. The Model is a transformer based on BERT. The embeddings are being finetuned based on the following paper: https://arxiv.org/abs/1904.03323 .
UMLS to SNOMED CT and ICD-10 mapping tool: A Python script for generating JSON files containing mappings between UMLS CUIs and SNOMED CT or ICD-10 codes using the UMLS Metathesaurus. Supports exact match, broad relations, and parent-child hierarchy mapping methods.
This experimental application serves an open source large language model Llama-2 that is connect to a streamlit user interface. The user can define a list of custom symptoms or ICD-10 symptoms as input to the LLM. A two-step chain of prompts will output a list of differential diagnoses followed by a list of examinations to workup these diagnoses.
This repository contains lookup tables for the ICD-9 and ICD-10 diagnosis codes, in .csv format. It also contains a .csv table which classifies all ICD-9 codes using the ICD-10 codes' index. It includes the scripts to generate these tables, and the raw text which they are created from.