Test Data for EasyPractice
This test data can be used to try out integration with EasyPractice 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 EasyPractice 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 EasyPractice EHR setup guide.
We have a fully integrated Sandbox for testing with EasyPractice, 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, when testingGET
/timeslots. - You can then use found timeslots, together with patient created with the
POST
/patients endpoint, to testPOST
/appointments.
If you encounter a 402
error message when trying to create a patient, it means we have reached the limit of patients that can be created in the Sandbox. Feel free to use a patient with id = 5620860
for further testing, or reach out to us and we'll reset the limit for you.
Happy coding! ๐
In case of any questions or if you feel stuck - please feel free to reach out at contact@leyr.io.