This code takes a symptom code and looks for the diagnosis in a knowledge graph.
- Loads symptoms, diagnosis, count of occurence.
- Pushes information to Neo4j
- Queries for where the symptom has the highest occurence.
- Parses diagnosis to link for Merck manual.
- Good walk through for Neo4j in python
- Could be used with a knn and more details for case based reasoning (IMO).
If you have issues and need help reach out.