Skip to content

v7.1.0

Choose a tag to compare

@achapm achapm released this 15 Nov 21:52
22635ba

What's Changed

This is the first release of the Data Ingestion Service which provides necessary foundational pieces to track and route Electronic Lab Reports data flowing into NBS and lays the groundwork to provide additional ingestion options for NBS. The following features for the Data Ingestion Service are included in this first release:

  • Accepts a variety of electronic lab reports using different versions and fields
  • Saves all incoming messages for auditing, debugging, and disaster recovery and you can configure how long messages are saved
  • Verifies all input data (HL7) against standard rules and provides an error when rejected
  • Supports both positive and negative lab results with the appropriate code
  • Provides both syntactic and semantic validations
  • Remove unwanted data such as extraneous logs using filters
  • Provides duplication checks to see if the data has made it through the system before
  • Includes error handling and logging for both business data and operation data for situational awareness
  • Supports traffic and system health monitoring

Full Changelog: https://github.com/CDCgov/NEDSS-DataIngestion/commits/v7.1.0