-
Notifications
You must be signed in to change notification settings - Fork 67
Add RVDSS documentation #1667
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
base: dev
Are you sure you want to change the base?
Add RVDSS documentation #1667
Changes from 8 commits
1598073
bad8f68
6d832b1
f8e3181
cfebf45
836ed72
201c36b
51da243
bd110b8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,196 @@ | ||||||
| --- | ||||||
| title: Respiratory Virus Detections in Canada | ||||||
| parent: Data Sources and Signals | ||||||
| grand_parent: Other Endpoints (COVID-19 and Other Diseases) | ||||||
| nav_order: 1 | ||||||
| --- | ||||||
|
|
||||||
| # Respiratory Virus Detections in Canada | ||||||
|
|
||||||
| {: .no_toc} | ||||||
|
|
||||||
| - **Source name:** `rvdss` | ||||||
| - **Earliest issue available:** Epiweek 36 2013 (2013-09-07) | ||||||
| - **Date of last change:** Never | ||||||
| - **Available for:** province, lab, region, nation (see [Geography](#geography)) | ||||||
| - **Time type:** week (see [date format docs](../covidcast_times.md)) | ||||||
| - **License:** **Open Government Licence - Canada** | ||||||
|
|
||||||
| This data source of respiratory virus detections in Canada is collected by the [Respiratory Virus Detection Surveillance System](https://health-infobase.canada.ca/respiratory-virus-surveillance/?source=rvdss) (RVDSS) and published by the Public Health Agency of Canada (PHAC). Laboratory tests for various respiratory illnesses from various sentinel laboratories across Canada are reported on a weekly basis year-round to the [Centre for Immunization and Respiratory Infectious Diseases (CIRID)](https://www.canada.ca/en/public-health/services/infectious-diseases/centre-immunization-respiratory-infectious-diseases-cirid.html), Public Health Agency of Canada. The data was originally scraped when weekly online reports, but since June 2024, has been reported on a dynamic dashboard. | ||||||
|
|
||||||
| NOTE: Pandemic COVID-19 is not reported in this data source. | ||||||
|
|
||||||
| | Signal | Description | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: we should add the descriptive columns (time_value, issue, etc) to this table so that we can define them and explain the general time formats. |
||||||
| |--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | `sarscov2_tests` | Number of SARS-CoV-2 laboratory tests <br/> **Earliest Date Available:** 2022-09-03 | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: Recommend clarifying in the description that SARS-CoV-2 is the virus that causes COVID-19, both for better searching and because people mostly use the name "COVID-19". I guess maybe it's not technically correct to say that this is a "COVID-19 laboratory test" (?), but we could say that too. Second, do we know what kind of tests these are? E.g. antigen, nose swab, NAAT (nucleic acid amplification) |
||||||
| | `sarscov2_positive_tests` | Number of Positive SARS-CoV-2 laboratory tests <br/> **Earliest Date Available:** 2022-09-03 | | ||||||
| | `sarscov2_pct_positive` | Percentage of SARS-CoV-2 laboratory tests that are positive <br/> **Earliest Date Available:** 2022-09-03 | | ||||||
| | `flu_tests` | Number of Influenza laboratory tests (for all subtypes) <br/> **Earliest Date Available:** 2013-08-31 | | ||||||
| | `flua_tests` | Number of Influenza A laboratory tests (Same as `flu_tests`, just maintained for convenience) <br/> **Earliest Date Available:** 2013-08-31 | | ||||||
| | `flub_tests` | Number of Influenza B laboratory tests (Same as `flu_tests`, just maintained for convenience) <br/> **Earliest Date Available:** 2013-08-31 | | ||||||
|
||||||
| | `flu_positive_tests` | Number of positive Influenza laboratory tests <br/> **Earliest Date Available:** 2013-08-31 | | ||||||
| | `flu_pct_positive` | Percentage of Influenza laboratory tests that are positive (for all subtypes) <br/> **Earliest Date Available:** 2013-08-31 | | ||||||
|
||||||
| | `flu_pct_positive` | Percentage of Influenza laboratory tests that are positive (for all subtypes) <br/> **Earliest Date Available:** 2013-08-31 | | |
| | `flu_pct_positive` | Percentage of Influenza laboratory tests that are positive. Positive test results for all influenza subtypes are included. <br/> **Earliest Date Available:** 2013-08-31 | |
and similarly below.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: what does the "/" mean between viruses? Is this a combined test, or are we combining tests for EV and tests for RV?
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: please add a note/warning that this is not the same as COVID with a little more detail. The name similarity could cause confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Not sure what you mean here. Doesn't this source report COVID data for the COVID pandemic time period?