Web service that stores information about clinics, clinicians and their patients
- Preorder Form Webhook
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/
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients
- integration
https://external.integration.tidepool.org/v1/patients
- production
https://api.tidepool.org/v1/patients
- dev1
https://dev1.dev.tidepool.org/v1/patients
- qa1
https://qa1.development.tidepool.org/v1/patients
- qa2
https://qa2.development.tidepool.org/v1/patients
- 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/patients?mrn=string&birthDate=string&workspaceId=string&workspaceIdType=clinicId&offset=0&limit=10' \
-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
Clinic
Clinic identifier.
Postal code. In the U.S., typically the zip code such as 94301
or 94301-1704
.
State or province. In the U.S., typically something like CA
or California
.
An array of phone numbers.
[ { "patient": { … }, "clinic": { … } } ]
Request
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
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/preorder
- integration
https://external.integration.tidepool.org/v1/xealth/preorder
- production
https://api.tidepool.org/v1/xealth/preorder
- dev1
https://dev1.dev.tidepool.org/v1/xealth/preorder
- qa1
https://qa1.development.tidepool.org/v1/xealth/preorder
- qa2
https://qa2.development.tidepool.org/v1/xealth/preorder
- 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/xealth/preorder \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/programs
- integration
https://external.integration.tidepool.org/v1/xealth/programs
- production
https://api.tidepool.org/v1/xealth/programs
- dev1
https://dev1.dev.tidepool.org/v1/xealth/programs
- qa1
https://qa1.development.tidepool.org/v1/xealth/programs
- qa2
https://qa2.development.tidepool.org/v1/xealth/programs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/programs \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'