ChrisHarig commited on
Commit
e1b0cfc
·
verified ·
1 Parent(s): d045b45

Initial ingest — cdc-nrevss-rsv — card update

Browse files
Files changed (1) hide show
  1. README.md +127 -0
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: CDC NREVSS — weekly RSV test specimens and positives
3
+ license: other
4
+ size_categories:
5
+ - 10K<n<100K
6
+ tags:
7
+ - cadence-weekly
8
+ - geo-us
9
+ - surveillance-respiratory
10
+ - pathogen-rsv
11
+ - tier-2
12
+ - availability-open
13
+ schema_version: '0.1'
14
+ source_id: cdc-nrevss-rsv
15
+ source_url: https://www.cdc.gov/nrevss/php/dashboard/index.html
16
+ manifest_section: §1.6
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - rsv
20
+ availability: open
21
+ availability_notes: null
22
+ access_type: socrata
23
+ tier: 2
24
+ cadence: weekly
25
+ geography_levels:
26
+ - subnational-region
27
+ geography_countries:
28
+ - US
29
+ gold_standard_for: []
30
+ vintaged_version_of: null
31
+ succeeds: null
32
+ derived_from: []
33
+ value_columns:
34
+ - name: rsvpos
35
+ unit: specimens/week
36
+ value_type: incident
37
+ description: Specimens testing positive for RSV (this test type, this region, this week)
38
+ aggregation: sum
39
+ - name: rsvtest
40
+ unit: specimens/week
41
+ value_type: incident
42
+ description: Total specimens tested for RSV
43
+ aggregation: sum
44
+ notes:
45
+ extra_columns:
46
+ - column: testtype
47
+ description: '`Antigen` or `PCR`. Always 2 rows per (date, region) — one per test type. Treat as a row-level dimension;
48
+ downstream % positive is computed per testtype.'
49
+ - column: outlier
50
+ description: 1 = source itself flagged this point as an outlier (excluded from CDC's published trend).
51
+ - column: location_name
52
+ description: '`HHS N` for traceability. `location_id` (`US-HHS-N`) is canonical.'
53
+ interpretation_caveats:
54
+ - column: rsvtest
55
+ caveat: PCR vs antigen counts are NOT comparable. PCR ramped up post-2018; antigen has been the long-term backbone but
56
+ is less sensitive. Don't sum across testtype — they're parallel signals.
57
+ general: 'NREVSS is the long-running multi-pathogen lab network. The full system covers flu,
58
+
59
+ RSV, parainfluenza, hMPV, adenovirus, etc.; this Socrata view exposes only the
60
+
61
+ RSV portion. Other pathogens are in sibling Socrata datasets (separate ingests).
62
+
63
+ '
64
+ extra:
65
+ pathogens_in_sibling_datasets:
66
+ - influenza-a/b → fluview_clinical (Delphi)
67
+ - hMPV / adenovirus / parainfluenza → separate Socrata ids
68
+ source_columns_omitted: 1 (`season` — derivable from `date`)
69
+ computed:
70
+ last_ingested: '2026-04-26T12:48:35Z'
71
+ row_count: 10313
72
+ time_coverage:
73
+ - start: '2010-07-10'
74
+ end: '2020-06-27'
75
+ geography_unit_count: 10
76
+ observed_cadence_days: 7
77
+ missing_gaps: []
78
+ data_hash: 1fc350efdd47a8f5
79
+ ---
80
+
81
+ # CDC NREVSS — weekly RSV test specimens and positives
82
+
83
+ NREVSS is the long-running multi-pathogen lab network. The full system covers flu,
84
+ RSV, parainfluenza, hMPV, adenovirus, etc.; this Socrata view exposes only the
85
+ RSV portion. Other pathogens are in sibling Socrata datasets (separate ingests).
86
+
87
+ **Source:** <https://www.cdc.gov/nrevss/php/dashboard/index.html>
88
+
89
+ ## Coverage
90
+
91
+ - **Time:** 2010-07-10 → 2020-06-27
92
+ - **Cadence:** `weekly` (observed median spacing: 7 days)
93
+ - **Geography levels:** `subnational-region` — 10 unique location IDs
94
+ - **Countries:** US
95
+ - **Pathogens:** `rsv`
96
+ - **Surveillance category:** `respiratory`
97
+ - **Rows:** 10,313
98
+
99
+ ## Columns
100
+
101
+ | Column | Unit | value_type | Aggregation | Description |
102
+ |--------|------|------------|-------------|-------------|
103
+ | `rsvpos` | specimens/week | `incident` | `sum` | Specimens testing positive for RSV (this test type, this region, this week) |
104
+ | `rsvtest` | specimens/week | `incident` | `sum` | Total specimens tested for RSV |
105
+
106
+ ### Additional data columns
107
+
108
+ - **`testtype`** — `Antigen` or `PCR`. Always 2 rows per (date, region) — one per test type. Treat as a row-level dimension; downstream % positive is computed per testtype.
109
+ - **`outlier`** — 1 = source itself flagged this point as an outlier (excluded from CDC's published trend).
110
+ - **`location_name`** — `HHS N` for traceability. `location_id` (`US-HHS-N`) is canonical.
111
+
112
+ ## Interpretation caveats
113
+
114
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
115
+
116
+ - **`rsvtest`** — PCR vs antigen counts are NOT comparable. PCR ramped up post-2018; antigen has been the long-term backbone but is less sensitive. Don't sum across testtype — they're parallel signals.
117
+
118
+ ## Access
119
+
120
+ - **Availability:** `open`
121
+ - **Access type:** `socrata`
122
+ - **License:** other
123
+ - **Tier:** 2
124
+
125
+ ---
126
+
127
+ *Schema version `0.1` · Last ingested 2026-04-26T12:48:35Z · `source_id: cdc-nrevss-rsv` · Manifest section §1.6*