From cb7cc363afbcb5a4128b94d06ae91db395804c49 Mon Sep 17 00:00:00 2001 From: Andrea Zucchelli Date: Sun, 27 Nov 2022 14:17:08 +0100 Subject: [PATCH 1/2] fix: data->date and a typo on "operatore" --- format-dgc-acquired-trend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format-dgc-acquired-trend.md b/format-dgc-acquired-trend.md index edba7fa7..8c8d6f83 100644 --- a/format-dgc-acquired-trend.md +++ b/format-dgc-acquired-trend.md @@ -9,12 +9,12 @@ | Field Name | Description (ITA) | Description | Format | Example | |-----------------------------|-----------------------------------|----------------------------------------|-------------------------------|---------------------| -| **data** | Data di riferimento | reference data | YYYY-MM-DD | 2021-06-17 | +| **data** | data di riferimento | reference date | YYYY-MM-DD | 2021-06-17 | | **acquired_by_app_immuni** | numero giornaliero di DGC acquisiti tramite l'app "Immuni" | daily number of DGC acquired through the "Immuni" app | number | 3 | | **acquired_by_web_ts** | numero giornaliero di DGC acquisiti tramite portale il portale dgc.gov.it utilizzando la tessera sanitaria | daily number of DGC acquired through the portal dgc.gov.it using the "Tessera Sanitaria" | number | 3 | | **acquired_by_web_id** | numero giornaliero di DGC acquisiti tramite portale il portale dgc.gov.it utilizzando un documento di riconoscimento| daily number of DGC acquired through the portal dgc.gov.it using the identification document | number | 3 | | **acquired_by_web_spid** | numero giornaliero di DGC acquisiti tramite portale il portale dgc.gov.it utilizzando SPID | daily number of DGC acquired through the portal dgc.gov.it using SPID | number | 3 | -| **acquired_by_operator_ts** | numero giornaliero di DGC acquisiti tramite oepratore utilizzando la tessera sanitaria | daily number of DGC acquired through the operator using the "Tessera Sanitaria" | number | 3 | +| **acquired_by_operator_ts** | numero giornaliero di DGC acquisiti tramite operatore utilizzando la tessera sanitaria | daily number of DGC acquired through the operator using the "Tessera Sanitaria" | number | 3 | | **acquired_by_operator_id** | numero giornaliero di DGC acquisiti tramite operatore utilizzando un documento di riconoscimento | daily number of DGC acquired through the operator using the identification document | number | 3 | | **acquired_by_app_io** | numero giornaliero di DGC acquisiti tramite l'app "IO" | daily number of DGC acquired through the "IO" app | number | 3 | | **acquired_all** | numero giornaliero di DGC acquisiti complessivamente | daily number of DGC acquired overall | number | 3 | From 3e4f6858c9d765f7e4e897ee1810403cc5293fee Mon Sep 17 00:00:00 2001 From: Andrea Zucchelli Date: Sun, 27 Nov 2022 14:17:39 +0100 Subject: [PATCH 2/2] fix: data->date --- format-dgc-issued-trend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format-dgc-issued-trend.md b/format-dgc-issued-trend.md index 185b4ab3..4ec619dd 100644 --- a/format-dgc-issued-trend.md +++ b/format-dgc-issued-trend.md @@ -9,7 +9,7 @@ | Field Name | Description (ITA) | Description | Format | Example | |-----------------------------|-----------------------------------|----------------------------------------|-------------------------------|---------------------| -| **data** | Data di riferimento | reference data | YYYY-MM-DD | 2021-06-17 | +| **data** | data di riferimento | reference date | YYYY-MM-DD | 2021-06-17 | | **issued_for_vaccines** | numero di DGC giornalieri emessi da vaccinazione | number of daily DGC issued by vaccination | number | 3 | | **issued_for_tests** | numero di DGC giornalieri emessi da test covid-19 (tampone) | number of daily DGC issued per covid-19 test | number | 3 | | **issued_for_healing** | numero di DGC giornalieri emessi da guarigione dal covid-19 | number of daily DGC issued by covid-19 healing | number | 3 | @@ -20,4 +20,4 @@ For each field there is also an additional field (_total) which contains the tot These data are also available in a json format. ### Note -No \ No newline at end of file +No