DTanzillo commited on
Commit
3f8dbe2
·
verified ·
1 Parent(s): 9e100d2

Sync all TERM_PATTERNS + TERM_URLS for 9 demo cases

Browse files
Files changed (1) hide show
  1. app.py +20 -1
app.py CHANGED
@@ -46,7 +46,10 @@ TERM_PATTERNS = {
46
  "visual acuity": "sharpness of vision (e.g., 20/20 is normal)",
47
  "abscess": "a pocket of pus from an infection",
48
  "acetaminophen": "Tylenol (over-the-counter pain and fever reliever)",
 
49
  "acute": "sudden and severe",
 
 
50
  "aponeurotomy": "a procedure to cut tight tissue bands",
51
  "chalazion": "a painless bump on the eyelid from a blocked oil gland",
52
  "contracture": "permanent tightening of tissue that limits movement",
@@ -468,14 +471,30 @@ TERM_URLS = {
468
  "prednisolone": "https://medlineplus.gov/druginfo/meds/a615042.html",
469
  "tetanus": "https://medlineplus.gov/tetanus.html",
470
  "abscess": "https://medlineplus.gov/abscess.html",
471
- # Terms with no good MedlinePlus page (definition only, no link)
 
 
 
 
 
 
 
 
 
 
 
 
 
472
  "acute": "",
473
  "afebrile": "",
474
  "ambulating": "",
 
475
  "bilateral": "",
 
476
  "distension": "",
477
  "dorsal": "",
478
  "fluctuant": "",
 
479
  "intraoperative": "",
480
  "iodoform": "",
481
  "irrigation": "",
 
46
  "visual acuity": "sharpness of vision (e.g., 20/20 is normal)",
47
  "abscess": "a pocket of pus from an infection",
48
  "acetaminophen": "Tylenol (over-the-counter pain and fever reliever)",
49
+ "absorbable sutures": "stitches that dissolve on their own",
50
  "acute": "sudden and severe",
51
+ "incision": "a surgical cut",
52
+ "local anesthesia": "numbing medication injected at the procedure site",
53
  "aponeurotomy": "a procedure to cut tight tissue bands",
54
  "chalazion": "a painless bump on the eyelid from a blocked oil gland",
55
  "contracture": "permanent tightening of tissue that limits movement",
 
471
  "prednisolone": "https://medlineplus.gov/druginfo/meds/a615042.html",
472
  "tetanus": "https://medlineplus.gov/tetanus.html",
473
  "abscess": "https://medlineplus.gov/abscess.html",
474
+ "I&D": "https://medlineplus.gov/abscess.html",
475
+ "acetaminophen": "https://medlineplus.gov/druginfo/meds/a681004.html",
476
+ "chalazion": "https://medlineplus.gov/ency/article/001006.htm",
477
+ "contracture": "https://medlineplus.gov/ency/article/003185.htm",
478
+ "Dupuytren": "https://medlineplus.gov/ency/article/007692.htm",
479
+ "erythema": "https://medlineplus.gov/skininfections.html",
480
+ "hemostasis": "https://medlineplus.gov/bleeding.html",
481
+ "laceration": "https://medlineplus.gov/cuts.html",
482
+ "mupirocin": "https://medlineplus.gov/druginfo/meds/a688004.html",
483
+ "paronychia": "https://medlineplus.gov/ency/article/001444.htm",
484
+ "sutures": "https://medlineplus.gov/ency/article/000043.htm",
485
+ "local anesthesia": "https://medlineplus.gov/anesthesia.html",
486
+ "ROM": "https://medlineplus.gov/ency/article/003165.htm",
487
+ # Definition-only terms (no good MedlinePlus page)
488
  "acute": "",
489
  "afebrile": "",
490
  "ambulating": "",
491
+ "aponeurotomy": "",
492
  "bilateral": "",
493
+ "curettage": "",
494
  "distension": "",
495
  "dorsal": "",
496
  "fluctuant": "",
497
+ "granulomatous": "",
498
  "intraoperative": "",
499
  "iodoform": "",
500
  "irrigation": "",