-
When I build a Docker image from `application/Dockerfile` and start a container the container fails to start with the following log message
```
Error starting ApplicationContext. To display the au…
-
I just discovered some inconsistencies between XML and JSON. To me it looks like the conversion (XML -> JSON) already already removes invalid items so that the JSON parsing completes successfully.
…
-
Creating a composition with a context/start_time (and /end_time) results in the Unix epoch being stored and returned.
Seen in v0.9.0.
**Steps To Reproduce**
1. POST a new composition to `ehrbas…
-
I am trying to get EHRbase running with a standard Postgres container by following the instructions [here](https://github.com/ehrbase/ehrbase/blob/develop/base/db-setup/REAME.md). After following the…
-
When I execute AQL queries the columns of the resultset are in an arbitrary order. I would expect them in the order given in the query, as also shown here: https://specifications.openehr.org/releases/…
-
Just for testing purposes
-
I did ``POST (...)/template/adl1.4`` with a few local OPTs and they are properly listed on ``GET (...)/template/adl1.4``, but it seems I cannot retrieve it using the ``GET (...)/template/adl1.4/{{temp…
-
If I do a ``POST (...)/composition`` using canonical XML, it seems that the default namespace is assumed to be ``xmlns="http://schemas.openehr.org/v1"``, so I can submit a composition without namespac…
-
Hi,
Thanks for open-sourcing the project and including a great test suite!
We are experimenting with running the test suite against a server that implements the openEHR REST API specifications. …