diff --git a/public/images/ecr-viewer_how-it-works.gif b/public/images/ecr-viewer_how-it-works.gif new file mode 100644 index 0000000..5e5c67c Binary files /dev/null and b/public/images/ecr-viewer_how-it-works.gif differ diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 55697fb..393174e 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -17,7 +17,7 @@ export default function Footer() { Home , - + Our products , diff --git a/src/app/components/Header/Header.tsx b/src/app/components/Header/Header.tsx index c1b816c..e5ca7b5 100644 --- a/src/app/components/Header/Header.tsx +++ b/src/app/components/Header/Header.tsx @@ -14,7 +14,7 @@ export default function Header() { }; const testItemsMenu = [ - + Our products , diff --git a/src/app/page.tsx b/src/app/page.tsx index 12150f4..fd5f521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ function SectionTwo() { need for a direct connection, our products save jurisdictions time and effort for case investigation and analysis.

- + Find out more about our products diff --git a/src/app/product-detail/page.tsx b/src/app/product-detail/page.tsx deleted file mode 100644 index a03c743..0000000 --- a/src/app/product-detail/page.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import Link from 'next/link'; - -export default function ProductDetail() { - return ( -
-

Product Detail

-
    -
  • - Home -
  • -
  • - Our products -
  • -
  • - Product detail -
  • -
  • - Resources -
  • -
-
- ); -} diff --git a/src/app/products/ecr-viewer/page.tsx b/src/app/products/ecr-viewer/page.tsx new file mode 100644 index 0000000..c117650 --- /dev/null +++ b/src/app/products/ecr-viewer/page.tsx @@ -0,0 +1,114 @@ +import { ContentContainer } from '@/app/components/ContentContainer/ContentContainer'; +import Hero from '@/app/components/Hero/Hero'; +import { basePath } from '@/app/utils/constants'; +import Image from 'next/image'; + +export default function EcrViewer() { + return ( +
+ + +
+
Subnav
+
+
+

+ Overview +

+

+ + The eCR Viewer is a tool that aims to improve the usability of + electronic case reporting (eCR) data by displaying a summary + of key data contained in an eCR so that public health staff + can quickly find the information they need. + + + In user research with public health staff who review eCRs and + other case data, we've heard that eCR data is often difficult + to make sense of — it's like getting someone's entire medical + record dropped on your desk. The eCR Viewer aims to make + relevant information easier to find by displaying eCR data in + a way that's more intuitive. + +

+
+
+

The value to you

+
    +
  • + Surfaces the most relevant information in a summary at the top + of the eCR, so any staff member can quickly find the + information they need +
  • +
  • + Combines information from both the eICR and RR, so + epidemiologists reviewing the eCR can understand why it was + sent to their jurisdiction +
  • +
  • + Lives outside your case surveillance system as an API, which + reduces storage burden on your overall system while allowing + seamless access for epidemiologists who need it +
  • +
  • + Keeps data formats consistent regardless of which EHR system + generated the eCR +
  • +
  • Open source and free to use
  • +
  • + Offers flexible hosting, either within your jurisdiction or + through a CDC-hosted option +
  • +
+
+
+

Demo

+
+ placeholder video + + See how the eCR Viewer can improve the way your jurisdiction + uses eCR data. + +
+
+
+
+

How it works

+

+ + Using the eCR Viewer, public health staff can easily find + data relevant to a reportable condition. + + + The eCR Viewer surfaces key information in a summary at the + top of the eCR document. This eCR Summary divided into three + categories: Patient Summary, Encounter Summary, and + Condition Summary. + +

+
+

eCR Summary

+ eCR Viewer - how it works +
+
+
+
+
Github links
+
+
+
+ ); +} diff --git a/src/app/our-products/page.tsx b/src/app/products/page.tsx similarity index 99% rename from src/app/our-products/page.tsx rename to src/app/products/page.tsx index 3b1ba88..3ec453a 100644 --- a/src/app/our-products/page.tsx +++ b/src/app/products/page.tsx @@ -31,7 +31,7 @@ function StandaloneProducts() { clinical information for conditions present in the eCR." imgSrc={`${basePath}/images/placeholder.png`} linkText="Learn more about eCR Viewer" - linkToHref="#" + linkToHref="/products/ecr-viewer" /> Home
  • - Our products + Our products
  • Product detail