Tidepool API/Clinics API//
- Sync EHR Data
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
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
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
Sync EHR Data
An internal endpoint which will push the latest patient summary statistics and PDF reports for all patients who have an active subscription. The actual data is pushed asynchronously. A successful response means that an asynchronous task has been scheduled for each patient of the clinic with an active subscription.
Will return 404 Not Found if the clinic does not have an active EHR connection.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/ehr/sync
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/ehr/sync
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/ehr/sync
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/ehr/sync
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/ehr/sync
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/ehr/sync
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/ehr/sync' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'