Tidepool API/Clinics API//
- Get Patient
List Clinics
Create Clinic
Get Clinic by Share Code
Get Clinic
Update Clinic
Delete Clinic
List Clinicians
Create Clinician
View TIDE Report
List Patients
Create Patient Account
Create Patient Tag
Create a Site
Update a Site
Delete a Site
Merge two sites
Get Clinician
Update Clinician
Delete Clinician
Create Patient from Existing User
Update Patient
Delete Patient
Update Patient Tag
Delete Patient Tag
Convert Patient Tag to Site
Invite Clinician
Resend Clinician Invite
Delete Invite
Associate Clinician to User
Delete Invited Clinician
Get Invited Clinician
Get Patient Invites
Accept Patient Invitation
Update Patient Reviews
Delete Patient Reviews
Update Patient Permissions
Delete Patient Permission
List Clinics for Patient
List Clinician Invites
Dismiss Clinician Invite
Accept Clinician Invite
List Clinics for Clinician
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
Update Suppressed Notifications
Send Upload Reminder
Assign Patient Tag To Clinic Patients
Delete Patient Tag From Clinic Patients
List Membership Restrictions
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
Get Patient Count Settings
Update Patient Count Settings
Get Patient Count
Refresh Patient Count
Sync EHR Data
Find Patients
Preorder Form Webhook
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Add Service Account
Sync EHR Data for Patient
Generate Clinic Merge Report
Merge Clinic
Connect Provider
Get Patient
Retrieve a patient of clinic given their user id
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'OK
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
When uploading data, the user selects a target device (typically make and model) of their data source (i.e. meter or pump) from a list. This selection is used by the Tidepool Uploader to select the correct drivers for communicating with the data source.
These values are stored in the user's profile so that they can be pre-selected on next use, thereby streamlining the process.
Example:
[ "bayercontournext" ]
Requests for each provider are listed in reverse chronological order
Response
{ "id": "string", "email": "user@example.com", "fullName": "string", "birthDate": "2012-08-30", "mrn": "string", "tags": [ "stringstringstringstring" ], "targetDevices": [ "bayercontournext" ], "permissions": { "custodian": {}, "view": {}, "note": {}, "upload": {} }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "attestationSubmitted": true, "dataSources": [ { … } ], "lastUploadReminderTime": "2019-08-24T14:15:22Z", "summary": { "cgmStats": { … }, "bgmStats": { … } }, "reviews": [ { … } ], "connectionRequests": { "twiist": [ … ], "dexcom": [ … ], "abbott": [ … ] }, "sites": [ { … } ], "glycemicRanges": { "type": "preset", "custom": { … }, "preset": "adaStandard" }, "diagnosisType": "type1" }