Skip to content

Commit

Permalink
v1.0.5 with ICD-10-GM 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
edonnachie committed Oct 25, 2019
1 parent f968c9c commit 4cbdf6f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ICD10gm
Title: Metadata Processing for the German Modification of the ICD-10 Coding System
Version: 1.0.4
Date: 2019-08-21
Version: 1.0.5
Date: 2019-10-25
Authors@R: c(
person("Ewan", "Donnachie", , "ewan@donnachie.net", c("aut", "cre"), , comment = c(ORCID = "0000-0002-0668-0049"))
)
Expand Down
10 changes: 5 additions & 5 deletions data-raw/dat_dimdi.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source(here::here("data-raw/lib_dimdi_import.R"))

## Read in files ----
#purrr::walk(2004:2019, extract_icd_meta_files)
icd_meta_codes <- purrr::map_df(2004:2019, read_icd_codes)
icd_meta_blocks <- purrr::map_df(2004:2019, read_icd_blocks)
icd_meta_chapters <- purrr::map_df(2004:2019, read_icd_chapters)
icd_meta_transition <- purrr::map_df(2005:2019, read_icd_transitions)
purrr::walk(2004:2020, extract_icd_meta_files)
icd_meta_codes <- purrr::map_df(2004:2020, read_icd_codes)
icd_meta_blocks <- purrr::map_df(2004:2020, read_icd_blocks)
icd_meta_chapters <- purrr::map_df(2004:2020, read_icd_chapters)
icd_meta_transition <- purrr::map_df(2005:2020, read_icd_transitions)

# Create new fields
icd_meta_chapters <- within(icd_meta_chapters, chapter_roman <- as.roman(chapter))[, c(1, 2, 4, 3)]
Expand Down
Binary file modified data/icd_meta_blocks.rda
Binary file not shown.
Binary file modified data/icd_meta_chapters.rda
Binary file not shown.
Binary file modified data/icd_meta_codes.rda
Binary file not shown.
Binary file modified data/icd_meta_transition.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/icd_meta_blocks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/icd_meta_chapters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/icd_meta_transition.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cbdf6f

Please sign in to comment.