-
Notifications
You must be signed in to change notification settings - Fork 7
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
Content audit: Get Started section #668
Conversation
@@ -16,7 +16,7 @@ To record flu results on SimpleReport, [conduct and submit a test](https://www.s | |||
## Reporting results | |||
Organizations can use SimpleReport to report positive flu results to the following state health departments: | |||
|
|||
{% include influenza-supported-states.html %} | |||
{% include content/states-on-universal-pipeline.html %} |
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.
swapped out the individual flu / RSV files with the one file for just the UP since that's how the RS pipes work. LMK if we want to rename this though
@@ -8,6 +8,10 @@ home_link: true | |||
return_top: "true" | |||
--- | |||
|
|||
SimpleReport submits results to public health departments for a variety of diagnostic tests — also known as test devices, test kits, or just tests. We include all devices from the Centers for Disease Control (CDC) list of COVID-19 and multiplex (flu and COVID-19) diagnostic tests available in the U.S. | |||
{% capture diseases %} |
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.
Needed to assign the includes to a variable and then call {{diseases | strip}}
below to handle some whitespace issues
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.
LGTM
Related Issue or Background Info
Fixes #7284
I tried to centralize the content into one place and then genericize the way the markup gets generated, which overlapped with Bobby's work on the UP states. Went ahead and worked those into the config file collection / includes pattern
Screenshots / Demos
RSV / Flu pages
1. Under the "Getting started" text heading:
SimpleReport supports the following conditions: [Bulleted list: COVID-19, Flu A, Flu B, RSV]. If you're looking for an easier way to report test results, find out how to sign up.
2. Under the "Organizations and testing facilities - How to sign up" text heading:
Your first step is to choose just one person...
3. Under the "Organizations and testing facilities - Where does SimpleReport work" text heading
If you're a facility doing rapid point-of-care testing and reporting...
4. Under the "Organizations and testing facilities - Test devices we support" text heading:
We include all devices from the Centers for Disease Control (CDC) list of COVID-19 and multiplex (flu, COVID-19, and RSV) diagnostic tests available in the U.S.
5. Under the "Getting started > Public Health departments > What is ReportStream" text heading:
ReportStream is CDC’s free interoperable platform that aggregates and securely delivers public health data from organizations and testing facilities directly to public health entities.
If your jurisdiction wants to receive test results from SimpleReport, you’ll need to build an integration with ReportStream.
Testing