Skip to content

Commit

Permalink
Update ICD10 list to use 2025 codes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
javamo authored Oct 22, 2024
1 parent 495f198 commit 041d50f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions icd10/__version__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__title__ = 'icd10-cm'
__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.6'
__author__ = 'Bryan Andrade'
__author_email__ = '[email protected]'
__url__ = 'https://github.com/atlas-health/icd10-cm'
__version__ = '0.0.7'
__author__ = 'Atlas Health'
__author_email__ = '[email protected]'
__license__ = 'MIT'
__copyright__ = 'Copyright 2019 Bryan Andrade'
__copyright__ = 'Copyright 2024 Atlas Health'
Binary file modified icd10/icd10.json.gz
Binary file not shown.

0 comments on commit 041d50f

Please sign in to comment.