Hello,
Yes, I meant to post this question on OpenELIS Global Talk. Thank you for pointing me in the right direction.
I am working on an integration between OpenELIS Global and OpenEMR. My goal is to access the OpenELIS test catalog programmatically, including information such as:
-
Test ID
-
Test name
-
Test description
-
Test section
-
Sample type
-
Units
-
Active/inactive status
-
Other related catalog information
I understand that there has been work on exposing the Test Catalog through a REST endpoint.
Could you please provide information about:
-
The REST endpoint(s) currently available for accessing the Test Catalog.
-
Whether the endpoint is already available in the
developbranch. -
The authentication method required to access it.
-
Whether it is possible to create a dedicated API/service user with read-only access.
-
Any available documentation, OpenAPI/Swagger definition, or examples.
I am currently running OpenELIS Global 2 from the develop Docker images.
The purpose is to synchronize or query the OpenELIS Test Catalog from OpenEMR without accessing the PostgreSQL database directly.
Thank you very much.