2021-11-26 01:08:50 +01:00
|
|
|
{
|
|
|
|
"schema":{
|
|
|
|
"fields":[
|
|
|
|
{
|
|
|
|
"name":"index",
|
|
|
|
"type":"integer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"area",
|
|
|
|
"type":"string"
|
|
|
|
},
|
|
|
|
{
|
2022-05-20 00:05:15 +02:00
|
|
|
"name":"reg",
|
2021-11-26 01:08:50 +01:00
|
|
|
"type":"string"
|
|
|
|
},
|
|
|
|
{
|
2022-05-20 00:05:15 +02:00
|
|
|
"name":"eta",
|
2021-11-26 01:08:50 +01:00
|
|
|
"type":"string"
|
|
|
|
},
|
|
|
|
{
|
2022-02-24 00:50:38 +01:00
|
|
|
"name":"guariti_senza_somm",
|
|
|
|
"type":"integer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"guariti_post_somm",
|
2021-11-26 01:08:50 +01:00
|
|
|
"type":"integer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"primaryKey":[
|
|
|
|
"index"
|
|
|
|
],
|
|
|
|
"pandas_version":"0.20.0"
|
|
|
|
},
|
|
|
|
"data":[
|
|
|
|
{
|
|
|
|
"index":0,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":22778,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":1,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7451,
|
|
|
|
"guariti_post_somm":14630
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":2,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3567,
|
|
|
|
"guariti_post_somm":17460
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":3,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5620,
|
|
|
|
"guariti_post_somm":20913
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":4,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"40-49",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":7360,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":24680
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":5,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5960,
|
|
|
|
"guariti_post_somm":20547
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":6,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2846,
|
|
|
|
"guariti_post_somm":13507
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":7,
|
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1300,
|
|
|
|
"guariti_post_somm":8518
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":8,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"ABR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Abruzzo",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":919,
|
|
|
|
"guariti_post_somm":2877
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":9,
|
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7163,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":10,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2521,
|
|
|
|
"guariti_post_somm":6171
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":11,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"20-29",
|
2022-05-21 06:25:35 +02:00
|
|
|
"guariti_senza_somm":1088,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":6140
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":12,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1906,
|
|
|
|
"guariti_post_somm":7550
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":13,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2204,
|
|
|
|
"guariti_post_somm":8882
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":14,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1648,
|
|
|
|
"guariti_post_somm":7318
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":15,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"60-69",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":887,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":5358
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":16,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"70-79",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":433,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":2718
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":17,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"BAS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Basilicata",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":250,
|
|
|
|
"guariti_post_somm":799
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":18,
|
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"05-11",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":22727,
|
2022-04-22 06:22:54 +02:00
|
|
|
"guariti_post_somm":1
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":19,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":11489,
|
|
|
|
"guariti_post_somm":19056
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":20,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6034,
|
|
|
|
"guariti_post_somm":19589
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":21,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8698,
|
|
|
|
"guariti_post_somm":24837
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":22,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8936,
|
|
|
|
"guariti_post_somm":25879
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":23,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6677,
|
|
|
|
"guariti_post_somm":20965
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":24,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4000,
|
|
|
|
"guariti_post_somm":13977
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":25,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2089,
|
|
|
|
"guariti_post_somm":7147
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":26,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Calabria",
|
|
|
|
"eta":"80+",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":1119,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":2335
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":27,
|
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":95911,
|
2022-05-20 06:27:40 +02:00
|
|
|
"guariti_post_somm":80
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":28,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":42006,
|
|
|
|
"guariti_post_somm":53659
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":29,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":22223,
|
|
|
|
"guariti_post_somm":64795
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":30,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":31027,
|
|
|
|
"guariti_post_somm":76668
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":31,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":31806,
|
|
|
|
"guariti_post_somm":81294
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":32,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":24706,
|
|
|
|
"guariti_post_somm":65032
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":33,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14690,
|
|
|
|
"guariti_post_somm":52154
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":34,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7754,
|
|
|
|
"guariti_post_somm":31500
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":35,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"CAM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Campania",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4777,
|
|
|
|
"guariti_post_somm":9068
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":36,
|
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":74506,
|
2022-05-04 06:24:38 +02:00
|
|
|
"guariti_post_somm":4
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":37,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":29332,
|
|
|
|
"guariti_post_somm":33855
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":38,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":17198,
|
|
|
|
"guariti_post_somm":51179
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":39,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":25528,
|
|
|
|
"guariti_post_somm":65104
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":40,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":36109,
|
|
|
|
"guariti_post_somm":79676
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":41,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":32222,
|
|
|
|
"guariti_post_somm":63123
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":42,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14198,
|
|
|
|
"guariti_post_somm":36599
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":43,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5407,
|
|
|
|
"guariti_post_somm":27374
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":44,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"EMR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Emilia-Romagna",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2780,
|
|
|
|
"guariti_post_somm":11086
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":45,
|
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":17783,
|
2022-04-16 06:24:13 +02:00
|
|
|
"guariti_post_somm":1
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":46,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":10891,
|
|
|
|
"guariti_post_somm":7706
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":47,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6273,
|
|
|
|
"guariti_post_somm":9188
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":48,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8987,
|
|
|
|
"guariti_post_somm":11325
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":49,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14131,
|
|
|
|
"guariti_post_somm":12447
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":50,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14827,
|
|
|
|
"guariti_post_somm":10391
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":51,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6534,
|
|
|
|
"guariti_post_somm":6457
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":52,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"70-79",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":2979,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":5126
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":53,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"FVG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Friuli-Venezia Giulia",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1761,
|
|
|
|
"guariti_post_somm":1598
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":54,
|
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":91772,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":1
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":55,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":36442,
|
|
|
|
"guariti_post_somm":54051
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":56,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":19378,
|
|
|
|
"guariti_post_somm":59357
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":57,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":28133,
|
|
|
|
"guariti_post_somm":75797
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":58,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":36482,
|
|
|
|
"guariti_post_somm":86951
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":59,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":30960,
|
|
|
|
"guariti_post_somm":69368
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":60,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14137,
|
|
|
|
"guariti_post_somm":39058
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":61,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5858,
|
|
|
|
"guariti_post_somm":18535
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":62,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LAZ",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lazio",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2819,
|
|
|
|
"guariti_post_somm":6153
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":63,
|
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":18703,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":64,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":11142,
|
|
|
|
"guariti_post_somm":10811
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":65,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5903,
|
|
|
|
"guariti_post_somm":12131
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":66,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8570,
|
|
|
|
"guariti_post_somm":14986
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":67,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":12217,
|
|
|
|
"guariti_post_somm":18280
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":68,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":12692,
|
|
|
|
"guariti_post_somm":16862
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":69,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5976,
|
|
|
|
"guariti_post_somm":11433
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":70,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2439,
|
|
|
|
"guariti_post_somm":6135
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":71,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LIG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Liguria",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1224,
|
|
|
|
"guariti_post_somm":2682
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":72,
|
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":142013,
|
2022-03-22 06:26:13 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":73,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":44703,
|
|
|
|
"guariti_post_somm":54059
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":74,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":26564,
|
|
|
|
"guariti_post_somm":67222
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":75,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":41106,
|
|
|
|
"guariti_post_somm":95325
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":76,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":55589,
|
|
|
|
"guariti_post_somm":107859
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":77,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":51355,
|
|
|
|
"guariti_post_somm":86156
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":78,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":24110,
|
|
|
|
"guariti_post_somm":53381
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":79,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":9997,
|
|
|
|
"guariti_post_somm":40640
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":80,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"LOM",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Lombardia",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5188,
|
|
|
|
"guariti_post_somm":14275
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":81,
|
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":32800,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":82,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":13663,
|
|
|
|
"guariti_post_somm":16175
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":83,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6391,
|
|
|
|
"guariti_post_somm":17358
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":84,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":10121,
|
|
|
|
"guariti_post_somm":21269
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":85,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":14956,
|
|
|
|
"guariti_post_somm":24732
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":86,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":12120,
|
|
|
|
"guariti_post_somm":20071
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":87,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5555,
|
|
|
|
"guariti_post_somm":14964
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":88,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2250,
|
|
|
|
"guariti_post_somm":10443
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":89,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Marche",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1403,
|
|
|
|
"guariti_post_somm":5800
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":90,
|
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3592,
|
2022-05-21 06:25:35 +02:00
|
|
|
"guariti_post_somm":18
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":91,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":948,
|
|
|
|
"guariti_post_somm":2570
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":92,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"20-29",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":505,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":2682
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":93,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"30-39",
|
2022-05-21 06:25:35 +02:00
|
|
|
"guariti_senza_somm":856,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":3587
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":94,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1045,
|
|
|
|
"guariti_post_somm":3838
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":95,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":773,
|
|
|
|
"guariti_post_somm":3016
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":96,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":417,
|
|
|
|
"guariti_post_somm":2133
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":97,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"70-79",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":229,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":1443
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":98,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"MOL",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Molise",
|
|
|
|
"eta":"80+",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":122,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":376
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":99,
|
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":15467,
|
2022-05-20 06:27:40 +02:00
|
|
|
"guariti_post_somm":1
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":100,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7132,
|
|
|
|
"guariti_post_somm":6443
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":101,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5966,
|
|
|
|
"guariti_post_somm":6364
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":102,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6549,
|
|
|
|
"guariti_post_somm":8252
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":103,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7123,
|
|
|
|
"guariti_post_somm":8362
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":104,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6909,
|
|
|
|
"guariti_post_somm":6852
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":105,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3050,
|
|
|
|
"guariti_post_somm":3286
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":106,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"70-79",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":1028,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":2130
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":107,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Bolzano",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":567,
|
|
|
|
"guariti_post_somm":848
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":108,
|
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7892,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":109,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4827,
|
|
|
|
"guariti_post_somm":3625
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":110,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3105,
|
|
|
|
"guariti_post_somm":5200
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":111,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4192,
|
|
|
|
"guariti_post_somm":5940
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":112,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5683,
|
|
|
|
"guariti_post_somm":6264
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":113,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5721,
|
|
|
|
"guariti_post_somm":5008
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":114,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2514,
|
|
|
|
"guariti_post_somm":3027
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":115,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":871,
|
|
|
|
"guariti_post_somm":2181
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":116,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PAT",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"P.A. Trento",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":391,
|
|
|
|
"guariti_post_somm":686
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":117,
|
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":58904,
|
2022-05-18 06:23:06 +02:00
|
|
|
"guariti_post_somm":4
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":118,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":26845,
|
|
|
|
"guariti_post_somm":24844
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":119,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":15822,
|
|
|
|
"guariti_post_somm":34468
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":120,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":24706,
|
|
|
|
"guariti_post_somm":42179
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":121,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":34058,
|
|
|
|
"guariti_post_somm":47992
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":122,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":31290,
|
|
|
|
"guariti_post_somm":42429
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":123,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":15958,
|
|
|
|
"guariti_post_somm":28564
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":124,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6978,
|
|
|
|
"guariti_post_somm":23320
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":125,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PIE",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Piemonte",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3296,
|
|
|
|
"guariti_post_somm":9998
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":126,
|
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":48715,
|
2022-05-19 06:25:08 +02:00
|
|
|
"guariti_post_somm":9
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":127,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":17049,
|
|
|
|
"guariti_post_somm":36152
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":128,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8154,
|
|
|
|
"guariti_post_somm":35410
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":129,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":12879,
|
|
|
|
"guariti_post_somm":45072
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":130,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":16256,
|
|
|
|
"guariti_post_somm":52055
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":131,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":11633,
|
|
|
|
"guariti_post_somm":39981
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":132,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6008,
|
|
|
|
"guariti_post_somm":30255
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":133,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2930,
|
|
|
|
"guariti_post_somm":20394
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":134,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"PUG",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Puglia",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1658,
|
|
|
|
"guariti_post_somm":5151
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":135,
|
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":18956,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":136,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":6319,
|
|
|
|
"guariti_post_somm":16582
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":137,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"20-29",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":3136,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":16240
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":138,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5814,
|
|
|
|
"guariti_post_somm":21832
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":139,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":9023,
|
|
|
|
"guariti_post_somm":26961
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":140,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"50-59",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":7743,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":20871
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":141,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3807,
|
|
|
|
"guariti_post_somm":13951
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":142,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1672,
|
|
|
|
"guariti_post_somm":8158
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":143,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SAR",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sardegna",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":988,
|
|
|
|
"guariti_post_somm":2981
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":144,
|
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":70538,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":145,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":35900,
|
|
|
|
"guariti_post_somm":47560
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":146,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":18551,
|
|
|
|
"guariti_post_somm":56406
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":147,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":27690,
|
|
|
|
"guariti_post_somm":68117
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":148,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":28963,
|
|
|
|
"guariti_post_somm":73141
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":149,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":21890,
|
|
|
|
"guariti_post_somm":61337
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":150,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":13772,
|
|
|
|
"guariti_post_somm":39770
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":151,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":7481,
|
|
|
|
"guariti_post_somm":22886
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":152,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"SIC",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Sicilia",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4193,
|
|
|
|
"guariti_post_somm":9569
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":153,
|
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":60115,
|
2022-05-18 06:23:06 +02:00
|
|
|
"guariti_post_somm":17
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":154,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":19783,
|
|
|
|
"guariti_post_somm":37328
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":155,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":10600,
|
|
|
|
"guariti_post_somm":43194
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":156,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":16439,
|
|
|
|
"guariti_post_somm":52700
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":157,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":24146,
|
|
|
|
"guariti_post_somm":66965
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":158,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":22585,
|
|
|
|
"guariti_post_somm":57441
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":159,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":10476,
|
|
|
|
"guariti_post_somm":36768
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":160,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4546,
|
|
|
|
"guariti_post_somm":28532
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":161,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"TOS",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Toscana",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2269,
|
|
|
|
"guariti_post_somm":6045
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":162,
|
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":16356,
|
2022-05-12 06:25:54 +02:00
|
|
|
"guariti_post_somm":1
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":163,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":5335,
|
|
|
|
"guariti_post_somm":9380
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":164,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":2471,
|
|
|
|
"guariti_post_somm":9797
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":165,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3909,
|
|
|
|
"guariti_post_somm":13415
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":166,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"40-49",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":5143,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":15948
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":167,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":4427,
|
|
|
|
"guariti_post_somm":12391
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":168,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"60-69",
|
2022-05-22 06:22:43 +02:00
|
|
|
"guariti_senza_somm":1994,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":8346
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":169,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":872,
|
|
|
|
"guariti_post_somm":7299
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":170,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"UMB",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Umbria",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":640,
|
|
|
|
"guariti_post_somm":2257
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":171,
|
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":901,
|
2022-02-24 00:50:38 +01:00
|
|
|
"guariti_post_somm":0
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":172,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":977,
|
|
|
|
"guariti_post_somm":629
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":173,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":579,
|
|
|
|
"guariti_post_somm":814
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":174,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":875,
|
|
|
|
"guariti_post_somm":996
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":175,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1335,
|
|
|
|
"guariti_post_somm":1045
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":176,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":1211,
|
|
|
|
"guariti_post_somm":943
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":177,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":565,
|
|
|
|
"guariti_post_somm":656
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":178,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"70-79",
|
2022-05-21 06:25:35 +02:00
|
|
|
"guariti_senza_somm":225,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":383
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":179,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VDA",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Valle d'Aosta",
|
|
|
|
"eta":"80+",
|
2022-05-21 06:25:35 +02:00
|
|
|
"guariti_senza_somm":99,
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_post_somm":135
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":180,
|
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"05-11",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":86320,
|
2022-05-13 06:23:31 +02:00
|
|
|
"guariti_post_somm":13
|
2021-12-16 01:51:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"index":181,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"12-19",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":40500,
|
|
|
|
"guariti_post_somm":42913
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":182,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"20-29",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":24235,
|
|
|
|
"guariti_post_somm":60468
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":183,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"30-39",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":35140,
|
|
|
|
"guariti_post_somm":70659
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":184,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"40-49",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":51365,
|
|
|
|
"guariti_post_somm":79563
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":185,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"50-59",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":49694,
|
|
|
|
"guariti_post_somm":67046
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":186,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"60-69",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":21780,
|
|
|
|
"guariti_post_somm":41884
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":187,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"70-79",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":8083,
|
|
|
|
"guariti_post_somm":31174
|
2021-11-26 01:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-12-16 01:51:23 +01:00
|
|
|
"index":188,
|
2021-11-26 01:08:50 +01:00
|
|
|
"area":"VEN",
|
2022-05-20 00:05:15 +02:00
|
|
|
"reg":"Veneto",
|
|
|
|
"eta":"80+",
|
2022-05-23 06:26:35 +02:00
|
|
|
"guariti_senza_somm":3853,
|
|
|
|
"guariti_post_somm":12983
|
2021-11-26 01:08:50 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|