-
## Test Case/s To Reproduce Issue
```
# path to test case
tests/robot/OBSERVATION/10_create_sofa_score.robot
```
```
# robot command to execute related test case(s) in your terminal/console
…
-
## Steps to reproduce ##
Load any OPT (used [signos.opt](https://github.com/ehrbase/ehrbase/files/5317522/Signos_opt.txt) from my other post)
Load any JSON instance (used [signos_json_correct](ht…
-
It is complaining about the coded text value for the code_string, but the value is the one defined in the openEHR terminology for that code.
Response
`{"error":"org.ehrbase.validation.constraint…
-
## Steps to reproduce ##
Flatten and unflatten composition using the attached template failed as follows (also attached the corresponding canonical json for use with Postman). Corresponding snippe…
-
The first example of the load tester contains a duration expression that can't be parsed P12DT23H51M59S
I think this is a regression because was not happening before. I tested with the latest devel…
-
The returned representation of compositions misses some attributes:
- /rm_version
- //[CareEntry]/item_tree/name
- //[CareEntry]/language
- //[CareEntry]/encoding
Reproducing is simple: Upload …
-
While testing I generated a composition with no content by mistake and committed that to the server:
```
{
"_type": "COMPOSITION",
"name": {
"_type": "DV_TEXT",
"value": "Minimal"
},
…
-
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…
-
There are some classes/interfaces mentioned in the generated code that are defined in the client library, but in the generated code there are also common classes under "shareddefinition", which will b…
-
Posted this query:
```
{
"q": "SELECT c/uid/value FROM EHR e[ehr_id/value=$ehr_id] CONTAINS COMPOSITION c[openEHR-EHR-COMPOSITION.report-result.v1] CONTAINS OBSERVATION o[openEHR-EHR-OBSERVATIO…