Skip to content

Commit

Permalink
Add new ICD 10-CM (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Apr 4, 2024
1 parent 19e7bb7 commit 42e9227
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Checkout lndocs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: laminlabs/lndocs
ssh-key: ${{ secrets.READ_LNDOCS }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_ontologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: checkout repo content
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
3 changes: 3 additions & 0 deletions bionty_base/sources/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ Disease:
icd-11-2023:
url: s3://bionty-assets/df_human__icd__icd-11-2023__Disease.parquet
md5: 16263aef644d2c62c47b7b1ecfbad9d6
icd-10-2024:
url: s3://bionty-assets/df_human__icd__icd-10-2024__Disease.parquet
md5: cda43c983700518d76bd44c0e2c869d1
icd-10-2020:
url: s3://bionty-assets/df_human__icd__icd-10-2020__Disease.parquet
md5: 93ec5734fcc2edd64686d5ffc6f6105f
Expand Down

0 comments on commit 42e9227

Please sign in to comment.