Skip to content

Commit

Permalink
Update TP_UNID list in process_cnes.R
Browse files Browse the repository at this point in the history
Added "Central de abastecimento" (84) and "Centro de imunizações" (85) when processing TP_UNID.
  • Loading branch information
leonardoshibata authored Jun 21, 2024
1 parent 1394ff2 commit 91e284a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/process_cnes.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ process_cnes <- function(data, information_system = c("CNES-ST", "CNES-PF"), nom
"81" ~ "Central de regula\u00e7\u00e3o do acesso",
"82" ~ "Central de notifica\u00e7\u00e3o, capta\u00e7\u00e3o e distribui\u00e7\u00e3o de \u00f3rg\u00e3os estadual",
"83" ~ "P\u00f3lo de preven\u00e7\u00e3o de doen\u00e7as e agravos e promo\u00e7\u00e3o da sa\u00fade",
"84" ~ "Central de abastecimento",
"85" ~ "Centro de imuniza\u00e7\u00e3o",
.default = .data$TP_UNID
)
) %>%
Expand Down

0 comments on commit 91e284a

Please sign in to comment.