{"id":18030389,"url":"https://github.com/capyvara/brazil-ivis-data","last_synced_at":"2025-03-27T03:31:21.007Z","repository":{"id":180692023,"uuid":"346156810","full_name":"capyvara/brazil-ivis-data","owner":"capyvara","description":"Raw scrapings of SIM data from http://plataforma.saude.gov.br/coronavirus/mortalidade/","archived":false,"fork":false,"pushed_at":"2023-01-21T19:17:26.000Z","size":74215,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:12:14.573Z","etag":null,"topics":["brasil","brazil","covid","covid-19","deaths","health","ivis","ministry","mortalidade","mortality","scrapping","sim"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capyvara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T22:04:47.000Z","updated_at":"2023-08-08T00:16:01.000Z","dependencies_parsed_at":"2023-07-28T02:31:12.301Z","dependency_job_id":null,"html_url":"https://github.com/capyvara/brazil-ivis-data","commit_stats":null,"previous_names":["capyvara/brazil-ivis-data"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capyvara%2Fbrazil-ivis-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capyvara%2Fbrazil-ivis-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capyvara%2Fbrazil-ivis-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capyvara%2Fbrazil-ivis-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capyvara","download_url":"https://codeload.github.com/capyvara/brazil-ivis-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778714,"owners_count":20670682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brasil","brazil","covid","covid-19","deaths","health","ivis","ministry","mortalidade","mortality","scrapping","sim"],"created_at":"2024-10-30T09:14:11.440Z","updated_at":"2025-03-27T03:31:20.996Z","avatar_url":"https://github.com/capyvara.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brazil IVIS Data\nRaw scrapings of IVIS (Plataforma Integrada de Vigilância em Saúde) from Ministry of Health of Brazil (Ministério da Saúde)\n\nIf you feel any data you need is missing, please open an issue here.\n\n**Notice:** \nThis repo is just a copy of the data available at the site and isn't responsible for it, please read their documentation.\n\nAlso, the site scrapping is a continuous and incremental process, and may introduce additional errors in the data, beware of that when analyzing it.\n\n## Tables\n\n### ivis_mortality_xxxxx.csv\nScrap of SIM deaths from the Excess Mortality Panel (Painel de Monitoramento de EXCESSO de Mortalidade) http://plataforma.saude.gov.br/coronavirus/mortalidade/\n\nThe portal provides the most up-to-date data on daily death count of SIM (Sistema de Informação de Mortalidade), this repo contain scrapped data from it.\n\nNotice: \n\nThese are only from natural causes, so to match data on SIM, filter: `CIRCOOBITO not empty and TIPOBITO is 2`\n\nIVIS data is also has right censoring, altought to a less extent as it is more updated.\n\n#### Example comparison of SIM 2020 Partial vs SIM 2020 IVIS\nSIM 2020-02-02 | IVIS 2020-03-05\n![Comparison of Partial 2020 vs Ivis](https://i.imgur.com/RXXdnb7.png)\n\n#### Other SIM sources\n\n[Partial 2020 OpendataSUS](https://opendatasus.saude.gov.br/dataset/sistema-de-informacao-sobre-mortalidade) \n\n[Partial 2020 SVS](http://svs.aids.gov.br/dantps/centrais-de-conteudos/dados-abertos/sim/)\n\n[2019 and before](http://tabnet.datasus.gov.br/cgi/deftohtm.exe?sim/cnv/obt10uf.def)\n\nDaily entries, there are multiple sub-types, see below.\n\n| name | type | notes |\n|-----------------|---------|-----------------------------------------------------|\n| date | date | yyyy-mm-dd |\n| state | string | UF code |\n| state_ibge_code | integer | state ibge code |\n| city | string | [optional] city name |\n| city_ibge_code | integer | [optional] city ibge code |\n| deaths | integer | Number of deaths |\n| created_at | datetime | yyyy-mm-dd hh:mm\u003cbr\u003eapproximated time the data was produced according to the server |\n\n#### ivis_mortality_states.csv\nTable for all the 27 brazilian states, since 2019-12-29\n\n#### ivis_mortality_cities.csv\nTable for brazilian cities over 100,000 population + capitals (about 324), since 2019-12-29\n\n## Changelog\n\n## IBGE codes\nhttps://www.ibge.gov.br/explica/codigos-dos-municipios.php\n\n## Licensing\n[Creative Commons Attribution ShareAlike](https://creativecommons.org/licenses/by-sa/4.0/)\n\nPlease mention the original source and this repo.\n\n## More information, special thanks\n- https://opendatasus.saude.gov.br/\n- https://www.vitalstrategies.org/\n- https://www.zenysis.com/ \n\n- Scrapping code is currently kept on a private repo to prevent abuse, but if you are a researcher and want access or more information, contact me at https://twitter.com/capyvara\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapyvara%2Fbrazil-ivis-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapyvara%2Fbrazil-ivis-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapyvara%2Fbrazil-ivis-data/lists"}