You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ const test = baseTest.extend<SecurityPageFixtures>({
35
35
},
36
36
});
37
37
38
-
test.describe(
38
+
// Page currently archived
39
+
test.describe.skip(
39
40
"Developer Resources / API / Documentation / Sample payloads and output page",
altText: "ReportStream. CDC's free, single connection to streamline your data transfer and improve public health. The words are surrounded by illustration of lines and boxes connected by colorful dots."
11
11
---
12
+
13
+
importsitefrom"../site.json";
14
+
12
15
<HeroWrapper>
13
16
<divclassName="grid-container">
14
17
<divclassName="grid-row grid-gap margin-y-3">
@@ -126,7 +129,7 @@ meta:
126
129
<CardGroup>
127
130
<CardgridLayout={{col: "fill"}}>
128
131
<CardHeadertypeof="div">
129
-
### <Ahref="/assets/pdf/ReportStream_Onepager_20240605.pdf"target="_blank">ReportStream overview PDF <Iconname='FileDownload'/></A>
132
+
### <Ahref={site.assets.onePager.path}target="_blank">ReportStream overview PDF <Iconname='FileDownload'/></A>
130
133
</CardHeader>
131
134
<CardBody>
132
135
Download a quick summary of ReportStream that you can print and share.
Copy file name to clipboardExpand all lines: frontend-react/src/content/about/news.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@ While the pilot focused on flu data, the goal was to create solutions that laid
41
41
42
42
As we celebrate the success of the flu pilot, we'll be conducting further tests on other conditions with multiple partners. We are excited for the future of scaling these results so ReportStream can send a broad range of reportable public health data.
43
43
44
-
If you are interested in sending or receiving flu data, <Ahref="https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957">connect with us</A> and we’ll discuss when and how your organization can start.
44
+
If you are interested in sending or receiving flu data, <Ahref={site.forms.connectWithRS.url}>connect with us</A> and we’ll discuss when and how your organization can start.
Copy file name to clipboardExpand all lines: frontend-react/src/content/about/security.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ meta:
10
10
altText: "An abstract illustration of screens and a document."
11
11
---
12
12
importSidenavfrom"./sidenav.mdx"
13
+
importsitefrom"../site.json"
13
14
14
15
<LayoutSidenav>
15
16
<Sidenav/>
@@ -103,7 +104,7 @@ ReportStream is committed to handling data securely and reliably. From federal r
103
104
headingLevel:"h3",
104
105
title: "How does ReportStream send data?",
105
106
content: (<p>
106
-
ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. If you are a public health entity interested in another transport method, <Ahref="https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957">contact our team</A> to explore your options.
107
+
ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. If you are a public health entity interested in another transport method, <Ahref={site.forms.connectWithRS.url}>contact our team</A> to explore your options.
Copy file name to clipboardExpand all lines: frontend-react/src/content/getting-started/receiving-data.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ backToTop: true
12
12
---
13
13
14
14
importSidenavfrom"./sidenav.mdx"
15
-
importsitefrom"../../content/site.json";
15
+
importsitefrom"../site.json";
16
16
17
17
<LayoutSidenav>
18
18
<Sidenav/>
@@ -86,7 +86,7 @@ Connecting to ReportStream is similar to setting up an Electronic Lab Reporting
86
86
87
87
<h2id="anchor-what-you-need">What you need</h2>
88
88
89
-
In addition to gathering your team and setting aside time for the weekly calls, you’ll need to provide us with more information about your requirements and preferences. Our [onboarding form](https://app.smartsheetgov.com/b/form/b0935d5d1e924c57b2d293b4ed0f2cd5) collects the specific details about your needs.
89
+
In addition to gathering your team and setting aside time for the weekly calls, you’ll need to provide us with more information about your requirements and preferences. Our <Ahref={site.forms.intakeElr.url}>onboarding form</A> collects the specific details about your needs.
90
90
91
91
Review what you need to gather to start onboarding.
92
92
@@ -209,7 +209,7 @@ Once you have all the information you need, submit the onboarding form. We'll ge
209
209
<CardGroup>
210
210
<CardgridLayout={{ tablet: { col: 4 } }}>
211
211
<CardHeader>
212
-
### <Ahref="/assets/pdf/ReportStream_Onepager_20240605.pdf"target="_blank">ReportStream overview PDF <Iconname='FileDownload'/></A>
212
+
### <Ahref={site.assets.onePager.path}target="_blank">ReportStream overview PDF <Iconname='FileDownload'/></A>
213
213
</CardHeader>
214
214
<CardBody>
215
215
Download a quick summary of ReportStream that you can print and share.
Copy file name to clipboardExpand all lines: frontend-react/src/content/getting-started/sending-data.mdx
+4-3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ meta:
11
11
backToTop: true
12
12
---
13
13
importSidenavfrom"./sidenav.mdx"
14
+
importsitefrom"../site.json";
14
15
15
16
<LayoutSidenav>
16
17
<Sidenav/>
@@ -35,7 +36,7 @@ From the start, we work with your unique requirements and preferences to create
35
36
headingLevel:"h3",
36
37
title: "2. Complete interest form",
37
38
content: (<>
38
-
<p>Let us know you want to get started by filling out and submitting the <Ahref="https://app.smartsheetgov.com/b/form/8c71931f25e64e42bf1fef32900bdecd"target="_blank">interest form</A>. You’ll answer a few questions about your needs, like how many messages you might be sending and data format.</p>
39
+
<p>Let us know you want to get started by filling out and submitting the <Ahref={site.forms.healthcareOrganizationInterest.url}target="_blank">interest form</A>. You’ll answer a few questions about your needs, like how many messages you might be sending and data format.</p>
39
40
<p>Our terms of service is also available to review in the interest form. You’ll need to agree to our <Ahref="/terms-of-service">terms of service</A> before you begin sending data. You can sign this at any point during your onboarding or when you fill out the form.</p>
40
41
<p>Our team will be in touch within 48 hours of receiving your form to schedule a kickoff call.</p>
41
42
</>),
@@ -67,7 +68,7 @@ From the start, we work with your unique requirements and preferences to create
67
68
]} />
68
69
If you're not connected with a ReportStream team member yet, get started by letting us know more about your needs.
Copy file name to clipboardExpand all lines: frontend-react/src/content/managing-your-connection/refer-healthcare-organizations.mdx
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ meta:
11
11
backToTop: true
12
12
---
13
13
importSidenavfrom"./sidenav.mdx";
14
+
importsitefrom"../site.json";
14
15
15
16
<LayoutSidenav>
16
17
<Sidenav/>
@@ -68,7 +69,7 @@ You don’t have to track the varying needs of different jurisdictions.
68
69
69
70
**Choose your platform and get started:**
70
71
71
-
- To send ELR data through HL7 or FHIR: [Contact ReportStream](https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957) and learn more at [reportstream.cdc.gov](https://reportstream.cdc.gov).
72
+
- To send ELR data through HL7 or FHIR: <Ahref={site.forms.connectWithRS.url}>Contact ReportStream</A> and learn more at [reportstream.cdc.gov](https://reportstream.cdc.gov).
72
73
- To report through single entry or CSV upload: [Sign up for SimpleReport](https://www.simplereport.gov/getting-started/organizations-and-testing-facilities/onboard-your-organization/) and learn more at [simplereport.gov](https://simplereport.gov).
73
74
74
75
We’ve been encouraged by our work with ReportStream and SimpleReport and how they are helping other organizations. We hope it will simplify your data transfer as well.
@@ -95,4 +96,4 @@ And you can easily report to other jurisdictions through the same, single connec
95
96
If you’re interested, go to [reportstream.cdc.gov](https://reportstream.cdc.gov) to learn more, or email the team at [[email protected]](mailto:[email protected]).
96
97
</SummaryBox>
97
98
98
-
[Let us know](https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957) if we can provide any additional content, such as a logo or more copy.
99
+
<Ahref={site.forms.connectWithRS.url}>Let us know</A> if we can provide any additional content, such as a logo or more copy.
0 commit comments