Test Data for Prorenata
This test data can be used to try out integration with Prorenata 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 Prorenata 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 Prorenata EHR setup guide.
Patients
When creating the patient with POST
/patients, Prorenata requires an external_id
that contains a letter in one of the last 4 digits. It can be any test ID from the list https://swedish.identityinfo.net/personalidentitynumber/testdata, with any letter in one of the last 4 digits, for example: 20231230239F
.
Otherwise, if you don't feel like creating a patient, you can use the following patient_id
for further testing.
patient_id |
---|
6060 |
6063 |
Other Data for Testing
Apart from the above, we have a fully integrated Sandbox for testing with Prorenata, 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.Hint: When testingGET /timeslots
try your first call withoutresource_id
orhealthcare_service_id
to get more test data back. You can then use those parameters to filter the results. - You can 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