From 77b13134e4633af2ee7bbb1c23c0abd87c8178f3 Mon Sep 17 00:00:00 2001 From: Jake Wheeler Date: Fri, 25 Oct 2024 14:56:48 -0400 Subject: [PATCH] use h3s, round borders --- src/app/our-products/page.tsx | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx index 42c2538..6b9daca 100644 --- a/src/app/our-products/page.tsx +++ b/src/app/our-products/page.tsx @@ -158,7 +158,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Orchestration

+

Orchestration

Enables coordinated execution of DIBBs in any order, allowing for fully automated workflows @@ -170,9 +170,9 @@ function DataPipeline() { width="88" height="88" alt="Placeholder" - style={{ minWidth: 88, minHeight: 88 }} + style={{ minWidth: 88, minHeight: 88, maxHeight: 88 }} /> -

FHIR Converter

+

FHIR Converter

Converts incoming messages into the FHIR (Fast Healthcare Interoperability Resources) standard; acts as a common language @@ -188,7 +188,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Validation

+

Validation

Reads and validates all eCR fields of interest based on specified, custom preferences; ensures that its XML structure is valid, that @@ -206,7 +206,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Standardization

+

Standardization

Standardizes data fields (including record name, date of birth, phone number, and geolocation) based on preset defaults to ensure @@ -222,7 +222,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Geocoding

+

Geocoding

Enriches data by providing precise geographic locations based on patient street addresses from input data @@ -236,7 +236,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Record Linkage

+

Record Linkage

Identifies multiple records referring to the same individual and combines them into a single, more complete patient record @@ -252,7 +252,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

Flat Formatter

+

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 @@ -266,7 +266,7 @@ function DataPipeline() { alt="Placeholder" style={{ minWidth: 88, minHeight: 88 }} /> -

PHDC Converter

+

PHDC Converter

Converts a FHIR bundle to the Public Health Document Container (PHDC) format for ingestion into the National Electronic Disease @@ -307,8 +307,14 @@ function DataPipelineGridItem({ children }: DataPipelineGridItemProps) { col: true, }} > - - {children} + +

{children}
);