Skip to content

Commit

Permalink
Transition from InPhyT to JuliaHealth
Browse files Browse the repository at this point in the history
Co-Authored-By: Claudio Moroni <[email protected]>
  • Loading branch information
pitmonticone and ClaudMor committed Jun 6, 2022
1 parent 8708168 commit 60d937f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# <img src="https://github.com/InPhyT/ICD_GEMs.jl/blob/main/docs/src/assets/logo.png?raw=true" width="50" height="40"> &nbsp; ICD_GEMs.jl

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/InPhyT/ICD_GEMs.jl/blob/main/LICENSE)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://InPhyT.github.io/ICD_GEMs.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://InPhyT.github.io/ICD_GEMs.jl/dev)
[![Build Status](https://github.com/InPhyT/ICD_GEMs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/InPhyT/ICD_GEMs.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/InPhyT/ICD_GEMs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/InPhyT/ICD_GEMs.jl)
[![Coverage](https://coveralls.io/repos/github/InPhyT/ICD_GEMs.jl/badge.svg?branch=main)](https://coveralls.io/github/InPhyT/ICD_GEMs.jl?branch=main)
# <img src="https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/docs/src/assets/logo.png?raw=true" width="50" height="40"> &nbsp; ICD_GEMs.jl

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/LICENSE)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaHealth.github.io/ICD_GEMs.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaHealth.github.io/ICD_GEMs.jl/dev)
[![Build Status](https://github.com/JuliaHealth/ICD_GEMs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaHealth/ICD_GEMs.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaHealth/ICD_GEMs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaHealth/ICD_GEMs.jl)
[![Coverage](https://coveralls.io/repos/github/JuliaHealth/ICD_GEMs.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaHealth/ICD_GEMs.jl?branch=main)
[![DOI](https://zenodo.org/badge/494094231.svg)](https://zenodo.org/badge/latestdoi/494094231)

ICD_GEMs.jl is a Julia package that allows to translate ICD-9 codes in ICD-10 and viceversa via the General Equivalence Mappings ([GEMs](https://www.asco.org/practice-policy/billing-coding-reporting/icd-10/general-equivalence-mappings-gems)) of the International Classification of Diseases ([ICD](https://www.who.int/standards/classifications/classification-of-diseases)).
Expand Down Expand Up @@ -155,7 +155,7 @@ get_ICD_code_range("C00-D48", "ICD-10") # Specify a code range and the revision
"D489"
```

No, they are more! Why? Because the mapping between the two revisions is not injective nor surjective (see the [official documentation](https://github.com/InPhyT/ICD_GEMs.jl/tree/main/official_gem_documentation)).
No, they are more! Why? Because the mapping between the two revisions is not injective nor surjective (see the [official documentation](https://github.com/JuliaHealth/ICD_GEMs.jl/tree/main/official_gem_documentation)).

More complex translations, involving both single codes and ranges with arbitrary precision on both ends, can be performed:

Expand All @@ -167,11 +167,11 @@ execute_applied_mapping(GEM_I10_I9_dictionary, ["I60-I661", "I670", "I672-I679"]

## How to Contribute

If you wish to change or add some functionality, please file an [issue](https://github.com/InPhyT/ICD_GEMs.jl/issues).
If you wish to change or add some functionality, please file an [issue](https://github.com/JuliaHealth/ICD_GEMs.jl/issues).

## How to Cite

If you use this package in your work, please cite this repository using the metadata in [`CITATION.bib`](https://github.com/InPhyT/ICD_GEMs.jl/blob/main/CITATION.bib).
If you use this package in your work, please cite this repository using the metadata in [`CITATION.bib`](https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/CITATION.bib).

## References

Expand Down
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ get_ICD_code_range("C00-D48", "ICD-10") # Specify a code range and the revision
"D489"
```

No, they are more! Why? Because the mapping between the two revisions is not injective nor surjective (see the [official documentation](https://github.com/InPhyT/ICD_GEMs.jl/tree/main/official_gem_documentation)).
No, they are more! Why? Because the mapping between the two revisions is not injective nor surjective (see the [official documentation](https://github.com/JuliaHealth/ICD_GEMs.jl/tree/main/official_gem_documentation)).

More complex translations, involving both single codes and ranges with arbitrary precision on both ends, can be performed:

Expand All @@ -164,11 +164,11 @@ execute_applied_mapping(GEM_I10_I9_dictionary, ["I60-I661", "I670", "I672-I679"]

## How to Contribute

If you wish to change or add some functionality, please file an [issue](https://github.com/InPhyT/ICD_GEMs.jl/issues).
If you wish to change or add some functionality, please file an [issue](https://github.com/JuliaHealth/ICD_GEMs.jl/issues).

## How to Cite

If you use this package in your work, please cite this repository using the metadata in [`CITATION.bib`](https://github.com/InPhyT/ICD_GEMs.jl/blob/main/CITATION.bib).
If you use this package in your work, please cite this repository using the metadata in [`CITATION.bib`](https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/CITATION.bib).

## References

Expand Down

0 comments on commit 60d937f

Please sign in to comment.