Skip to content

Commit ef4f380

Browse files
authored
Merge pull request #819 from cmu-delphi/ndefries/new-cpr-docs
Add documentation for new Community Profile Report indicator
2 parents 117b4d7 + 619cb40 commit ef4f380

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: Data Strategy and Execution Workgroup Community Profile Report
3+
parent: Data Sources and Signals
4+
grand_parent: COVIDcast Epidata API
5+
---
6+
7+
# Data Strategy and Execution Workgroup Community Profile Report (CPR)
8+
{: .no_toc}
9+
10+
* **Source name:** `dsew-cpr`
11+
* **Earliest issue available:** 2022-01-28
12+
* **Number of data revisions since 19 May 2020:** 0
13+
* **Date of last change:** Never
14+
* **Available for:** county, msa, state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
15+
* **Time type:** day (see [date format docs](../covidcast_times.md))
16+
* **License:** [Public Domain US Government](https://www.usa.gov/government-works)
17+
18+
The Community Profile Report (CPR) is published by the Data Strategy and Execution Workgroup (DSEW) of the White House COVID-19 Team. For more information, see the [official description and data dictionary at healthdata.gov](https://healthdata.gov/Health/COVID-19-Community-Profile-Report/gqxm-d9w9) for "COVID-19 Community Profile Report".
19+
20+
This data source provides various COVID-19 related metrics, of which we report hospital admissions. Other sources of hospital admissions data in COVIDcast include [HHS](hhs.md) and [medical insurance claims](hospital-admissions.md). The CPR differs from these sources in that it is part of the public health surveillance stream (like HHS, unlike claims) but is available at a daily-county level (like claims, unlike HHS). CPR hospital admissions figures at the state level and above are meant to match those from HHS, but are known to differ. See the Limitations section for details.
21+
22+
County, MSA, state, and HHS-level values are pulled directly from CPR; nation-level values are aggregated up from the state level.
23+
24+
| Signal | Description |
25+
| --- | --- |
26+
| `confirmed_admissions_covid_1d_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day. Smoothed using a 7-day average.
27+
Earliest date available: 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
28+
| `confirmed_admissions_covid_1d_prop_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day, per 100,000 population. Smoothed using a 7-day average.
29+
Earliest date available: 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
30+
31+
## Table of contents
32+
{: .no_toc .text-delta}
33+
34+
1. TOC
35+
{:toc}
36+
37+
## Estimation
38+
39+
For counts-based fields like hospital admissions, CPR reports rolling sums for the preceding 7 days. The 7-day average signals are computed by Delphi by dividing each sum by 7 and assigning it to the last date in the included range, so e.g. the signal for June 7 is the average of the underlying data for June 1 through 7, inclusive.
40+
41+
The `confirmed_admissions_covid_1d_7dav` signal mirrors the `Confirmed COVID-19 admissions - last 7 days` CPR field for all geographic resolutions except nation. Nation-level admissions is calculated by summing state-level values.
42+
43+
## Limitations
44+
45+
Nation-level estimates may be inaccurate since aggregations are done using state-level smoothed values instead of raw values. Ideally we would aggregate raw values before smoothing, but the raw values are not accessible in this case.
46+
47+
Because DSEW does not provide updates on weekends, estimates are not available for all dates.
48+
49+
### Differences with HHS reports
50+
51+
An analysis comparing the
52+
[CPR labeled January 5, 2022](https://healthdata.gov/api/views/gqxm-d9w9/files/14ee1150-edf1-4b54-b225-500c8954e6a8?download=true&filename=Community%20Profile%20Report%2020220105.xlsx)
53+
(newest file as of January 6, 2022) with the HHS
54+
[COVID-19 Reported Patient Impact and Hospital Capacity by State Timeseries](https://healthdata.gov/Hospital/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/g62h-syeh)
55+
(downloaded January 6, 2022) suggests that the CPR undercounts the hospital admissions published by HHS by 10-15% or more. We are waiting from clarification from the data provider, but until then, exercise caution when comparing work based on the CPR with work based on HHS reports.
56+
57+
## Lag and Backfill
58+
59+
The report is currently updated daily, excluding weekends. However, this is subject to change; DSEW previously issued updates on a twice-weekly schedule. We check for updates daily.
60+
61+
Hospital admissions are reported with a lag of 2 days, but since the CPR is not updated on weekends, lag effectively varies from 2-4 days.
62+
63+
## Source and Licensing
64+
65+
This indicator mirrors and lightly aggregates data originally published by the Data Strategy and Execution Workgroup via [HealthData.gov](https://healthdata.gov/). As a work of the US government, the original data is in the [public domain](https://www.usa.gov/government-works).
66+

0 commit comments

Comments
 (0)