Skip to main content

Attempt Completed

POST 

/webhook/v1/acurable/notification

Overview

This event signifies that we have received a recording for a night and have successfully processed it and generated a result.

Note: Successfully processing a result and having a valid diagnosis are two different things.

Nights

The event contains an array of all nights on the study, including completed and pending attempts.

Each night has two index values:

  • Night number
  • Attempt number

The night number represents the night the recording is for and the attempt indicates the attempt number for that night.

The Acurable system supports automatically retrying nights if we receive an invalid result. The exact repeat mechanism configured for your studies depends on your system configuration.

Contact your Acurable representative to discuss your current settings and what is available.

Statuses

Each night attempt has a status on it which is one of:

  • PENDING - the patient has not yet started this attempt
  • IN_PROGRESS - the patient is currently recording this attempt
  • VALID - there is a valid diagnosis for this attempt
  • INVALID - there is no valid diagnosis for this attempt

Each night is also given an overall severity of the diagnosis.

Note: It is possible to have your system configured to use either AHI3 or AHI4 for the overall severity calculation. Talk to us if you want this changing.

Indexes

Each night has a collection of diagnostic indexes:

  • AHI3
  • AHI4
  • ODI3
  • ODI4

These may or may not be present on the response depending on your diagnostic setup.

Request

Responses

Accepted