Browse Source

Modifier_cd in read_mensurations

master
Maxime Wack 6 years ago
parent
commit
b736b61d03
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      R/fresh_install.R

+ 1
- 0
R/fresh_install.R View File

@@ -376,6 +376,7 @@ read_actes <- function(file)
patient_ide = sanitize_patient(patient_ide),
provider_id = stringr::str_c("STRUCT:", provider_id),
concept_cd = stringr::str_c("CCAM:", concept_cd),
modifier_cd = "@",
start_date = start_date %>% as.Date(format = "%Y/%m/%d %H:%M:%S")) %>%
dplyr::select(-enc_start_date)
}


Loading…
Cancel
Save