owid / covid-19-data

Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
https://ourworldindata.org/coronavirus
5.66k stars 3.64k forks source link

Israel: New daily hospitalization and amount of patients ventilated #2359

Closed Aric5301 closed 2 years ago

Aric5301 commented 2 years ago

Hi! Israel's MOH made updates to its API and brought back daily new hospitalizations data. It can be fetched by summing all three fields here: https://datadashboardapi.health.gov.il/api/queries/patientsPerDate Please note that the first field is currently called _serious_criticalnew but in reality it corresponds to daily new hard patients, not critical. I guess that they'll fix it in some point so I suggest that you write a script that sums up all three field regardless of their names.

In addition, the daily amount of patients ventilated can be fetched from here: https://github.com/erasta/CovidDataIsrael/blob/master/out/csv/updatedPatientsOverallStatus.csv Use breath field. Data for specific dates should be taken from history folder.

edomt commented 2 years ago

(closing in favor of #2330)