Test Data for Konfidens
This test data can be used to try out integration with Konfidens 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 Konfidens 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 Konfidens EHR setup guide.
Patients
When creating the patient with POST
/patients, you can use any valid Norwegian personal number (called fΓΈdselsnummer in Norwegian).
You can find some test numbers here: https://norske-testdata.no/fiktivt-fnr/.
Other Data for Testing
We have a full available test environment with Konfidens. 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. - Try getting patient via
GET
/patients/{patient_id} endpoint using one of the test patient IDs above, or create a new patient viaPOST
/patients on your own. - 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