Web service that stores information about clinics, clinicians and their patients
- Generate Clinic Merge Report
Clinics API (1.0)
https://tidepool.redocly.app/_mock/reference/clinic.v1/
https://external.integration.tidepool.org/
https://api.tidepool.org/
https://dev1.dev.tidepool.org/
https://qa1.development.tidepool.org/
https://qa2.development.tidepool.org/
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.
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{patientId}/ehr/sync
- integration
https://external.integration.tidepool.org/v1/patients/{patientId}/ehr/sync
- production
https://api.tidepool.org/v1/patients/{patientId}/ehr/sync
- dev1
https://dev1.dev.tidepool.org/v1/patients/{patientId}/ehr/sync
- qa1
https://qa1.development.tidepool.org/v1/patients/{patientId}/ehr/sync
- qa2
https://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'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/reports/merge
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/reports/merge
- production
https://api.tidepool.org/v1/clinics/{clinicId}/reports/merge
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/reports/merge
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/reports/merge
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/reports/merge
- 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}/reports/merge' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{}'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/merge
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/merge
- production
https://api.tidepool.org/v1/clinics/{clinicId}/merge
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/merge
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/merge
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/merge
- 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}/merge' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{}'