Top Banner
Howard Look Founder and CEO ATTD 2016 - Milan
47

2016 02-04 howard look tidepool attd 2016 v2

Feb 08, 2017

Download

Healthcare

Tidepool
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 2016 02-04 howard look tidepool attd 2016 v2

Howard Look Founder and CEO

ATTD 2016 - Milan

Page 2: 2016 02-04 howard look tidepool attd 2016 v2

Disclosure Own publicly traded stock in Dexcom (DXCM)

Page 3: 2016 02-04 howard look tidepool attd 2016 v2

Motivation

Katie Look First Day of 6th Grade, 2011

Page 4: 2016 02-04 howard look tidepool attd 2016 v2

c X

Page 5: 2016 02-04 howard look tidepool attd 2016 v2

JPEG

View

A thought experiment: Digital Cameras

Access

Canon

Olympus

Kodak

Page 6: 2016 02-04 howard look tidepool attd 2016 v2

A thought experiment: Digital Cameras

Access View?!

Canon

Olympus

Kodak

Canon

Olympus

Kodak

Page 7: 2016 02-04 howard look tidepool attd 2016 v2

Yourchoice

Yourchoice

Access View

A thought experiment: Digital Cameras

Page 8: 2016 02-04 howard look tidepool attd 2016 v2

How do you access the data?

How do you view the data?

What if your choice isn’t right for me?

Page 9: 2016 02-04 howard look tidepool attd 2016 v2

Yourchoice

Yourchoice

Access View

Page 10: 2016 02-04 howard look tidepool attd 2016 v2

T1D Exchange participants who upload their data

at least once per week: Pump: 3% BGM: 2% CGM: 6%

 

T1D Exchange participants who never upload data:

Pump: 60% BGM: 76% CGM: 52%

 

Source: T1D Exchange

Page 11: 2016 02-04 howard look tidepool attd 2016 v2

Proudly non-profit. Open source.

Stewards of your data.

Page 12: 2016 02-04 howard look tidepool attd 2016 v2

Tidepool Uploader

Data Authentication and Validation

REST APIs

VisualizationCloudDataAPIs

Research APIs

Blip

EHR APIsMessaging

andNotification APIs

Nutshell Sonar AP Remote Telemetry

Research App 3P App Athlete App Pregnancy App

Apps

Tidepool Platform

Page 13: 2016 02-04 howard look tidepool attd 2016 v2

A Type 1 Diabetes Application Ecosystem

T1D + Fitness Data Bolus Calculators

Research Apps and Interfaces

Remote MonitoringApps for Pregnant Moms with T1D

Apps for Teens

Clinical Decision Support

Apps for Kids

Location-aware Apps

Contextual Meal Memory

Psycho-social Research

Artificial PancreasApps for Elderly

SupplyManagement

T1D TriathleteTrainer

T1DTelemedicine

Page 14: 2016 02-04 howard look tidepool attd 2016 v2

TidepoolUploader

Page 15: 2016 02-04 howard look tidepool attd 2016 v2
Page 16: 2016 02-04 howard look tidepool attd 2016 v2

Coming soon Coming soon

Page 17: 2016 02-04 howard look tidepool attd 2016 v2

Blip

Page 18: 2016 02-04 howard look tidepool attd 2016 v2
Page 19: 2016 02-04 howard look tidepool attd 2016 v2
Page 20: 2016 02-04 howard look tidepool attd 2016 v2
Page 21: 2016 02-04 howard look tidepool attd 2016 v2
Page 22: 2016 02-04 howard look tidepool attd 2016 v2
Page 23: 2016 02-04 howard look tidepool attd 2016 v2

Nutshell

Page 24: 2016 02-04 howard look tidepool attd 2016 v2
Page 25: 2016 02-04 howard look tidepool attd 2016 v2

iLet Bionic Pancreas User Interface

Page 26: 2016 02-04 howard look tidepool attd 2016 v2

Design thinking. Iterative and agile.

