Test Data for DIPS
This test data can be used to try out integration with DIPS in Leyr Sandbox.
It is applicable when using Leyr credentials, as described in the EHR configuration guide.
If you'd like to use your own credentials or are going live, please refer to our DIPS EHR setup guide.
It is applicable when using Leyr credentials, as described in the EHR configuration guide.
If you'd like to use your own credentials or are going live, please refer to our DIPS EHR setup guide.
Patients
When calling the GET
/patients/{patient_id}, you can use the following patient_id
to get patient details. This ID should work with any valid care_unit_id
from the GET
/care-units endpoint.
patient_id |
---|
cdp1000807 |
Other Data for Testing
DIPS curently does not support getting timeslots or booking appointments, so they are also currently not available via Leyr API. We monitor DIPS API and will enable remaining endpoints as soon as they are available for integration.
Otherwise, we have a fully integrated Sandbox for testing with DIPS, so feel free to explore any combinations of data returned by the endpoints in the API documentation!
- Start by calling
GET
/care-units to get care units available for testing. - You can then use resource
id
returned from theGET
/resources endpoint, or healthcare serviceid
returned from theGET
/healthcare-services endpoint.
Happy coding! ๐
In case of any questions or if you feel stuck - please feel free to reach out at contact@leyr.io.
Table of Contents