Test Data for Anita Systems
This test data can be used to try out integration with Anita Systems 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 Anita Systems 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 Anita Systems EHR setup guide.
Care Units
Both care_unit_id
below can be used as a path parameter when calling endpoints at Leyr API.
We recommend using L0_1
as it typically has more test data associated with it (healthcare services, resources, time slots, etc).
care_unit_id |
---|
L0_1 |
L0_2 |
Patients
You have to create your own test patient as described POST
/patients endpoint, in order to further test booking appointments. This is because you need to have a valid phone number in phones
, so that you can receive confirmation code in SMS.
Other Data for Testing
Apart from the above, feel free to explore any combinations of data returned by the endpoints in the API documentation.
- For example, you can 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.
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