ChrisHarig commited on
Commit
f49328d
·
verified ·
1 Parent(s): df52f7a

Initial ingest — ecdc-erviss — card update

Browse files
Files changed (1) hide show
  1. README.md +179 -0
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ECDC ERVISS — ILI/ARI primary-care consultation rates
3
+ license: other
4
+ size_categories:
5
+ - 10K<n<100K
6
+ tags:
7
+ - cadence-weekly
8
+ - geo-eu
9
+ - surveillance-respiratory
10
+ - pathogen-influenza
11
+ - tier-1
12
+ - availability-open
13
+ schema_version: '0.1'
14
+ source_id: ecdc-erviss
15
+ source_url: https://github.com/EU-ECDC/Respiratory_viruses_weekly_data
16
+ manifest_section: §5.3
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - influenza
20
+ - sars-cov-2
21
+ - rsv
22
+ availability: open
23
+ availability_notes: null
24
+ access_type: github
25
+ tier: 1
26
+ cadence: weekly
27
+ geography_levels:
28
+ - national
29
+ geography_countries:
30
+ - AT
31
+ - BE
32
+ - BG
33
+ - CY
34
+ - CZ
35
+ - DE
36
+ - DK
37
+ - EE
38
+ - ES
39
+ - FI
40
+ - FR
41
+ - GR
42
+ - HR
43
+ - HU
44
+ - IE
45
+ - IS
46
+ - IT
47
+ - LI
48
+ - LT
49
+ - LU
50
+ - LV
51
+ - MT
52
+ - NL
53
+ - 'NO'
54
+ - PL
55
+ - PT
56
+ - RO
57
+ - SE
58
+ - SI
59
+ - SK
60
+ gold_standard_for: []
61
+ vintaged_version_of: null
62
+ succeeds: null
63
+ derived_from: []
64
+ value_columns:
65
+ - name: ili_rate
66
+ unit: consultations per 100,000 population
67
+ value_type: rate
68
+ description: Influenza-like illness primary-care consultation rate per 100,000 population per ECDC ERVISS methodology.
69
+ aggregation: rate
70
+ - name: ari_rate
71
+ unit: consultations per 100,000 population
72
+ value_type: rate
73
+ description: Acute respiratory infection primary-care consultation rate per 100,000 population. Broader case definition
74
+ than ILI.
75
+ aggregation: rate
76
+ notes:
77
+ extra_columns:
78
+ - column: age
79
+ description: Reporting age band (`0-4`, `5-14`, `15-64`, `65+`, `total`). Filter to `total` for population-wide series.
80
+ - column: location_name
81
+ description: Source's English country name. `location_id` (ISO 3166-1 alpha-2) is canonical.
82
+ interpretation_caveats:
83
+ - column: ili_rate
84
+ caveat: ILI is a *symptomatic* signal — patients meeting the ECDC ILI case definition (sudden fever ≥38°C plus cough/sore
85
+ throat) regardless of lab confirmation. Captures non-flu respiratory illness too. Pair with ERVISS sentinel virological
86
+ positivity for lab-confirmed flu.
87
+ - column: ari_rate
88
+ caveat: ARI is broader than ILI — any acute respiratory infection without requiring fever. Counts will exceed `ili_rate`
89
+ and include more non-influenza causes.
90
+ - column: location_id
91
+ caveat: Greece is `GR` (ISO 3166-1 alpha-2). ECDC's internal `EL` code is not used in this dataset.
92
+ general: 'ECDC''s ERVISS aggregates respiratory virus surveillance from 30+ EU/EEA countries.
93
+
94
+ This dataset is the **primary-care syndromic** slice (ILI and ARI consultation rates);
95
+
96
+ additional ERVISS slices (sentinel virological positivity, SARI severity, variants)
97
+
98
+ can be added as sibling datasets later.
99
+
100
+
101
+ Data is published weekly to the public GitHub repo at
102
+
103
+ `EU-ECDC/Respiratory_viruses_weekly_data`. Each weekly commit is a snapshot —
104
+
105
+ vintaged history is available via git but is not surfaced as `as_of` in this
106
+
107
+ dataset.
108
+
109
+ '
110
+ extra:
111
+ github_repo: https://github.com/EU-ECDC/Respiratory_viruses_weekly_data
112
+ source_csv: data/ILIARIRates.csv
113
+ erviss_dashboard: https://erviss.org/
114
+ computed:
115
+ last_ingested: '2026-04-26T01:58:56Z'
116
+ row_count: 26751
117
+ time_coverage:
118
+ - start: '2021-06-27'
119
+ end: '2026-04-19'
120
+ geography_unit_count: 28
121
+ observed_cadence_days: 7
122
+ missing_gaps: []
123
+ data_hash: 1df84f26f0055222
124
+ ---
125
+
126
+ # ECDC ERVISS — ILI/ARI primary-care consultation rates
127
+
128
+ ECDC's ERVISS aggregates respiratory virus surveillance from 30+ EU/EEA countries.
129
+ This dataset is the **primary-care syndromic** slice (ILI and ARI consultation rates);
130
+ additional ERVISS slices (sentinel virological positivity, SARI severity, variants)
131
+ can be added as sibling datasets later.
132
+
133
+ Data is published weekly to the public GitHub repo at
134
+ `EU-ECDC/Respiratory_viruses_weekly_data`. Each weekly commit is a snapshot —
135
+ vintaged history is available via git but is not surfaced as `as_of` in this
136
+ dataset.
137
+
138
+ **Source:** <https://github.com/EU-ECDC/Respiratory_viruses_weekly_data>
139
+
140
+ ## Coverage
141
+
142
+ - **Time:** 2021-06-27 → 2026-04-19
143
+ - **Cadence:** `weekly` (observed median spacing: 7 days)
144
+ - **Geography levels:** `national` — 28 unique location IDs
145
+ - **Countries:** AT, BE, BG, CY, CZ, DE, DK, EE, ES, FI, FR, GR, HR, HU, IE, IS, IT, LI, LT, LU, LV, MT, NL, NO, PL, PT, RO, SE, SI, SK
146
+ - **Pathogens:** `influenza`, `sars-cov-2`, `rsv`
147
+ - **Surveillance category:** `respiratory`
148
+ - **Rows:** 26,751
149
+
150
+ ## Columns
151
+
152
+ | Column | Unit | value_type | Aggregation | Description |
153
+ |--------|------|------------|-------------|-------------|
154
+ | `ili_rate` | consultations per 100,000 population | `rate` | `rate` | Influenza-like illness primary-care consultation rate per 100,000 population per ECDC ERVISS methodology. |
155
+ | `ari_rate` | consultations per 100,000 population | `rate` | `rate` | Acute respiratory infection primary-care consultation rate per 100,000 population. Broader case definition than ILI. |
156
+
157
+ ### Additional data columns
158
+
159
+ - **`age`** — Reporting age band (`0-4`, `5-14`, `15-64`, `65+`, `total`). Filter to `total` for population-wide series.
160
+ - **`location_name`** — Source's English country name. `location_id` (ISO 3166-1 alpha-2) is canonical.
161
+
162
+ ## Interpretation caveats
163
+
164
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
165
+
166
+ - **`ili_rate`** — ILI is a *symptomatic* signal — patients meeting the ECDC ILI case definition (sudden fever ≥38°C plus cough/sore throat) regardless of lab confirmation. Captures non-flu respiratory illness too. Pair with ERVISS sentinel virological positivity for lab-confirmed flu.
167
+ - **`ari_rate`** — ARI is broader than ILI — any acute respiratory infection without requiring fever. Counts will exceed `ili_rate` and include more non-influenza causes.
168
+ - **`location_id`** — Greece is `GR` (ISO 3166-1 alpha-2). ECDC's internal `EL` code is not used in this dataset.
169
+
170
+ ## Access
171
+
172
+ - **Availability:** `open`
173
+ - **Access type:** `github`
174
+ - **License:** other
175
+ - **Tier:** 1
176
+
177
+ ---
178
+
179
+ *Schema version `0.1` · Last ingested 2026-04-26T01:58:56Z · `source_id: ecdc-erviss` · Manifest section §5.3*