Tidepool API/Clinics API//
- Create or update a data source for a patient
Migrate Legacy Clinician Patients
Retrieve Migration Status
Enable Clinics
Trigger initial migration
Get Migration
Update Migration
Remove User from Clinics
Update User Details
List All Clinicians
UpdatePatientSummary
DeletePatientSummary
Update Tier
Assign Patient Tag To Clinic Patients
Delete Patient Tag From Clinic Patients
Update Membership Restrictions
Redox EHR Endpoint
Redox Verify Endpoint
Get EHR Settings
Update EHR Settings
Match Clinic and Patient
Get MRN Settings
Update MRN Settings
Update Patient Count Settings
Refresh Patient Count
Sync EHR Data
Preorder Form Webhook
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Add Service Account
Sync EHR Data for Patient
Merge Clinic
Connect Provider
Create or update a data s...
Internal endpoint to upsert patient data source provider details in all their associated clinic records.
Security
sessionToken
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
Array []
Enum:"pending""pendingReconnect""connected""disconnected""error"
Example:"connected"
Example:"2017-02-06T02:37:46Z"
Example:"2017-02-06T02:37:46Z"
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{userId}/data_sources
- integrationhttps://external.integration.tidepool.org/v1/patients/{userId}/data_sources
- productionhttps://api.tidepool.org/v1/patients/{userId}/data_sources
- dev1https://dev1.dev.tidepool.org/v1/patients/{userId}/data_sources
- qa1https://qa1.development.tidepool.org/v1/patients/{userId}/data_sources
- qa2https://qa2.development.tidepool.org/v1/patients/{userId}/data_sources
curl -i -X PUT \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{userId}/data_sources' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '[
{
"state": "connected",
"providerName": "dexcom",
"modifiedTime": "2017-02-06T02:37:46Z",
"expirationTime": "2017-02-06T02:37:46Z",
"latestDataTime": "2017-02-06T02:37:46Z"
}
]'