Tidepool API/Clinics API//
- Preorder Form Webhook
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
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Add Service Account
Sync EHR Data for Patient
Merge Clinic
Connect Provider
Preorder Form Webhook
The Preorder endpoint can be invoked when a care provider attempts to place an order manually within the EHR. Subscribers can use Preorder Forms to present additional information to, or receive input from, a care provider before an order can be placed. Preorder Forms can also be implemented so as to prevent an order from being placed entirely.
https://sandbox.xealth.io/app/api-docs#tag/Digital-Care/paths/preorder/post
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/preorder
- integrationhttps://external.integration.tidepool.org/v1/xealth/preorder
- productionhttps://api.tidepool.org/v1/xealth/preorder
- dev1https://dev1.dev.tidepool.org/v1/xealth/preorder
- qa1https://qa1.development.tidepool.org/v1/xealth/preorder
- qa2https://qa2.development.tidepool.org/v1/xealth/preorder
curl -i -X POST \
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/preorder \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'