bryand1 / icd10-cm

ICD-10 CM medical classification list by the World Health Organization
MIT License
83 stars 27 forks source link

A typo in the name of chapter VII #3

Open krassowski opened 4 years ago

krassowski commented 4 years ago

"Diseases of the eye and adnexia" should be "Diseases of the eye and adnexa"

Reproduce:

import icd10
icd10.chapters[6]
# ('VII', 'H00-H59', 'Diseases of the eye and adnexia')
krassowski commented 4 years ago

(but it is ok in the README)