Skip to content

Commit

Permalink
Max Ratings API: Add hearing loss to dc lookup table (#3682)
Browse files Browse the repository at this point in the history
Add hearing loss to dc lookup table
  • Loading branch information
dfitchett authored Nov 5, 2024
1 parent 258a98b commit d29b03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Diagnostic Code,Rated Issue Name,Max Rating,Body System,Category,Subcategory,CFR
6081,"Scotoma, unilateral",100,The Organs of Special Sense,Eye,,38 CFR 4.79
6090,Diplopia (double vision),100,The Organs of Special Sense,Eye,,38 CFR 4.79
6091,Symblepharon,100,The Organs of Special Sense,Eye,,38 CFR 4.79
6100,Hearing Loss,100,The Organs of Special Sense,Ear,,38 CFR 4.85
6200,"Chronic suppurative otitis media, mastoiditis, or cholesteatoma (or any combination)",10,The Organs of Special Sense,Ear,,38 CFR 4.87
6201,Chronic nonsuppurative otitis media with effusion (serous otitis media),100,The Organs of Special Sense,Ear,,38 CFR 4.87
6202,Otosclerosis,100,The Organs of Special Sense,Ear,,38 CFR 4.87
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TABLE_VERSION = 3
TABLE_VERSION = 4
# auto-generated by dc_lookup_table_updater.py

0 comments on commit d29b03e

Please sign in to comment.