Pipelines

Pipelines contain processing rules for new datapoints.

Different measurements have different pipelines. For example when a textual notes of homecare visit is received - a bunch of textual AI models are executed, while when a systolic blood pressure is received, some limit checking is done.

Pipelines define for example:

  • which notifications generated from measurement
  • what AI models are executed when this datapoint arrives
  • how to limit creation of unnecessary alarms

Most pipelines process only datapoints which status is ok or validated.

Pipeline list