Modern development tools and practices.

Page 27: 2016 02-04 howard look tidepool attd 2016 v2
Page 28: 2016 02-04 howard look tidepool attd 2016 v2
Page 29: 2016 02-04 howard look tidepool attd 2016 v2
Page 30: 2016 02-04 howard look tidepool attd 2016 v2

Production Environment

Amazon Web ServicesPublic Internet

StagingEnvironmentProduction

EnvironmentStaging

EnvironmentDevelopmentEnvironment

MongoDB Master

MongoDB Slave

MongoDB Slave

S3 Backup MongoDB Master

Production DB Cluster

Staging/Dev DB

Software as a Service Hosted Environment

JavaScript Node.js ReactJS D3.js Go MongoDB

Page 31: 2016 02-04 howard look tidepool attd 2016 v2

OAuth, JSON and REST APIs (and why they matter)

Page 32: 2016 02-04 howard look tidepool attd 2016 v2

OAuth - Enable access without sharing password

Page 33: 2016 02-04 howard look tidepool attd 2016 v2

JSON - A Lightweight Data Interchange Format

{ "_version": 2, "createdTime": "2015-08-20T00:10:02.342Z", "deviceId": "DexG4Rec_SM34733050", "deviceTime": "2015-08-19T17:04:29", "id": "3bpd8avtbvj6cva2us08b6cl9sm2goi0", "payload": { "internalTime": "2015-08-19T15:02:25", "trend": "Flat" }, "time": "2015-08-20T00:04:29.000Z", "timezoneOffset": -420, "type": "cbg", "units": "mg/dL", "value": 117 },

Page 34: 2016 02-04 howard look tidepool attd 2016 v2

RESTful URL

RESTful API

https://MyMaps.com/location?37.7686,-122.3953

https://tidepool.io/api/user?3b3d7f/cbg/startDate=2016-01-31T16:45Z&endDate=2016-02-02T07:15:21Z

Page 35: 2016 02-04 howard look tidepool attd 2016 v2

“Teens with T1D Study” at University of Oz is requesting permission to do the following:

Access my basic information Includes name, email, birthdate.

Access my diabetes device data Includes blood glucose and insulin delivery data.

Access my activity and fitness data Includes activity and fitness data.

Tidepool

Page 36: 2016 02-04 howard look tidepool attd 2016 v2

Ask your developer.

OAuth JSON

REST APIs

Page 37: 2016 02-04 howard look tidepool attd 2016 v2

Roadmap:Research and 3P App Interfaces

Real Time Data Closed Loop Telemetry

Page 38: 2016 02-04 howard look tidepool attd 2016 v2

Katie Look mobile

Dad. I’m low. I’m 52. And dropping. I can’t find my juice boxes. I don’t know where I am.

Page 39: 2016 02-04 howard look tidepool attd 2016 v2
Page 40: 2016 02-04 howard look tidepool attd 2016 v2
Page 41: 2016 02-04 howard look tidepool attd 2016 v2
Page 42: 2016 02-04 howard look tidepool attd 2016 v2
Page 43: 2016 02-04 howard look tidepool attd 2016 v2

#OpenAPS #WeAreNotWaiting

Speaking as a Dad on this slide.

Page 44: 2016 02-04 howard look tidepool attd 2016 v2

Closed Loop Telemetry Dashboard

Page 45: 2016 02-04 howard look tidepool attd 2016 v2

The Horace W. Goldsmith Foundation

Hundreds of Other Donors

Thank you!

Page 46: 2016 02-04 howard look tidepool attd 2016 v2

UCSF Madison Clinic for Pediatric Diabetes Stanford Children’s Hospital

The Barbara Davis Center at UC Denver USC Westside Center for Diabetes

Jaeb Center for Health Research

and dozens of clinics using our software

Thank you!

Page 47: 2016 02-04 howard look tidepool attd 2016 v2

tidepool.org github.com/tidepool-org

[email protected]