MedCodeMCP / knowledge_base.json
gpaasch's picture
finalized my winning idea for this hackathon, starting to build my knowledge base file based on ICD10
23867a8
raw
history blame
206 Bytes
{
"symptom_to_icd": {
"fever": ["R50.9"],
"cough": ["R05"],
"headache": ["R51"]
},
"icd_to_diagnosis": {
"R50.9": "Fever, unspecified",
"R05": "Cough",
"R51": "Headache"
}
}