You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Number of data revisions since 19 May 2020:** 0
11
12
***Date of last change:** Never
12
13
***Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
13
14
14
15
This data source is based on information about outpatient visits, provided to us
15
-
by healthcare partners. Using this outpatient data, we estimate the percentage
16
-
of COVID-related doctor's visits in a given location, on a given day.
16
+
by a national health system. Using this outpatient data, we estimate the
17
+
percentage of COVID-related doctor's visits in a given location, on a given day.
17
18
18
19
| Signal | Description |
19
20
| --- | --- |
20
-
|`smoothed_cli`| Estimated percentage of outpatient doctor visits primarily about COVID-related symptoms, based on data from healthcare partners, smoothed in time using a Gaussian linear smoother |
21
-
|`smoothed_adj_cli`| Same, but with systematic day-of-week effects removed (so that every day "looks like" a Monday)|
21
+
|`smoothed_cli`| Estimated percentage of outpatient doctor visits primarily about COVID-related symptoms, based on data from a national health system, smoothed in time using a Gaussian linear smoother |
22
+
|`smoothed_adj_cli`| Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment)|
22
23
23
-
Day-of-week effects are removed by fitting a model to all data in the United
24
-
States; the model includes a fixed effect for each day of the week, except
25
-
Monday. Once these effects are estimated, they are subtracted from each
26
-
geographic area's time series. This removes day-to-day variation that arises
27
-
solely from clinic schedules, work schedules, and other variation in doctor's
28
-
visits that arise solely because of the day of week.
24
+
## Table of contents
25
+
{: .no_toc .text-delta}
26
+
27
+
1. TOC
28
+
{:toc}
29
29
30
30
## Lag and Backfill
31
31
32
-
Note that because doctor's visits may be reported to our healthcare partners
33
-
several days after they occur, these signals are typically available with
34
-
several days of lag. This means that estimates for a specific day are only
35
-
available several days later.
32
+
Note that because doctor's visits may be reported to the health system several
33
+
days after they occur, these signals are typically available with several days
34
+
of lag. This means that estimates for a specific day are only available several
35
+
days later.
36
36
37
37
The amount of lag in reporting can vary, and not all visits are reported with
38
38
the same lag. After we first report estimates for a specific date, further data
@@ -43,8 +43,126 @@ June 16th.
43
43
44
44
## Limitations
45
45
46
-
This data source is based on outpatient visit data provided to us by healthcare
47
-
partners. Our partners can report on a portion of the United States healthcare
48
-
market, but not all of it, and so this source only represents those visits known
49
-
to our partners. Their coverage and market share may vary across the United
50
-
States.
46
+
This data source is based on outpatient visit data provided to us by a national
47
+
health system. The system can report on a portion of United States outpatient
48
+
doctor's visits, but not all of them, and so this source only represents those
49
+
visits known to them. Their coverage may vary across the United States.
50
+
51
+
Standard errors are not available for this data source.
52
+
53
+
## Qualifying Conditions
54
+
55
+
We receive data on the following five categories of counts:
56
+
57
+
- Denominator: Daily count of all unique outpatient visits.
58
+
- COVID-like: Daily count of all unique outpatient visits with primary ICD-10 code
59
+
of any of: {U071, U072, B9729, J1281, Z03818, B342, J1289}.
60
+
- Flu-like: Daily count of all unique outpatient visits with primary ICD-10 code
61
+
of any of: {J22, B349}. The occurrence of these codes in an area is
62
+
correlated with that area's historical influenza activity, but are
63
+
diagnostic codes not specific to influenza and can appear in COVID-19 cases.
64
+
- Mixed: Daily count of all unique outpatient visits with primary ICD-10 code of
65
+
any of: {Z20828, J129}. The occurance of these codes in an area is
66
+
correlated to a blend of that area's COVID-19 confirmed case counts and
67
+
influenza behavior, and are not diagnostic codes specific to either disease.
68
+
- Flu: Daily count of all unique outpatient visits with primary ICD-10 code of
69
+
any of: {J09\*, J10\*, J11\*}. The asterisk `*` indicates inclusion of all
70
+
subcodes. This set of codes are assigned to influenza viruses.
71
+
72
+
If a patient has multiple visits on the same date (and hence multiple primary
73
+
ICD-10 codes), then we will only count one of and in descending order: *Flu*,
74
+
*COVID-like*, *Flu-like*, *Mixed*. This ordering tries to account for the most
75
+
definitive confirmation, e.g. the codes assigned to *Flu* are only used for
76
+
confirmed influenza cases, which are unrelated to the COVID-19 coronavirus.
77
+
78
+
## Estimation
79
+
80
+
### COVID-Like Illness
81
+
82
+
For a fixed location $$i$$ and time $$t$$, let $$Y_{it}^{\text{Covid-like}}$$,
0 commit comments