-
## Configuration information
- EHRbase version: 0.20.0-SNAPSHOT
## Steps to reproduce ##
1. Create a new EHR
2. Create composition with https://specifications.openehr.org/releases/ITS-REST/…
-
# Environment information
```{'ehrbase_version': '0.24.0-SNAPSHOT',
'openehr_sdk_version': '1.24.0-SNAPSHOT',
'archie_version': '2.0.1',
'jvm_version': 'Eclipse Adoptium 17.0.6+10',
'os_ver…
-
Fixing this issue will open a whole can of worms.
Each package being mapped to XML should contain a package-info.java, which defines the XML namespace. That is currently not the case in archie.
…
-
I managed to get V1.4.2 running with BETTER EHR. But Creating Patient is not responding as expected. @birgerhaarbrandt
When I try to CREATE/post the current sample patient via Postman; I end up …
-
## Configuration information
- EHRbase version: 0.21.1
- openEHR_SDK version: 1.19.0
- Archie version: 2.0.1
- PostgreSQL version: PostgreSQL 14.2 (Debian 14.2-1.pgdg110+1) on x86_64-pc-linu…
-
## Configuration information
- EHRbase version: 0.22.0
- openEHR_SDK version: 1.23.0
- Archie version: 2.0.1
- PostgreSQL version: PostgreSQL 14.2 (Ubuntu 14.2-1.pgdg18.04+1) on x86_64-pc-linux-…
-
## Test Case/s To Reproduce Issue
```robotframework
008a ADMIN - Update Existing Template
[Tags] 436 not-ready bug
upload valid OPT minimal/minimal_admin.opt
(admin) update …
-
When I post a composition, written in English, referring to a template (written in English and translated in the ontology section in Brazilian Portuguese) the response of the system is the creation of…
-
# path to test case
fhir-bridge/tests/robot/OBSERVATION/17_create_history_of_travel.robot
# Using test data from:
fhir-bridge/src/test/resources/Observation/create-history-of-travel.json
#…
-
```
SELECT TOP 5 c FROM COMPOSITION c ORDER BY c/context/start_time ASC
```
and
```
SELECT TOP 5 c FROM COMPOSITION c ORDER BY c/context/start_time/value ASC
```
should return exactly th…