diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx index e14c2a9b..511a54e5 100644 --- a/src/app/our-products/page.tsx +++ b/src/app/our-products/page.tsx @@ -5,292 +5,307 @@ import { basePath } from '../utils/constants'; export default function OurProducts() { return (
- Find out how DIBBs products can help empower your jurisdiction - with more usable data. -
-- Graphic headings can be used a few different ways, depending - on what your landing page is for. Highlight your values, - specific program areas, or results. -
- -- Allows public health staff to query a wide network of - healthcare organizations for data relevant to a given - condition. It gives staff access to more complete and timely - data without the need for a direct connection to a healthcare - provider. -
- -- Enables public health staff to extract relevant data from eCR - messages based on a user-defined parsing schema. It exports - that data into a simple JSON file that can be easily loaded - into a tabular format (like a spreadsheet). -
- -- Reduces eCR files down to only the most useful, necessary - information to alleviate performance and storage burden on - disease surveillance systems and bring focus to pertinent data - for a given condition. -
- -+ Find out how DIBBs products can help empower your jurisdiction with + more usable data. +
+- These are the underlying services that power each of our products; - they can be configured in a variety of ways to support the unique - needs of your jurisdiction. -
-FOR DATA PROCESSING
-Orchestration
-- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows -
-FHIR Converter
-- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows -
-Validation
+- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows + Graphic headings can be used a few different ways, depending on + what your landing page is for. Highlight your values, specific + program areas, or results.
- + +FOR DATA ENRICHMENT
-Standardization
-- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows -
-Geocoding
-- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows -
-Record Linkage
+- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows + Allows public health staff to query a wide network of healthcare + organizations for data relevant to a given condition. It gives + staff access to more complete and timely data without the need + for a direct connection to a healthcare provider.
- + +FOR DATA TRANSFORMATION
-Flat Formatter
+- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows + Enables public health staff to extract relevant data from eCR + messages based on a user-defined parsing schema. It exports that + data into a simple JSON file that can be easily loaded into a + tabular format (like a spreadsheet).
- -PHDC Converter
+ +- Enables coordinated execution of DIBBs in any order, allowing - for fully automated workflows + Reduces eCR files down to only the most useful, necessary + information to alleviate performance and storage burden on + disease surveillance systems and bring focus to pertinent data + for a given condition.
- + ++ These are the underlying services that power each of our products; + they can be configured in a variety of ways to support the unique + needs of your jurisdiction. +
+Orchestration
++ Enables coordinated execution of DIBBs in any order, allowing for + fully automated workflows +
+FHIR Converter
++ Converts incoming messages into the FHIR (Fast Healthcare + Interoperability Resources) standard; acts as a common language + between data streams that allows for ease of processing data in all + the different DIBBs +
+Validation
++ Reads and validates all eCR fields of interest based on specified, + custom preferences; ensures that its XML structure is valid, that + the required fields are present and in the correct format, and that + the data is trustworthy +
+Standardization
++ Standardizes data fields (including record name, date of birth, + phone number, and geolocation) based on preset defaults to ensure + consistency; for example, standardizing phone formats (888-555-1234 + vs. (888)555-1234) +
+Geocoding
++ Enriches data by providing precise geographic locations based on + patient street addresses from input data +
+Record Linkage
++ Identifies multiple records referring to the same individual and + combines them into a single, more complete patient record +
+Flat Formatter
++ Extracts relevant data from a given healthcare message and exports + the data into a JSON file based on a user-defined parsing schema +
+PHDC Converter
++ Converts a FHIR bundle to the Public Health Document Container + (PHDC) format for ingestion into the National Electronic Disease + Surveillance System (NEDSS) Base System (NBS) +
+{name}
+