Web service that stores information about clinics, clinicians and their patients
Tidepool API/Clinics API//
- Add Service Account
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
Sync EHR Data
Preorder Form Webhook
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Sync EHR Data for Patient
Merge Clinic
Connect Provider
Add Service Account
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
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/report/web/viewer.html
- integrationhttps://external.integration.tidepool.org/v1/xealth/report/web/viewer.html
- productionhttps://api.tidepool.org/v1/xealth/report/web/viewer.html
- dev1https://dev1.dev.tidepool.org/v1/xealth/report/web/viewer.html
- qa1https://qa1.development.tidepool.org/v1/xealth/report/web/viewer.html
- qa2https://qa2.development.tidepool.org/v1/xealth/report/web/viewer.html
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/report/web/viewer.html?clinicId=string&patientId=string&restricted_token=string' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/service_accounts
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/service_accounts
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/service_accounts
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/service_accounts
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/service_accounts
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/service_accounts
- 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}/service_accounts' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"client_id": "string",
"client_secret": "string"
}'Request
An internal endpoint which will push the latest patient summary statistics and PDF reports to all EHR enabled clinics for which the patient has an active subscription. The actual data is pushed asynchronously. A successful response means that an asynchronous task has been scheduled.
A 404 response will be returned if no active subscriptions can be found for given patient.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{patientId}/ehr/sync
- integrationhttps://external.integration.tidepool.org/v1/patients/{patientId}/ehr/sync
- productionhttps://api.tidepool.org/v1/patients/{patientId}/ehr/sync
- dev1https://dev1.dev.tidepool.org/v1/patients/{patientId}/ehr/sync
- qa1https://qa1.development.tidepool.org/v1/patients/{patientId}/ehr/sync
- qa2https://qa2.development.tidepool.org/v1/patients/{patientId}/ehr/sync
- 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/patients/{patientId}/ehr/sync' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'