In healthcare systems, patient vitals such as heart rate, oxygen level, temperature, respiratory rate, and blood pressure can arrive continuously from bedside monitors or clinical applications.
This type of data cannot always wait for a daily batch pipeline. Some events need to be captured quickly, checked for quality, and evaluated for possible alerts.
In this pipeline, you will build a real-time clinical telemetry pipeline.
You will send patient vitals events into a streaming service, process them using AWS Lambda, store valid events in Amazon S3, separate bad records into a DLQ area, and create alert records when vitals cross defined thresholds.
After completing this pipeline, you will be able to: