EHRbase API for retrieving the release version of the EHRbase Sandbox

Is there an endpoint for retrieving the release version of the EHRbase Sandbox?

The endpoint https://sandkiste.ehrbase.org/ehrbase/rest/admin/status only returns a status of ‘200 OK’ and the following message: ‘EHRbase Admin API available and you have permission to access it’, but it does not provide any information on the EHRbase release that is running.

Context: The error raised in Error when using feeder_audit within DV_TEXT element · Issue #1501 · ehrbase/ehrbase · GitHub and solved in the EHRbase v2.18.0 release still occurs on the EHRbase Sandbox. I therefore wonder whether the issue hasn’t been solved, or whether an old EHRbase release is running on the sandbox.

3 Likes

{{baseServerUrl}}/ehrbase/rest/status

https://sandkiste.ehrbase.org/ehrbase/rest/status

<?xml version='1.0' encoding='UTF-8'?>

<status>

<ehrbase_version>2.15.0</ehrbase_version>

<openehr_sdk_version>2.21.0</openehr_sdk_version>

<archie_version>3.12.0</archie_version>

<jvm_version>Eclipse Adoptium 21.0.6+7-LTS</jvm_version>

<os_version>Linux amd64 4.4.0</os_version>

<postgres_version>PostgreSQL 16.10 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3), 64-bit</postgres_version>

</status>
1 Like

Thank you very much for your very helpful answer!

1 Like