Skip to content

Commit

Permalink
Fix newly broken links. (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-skylight authored Jul 31, 2023
1 parent 264a933 commit 9e921ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/components/footer--slim.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<a href="{% link pages/about-us.md %}">About us</a>
</li>
<li class="usa-identifier__required-links-item">
<a href="https://www.cdc.gov/contact/accessibility.html"
<a href="https://www.cdc.gov/other/accessibility.html"
>Accessibility</a
>
</li><li class="usa-identifier__required-links-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return_top: 'true'

If you use SimpleReport, or you're a public health department receiving data from SimpleReport, here’s what you can expect. SimpleReport captures all of the data needed to meet the requirements described in the U.S. government's [COVID-19 Lab Data Reporting guidance](https://www.hhs.gov/coronavirus/testing/covid-19-diagnostic-data-reporting/index.html), including ask on order entry questions and a unique specimen ID.

SimpleReport sends test results to public health departments as HL7 2.5.1 ELR (electronic lab results) through ReportStream. View the full [ReportStream documentation [GitHub]](https://github.com/CDCgov/prime-data-hub/blob/production/prime-router/docs/schema_documentation/primedatainput-pdi-covid-19.md). You can also learn more on the [ReportStream website](https://reportstream.cdc.gov/).
SimpleReport sends test results to public health departments as HL7 2.5.1 ELR (electronic lab results) through ReportStream. View the full [ReportStream documentation [GitHub]](https://github.com/CDCgov/prime-data-hub/blob/production/prime-router/docs/docs-deprecated/schema_documentation/primedatainput-pdi-covid-19.md). You can also learn more on the [ReportStream website](https://reportstream.cdc.gov/).

## Types of data fields
Data created in SimpleReport falls into three categories:
Expand Down

0 comments on commit 9e921ec

Please sign in to comment.