Web service that stores information about clinics, clinicians and their patients
- Update MRN Settings
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/clinics/{clinicId}/settings/mrn
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- production
https://api.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- 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/clinics/{clinicId}/settings/mrn' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
{ "required": true, "unique": true }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/settings/mrn
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- production
https://api.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/settings/mrn
- 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/clinics/{clinicId}/settings/mrn' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"required": true,
"unique": true
}'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/settings/patient_count
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/settings/patient_count
- production
https://api.tidepool.org/v1/clinics/{clinicId}/settings/patient_count
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/settings/patient_count
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/settings/patient_count
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/settings/patient_count
- 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/clinics/{clinicId}/settings/patient_count' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
{ "hardLimit": { "patientCount": 0, "startDate": "2017-02-06T02:37:46Z", "endDate": "2017-02-06T02:37:46Z" }, "softLimit": { "patientCount": 0, "startDate": "2017-02-06T02:37:46Z", "endDate": "2017-02-06T02:37:46Z" } }