Tidepool API/Clinics API//
- Remove User from Clinics
Migrate Legacy Clinician Patients
Retrieve Migration Status
Enable Clinics
Trigger initial migration
Get Migration
Update Migration
Update User Details
List All Clinicians
UpdatePatientSummary
DeletePatientSummary
Create or update a data source for a patient
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
Remove User from Clinics
Internal endpoint that deletes any user associations with clinics they are a patient or a member of.
If the user is a patient of a clinic the service will delete the patient-clinic relationship.
If the user is one of many admins of any clinic the service will delete the clinician-clinic relationship.
If the user is the only admin of a clinic the service will:
- delete the clinician record, leaving the clinic without an admin
- delete all non-custodial patient relationships of the clinic
- keep all custodian relationships, allowing users to claim custodial accounts with an email
- keep all custodian accounts and data even if they can’t be claimed when there isn’t an email address associated with the account
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
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/users/{userId}/clinics
- integrationhttps://external.integration.tidepool.org/v1/users/{userId}/clinics
- productionhttps://api.tidepool.org/v1/users/{userId}/clinics
- dev1https://dev1.dev.tidepool.org/v1/users/{userId}/clinics
- qa1https://qa1.development.tidepool.org/v1/users/{userId}/clinics
- qa2https://qa2.development.tidepool.org/v1/users/{userId}/clinics
curl -i -X DELETE \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/users/{userId}/clinics' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'