-
Task version: 2.8.0
OS: Windows 10 64 bit
error:
```
echo ... staring EHRbase server ...
... staring EHRbase server ...
java -jar ../application/target/application-0.11.0.jar --cache.enabl…
-
POST /ehrbase/rest/openehr/v1/ehr/79e5ddb6-9d92-452c-ba9a-5f32015a58d9/composition HTTP/1.1
Content-Type: application/json
User-Agent: Java/1.8.0_252
Host: 192.168.1.110:8080
Accept: text/html, im…
-
The DATE_TIME issue is that EhrBase expects a Timezone suffix on COMPOSITION/context/start_time/value - weirdly it does not care otherwise!
```
"start_time": {
"_type": "DV_DATE_TIME…
-
When I execute the following AQL query `SELECT e/ehr_status/subject/external_ref FROM EHR e` I get the following result:
```
{
"q": "SELECT e/ehr_status/subject/external_ref FROM EHR e",
"colu…
-
When trying via Swagger, the request [works correctly](http://ehrbase.uksouth.cloudapp.azure.com:8080/ehrbase/swagger-ui.html#/EHR/createEhrWithIdUsingPUT), however changing the payload and running in…
-
Hey guys, I'm trying to setup demo integration for a cool open source project: [EHRbase](https://github.com/ehrbase/ehrbase). It has a nice and complex test-suite of REST API integration tests written…
-
I have seena n issue where if I set the provider name field on an evaluation in my composition I get an error.
```
{
"error": "DB inconsistency:org.ehrbase.serialisation.UnmarshalException: …
-
### TC to reproduce issue
```robotframework
*** Test Cases ***
Failing non-critical TC for reportportal
[Documentation] Since this test is marked as 'not-ready' and executed
... …
-
The README currently notes:
> Deployment in production with real patient data is not recommended yet.
That said, is there a plan currently for what the recommended deployment configuration for E…
-
We have hit a snag with a previous template and now get a 409 conflict error. Ideally we would delete the incorrect template in this case and re-upload but this is not possible with the current API. H…