Skip to content

Commit

Permalink
Update to icd10 2023 (#16)
Browse files Browse the repository at this point in the history
* added G1111 code to json file

* added D5912

* update version

* Update __version__.py

* update icd10 json based on new codes

* updated json file
  • Loading branch information
felipekafuri authored Oct 13, 2022
1 parent dc7b963 commit 98ad49e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icd10/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = ('ICD-10 codes for diseases, signs and symptoms, abnormal findings, '
'complaints, social circumstances, and external causes of injury or disease')
__url__ = 'https://github.com/bryand1/icd10-cm'
__version__ = '0.0.4'
__version__ = '0.0.5'
__author__ = 'Bryan Andrade'
__author_email__ = 'me@bryanandrade.com'
__license__ = 'MIT'
Expand Down
Binary file modified icd10/icd10.json.gz
Binary file not shown.

0 comments on commit 98ad49e

Please sign in to comment.