Web service that stores information about clinics, clinicians and their patients
Tidepool API/Clinics API//
- Update Tier
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
Create or update a data source for a patient
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
Update Tier
Clinics API (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1
integration
https://external.integration.tidepool.org
production
https://api.tidepool.org
dev1
https://dev1.dev.tidepool.org
qa1
https://qa1.development.tidepool.org
qa2
https://qa2.development.tidepool.org
Request
Internal endpoint to upsert patient data source provider details in all their associated clinic records.
Security
sessionToken
Path
Bodyapplication/jsonArray [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
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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}
]'- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/tier
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/tier
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/tier
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/tier
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/tier
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/tier
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/tier' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"tier": "tier0100"
}'Bodyapplication/json Array []
Array of clinic patient user IDs to target for tag assignment.
string(Tidepool User ID)^([0-9a-f]{10}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-...read-only
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/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/assign_tag/{patientTagId}' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '[
"string"
]'