-
Notifications
You must be signed in to change notification settings - Fork 67
Add NSSP data as an endpoint #558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nice! This particular link looks like it would be compatible with the covidcast schema, but NSSP provides way, way more than that through ESSENCE. Are you just looking for the COVID-related ED visits, or something more detailed that would require its own endpoint? |
I'm not clear on the "endpoint" terminology, but yes, it would be nice to have multiple different signals (COVID-related ED visits, flu-related ED visits, etc...). This has come up recently as a possible data source to use for future FluSight challenges, in conversations with CDC, UMass, and CMU Delphi folks. |
Ah sorry, by "endpoint" I mean the following: Each endpoint of the API returns data in a different format. For example, the Making a new endpoint means we can support whatever output format we want, but you have to use the delphi_epidata client to access the data, which is rather bare-bones at the moment. Adding it into the If you need a small number of time series (like <5?) or you don't know exactly which ones you want yet, then adding this into So far I have:
Anything else? |
mentioning here that I've had an offline discussion with @ryantibs about this. I'm honestly not sure exactly how many time-series might be useful from the larger NSSP/ESSENCE systems. This may tie into future plans for using these data sources for future flu modeling efforts as well. |
TL;DR: I can't find any regularly updated NSSP ILI or influenza time series data. That would be an issue for potential usage for flu forecasting. There are multiple ways that NSSP data extracts are currently published; here are three:
The state&agegroup-level "diagnosed COVID-19" series is the only one I have seen with ongoing updates. If this is to be used for ILI situational awareness or forecasting, there will need to be regularly published/shared ILI time series as well. |
I want to strongly bump this up as a request for hoovering these data into the EpiData API. It came up again today in a conversation with CDC as these data may serve as future modeling/forecasting targets. I see two related datasets: |
This may be achieved, at least partially, by cmu-delphi/covidcast-indicators#1952 |
This is done! For reference, see the NSSP API documentation and the dashboard for NSSP signals. |
https://covid.cdc.gov/covid-data-tracker/#ed-visits
The text was updated successfully, but these errors were encountered: