Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As noted on this page,https://helpdocs.validic.com/docs/high-frequency-data , Validic is getting the CGM data from Abbott in either 5 minute or 15 minute intervals via hourly data pulls, depending on whether the user has a Freestyle Libre 2 or Freestyle Libre 3 CGM. Each new hourly pull of data from Abbott retrieves all data for the last 3 UTC days (see “Data Retrieval Intervals“ below for more details).

Because of the 1 hour delay that Abbott has on the CGM data, this means that CGM records will include the readings from up to the previous hour. For example, at 10 am UTC the payload would include the readings from midnight UTC up to 9 am UTC.

A single cgm record in the Validic Inform API represents one UTC day.

Data Retrieval Intervals

  • We pull 3 UTC days of data for cgm records about once an hour

  • We pull 7 UTC days of data for cgm records about once per day

  • We pull up to 30 UTC days of historic data for Abbott cgm when the user initially connects to Abbott in the marketplace (dependent on the organization’s historical fetch settings).

Duplicate Data

If a patient fully disconnects Abbott from their Validic user and then reconnects that same user within 30 days, it is highly likely that the data pulled in upon reconnection will include duplicate data that you have already received. You can use the Validic "id" and "checksum" to check for data you may have already consumed. You would want to check the "time" and "value" pairs of the CGM readings to check for possible duplicates.

...