From 88b5195ae2027bdc9b83060aedaa8f244d396cd7 Mon Sep 17 00:00:00 2001
From: Jake Wheeler
- Enables coordinated execution of DIBBs in any order, allowing for - fully automated workflows -
-- 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 -
-- 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 -
-- 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) -
-- Enriches data by providing precise geographic locations based on - patient street addresses from input data -
-- Identifies multiple records referring to the same individual and - combines them into a single, more complete patient record -
-- Extracts relevant data from a given healthcare message and exports - the data into a JSON file based on a user-defined parsing schema -
-- 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) -
-Empty spot
-FOR DATA PROCESSING
++ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +
++ 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 +
++ 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 +
+{name}
-FOR DATA ENRICHMENT
++ 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) +
++ Enriches data by providing precise geographic locations based on + patient street addresses from input data +
++ Identifies multiple records referring to the same individual and + combines them into a single, more complete patient record +
+FOR DATA TRANSFORMATION
++ Extracts relevant data from a given healthcare message and + exports the data into a JSON file based on a user-defined + parsing schema +
++ 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) +
+