-
Please find attached a Cornoa Anamnese template. When trying to create the instance:
```
public static CoronaAnamneseComposition buildCoronaAnamnese(){
CoronaAnamneseComposition comp…
-
I tweaked the python code to add support for Basic Auth headers (mandatory in Better, optional in ehrBase) but my knowledge of R is 10 mnutes old!!
The crude tweak in python was
```python
clas…
-
In a query that returns compositions like:
```
Query query =
Query.buildNativeQuery("SELECT c FROM EHR e CONTAINS COMPOSITION c where "
+ "c/archetype_detail…
-
I am working on a Catalina 10.15.4.
When I tried to run this command:
docker build -f application/Dockerfile --build-arg JAR_FILE=application-*.jar -t ehrbaseorg/ehrbase:latest .
I replaced t…
-
Using Record in a query, I see correct results in the response JSON using wireshark, but those are not correctly populated to the Records, I see 0 fields and 0 values using this code:
```
Query qu…
-
Two changes required.
1. Remove newlines
2. the `c/context` construct does not work, though it is legal (I understand)
This works
```
aql = """select o/data[at0001]/events[at0006]/time/…
-
The returned representation of compositions misses some attributes:
- /rm_version
- //[CareEntry]/item_tree/name
- //[CareEntry]/language
- //[CareEntry]/encoding
Reproducing is simple: Upload …
-
For the example files see timezone.zip
When I send timezone_send.json
which has
context.start_time.value= 2020-05-03T14:35:16,583Z
context.end_time.value=2020-08-03T14:35:16,583+02:00
and the…
-
1. generate the composition using a template
2. create code to initialize a composition instance, setting composition.composer with new PartyIdentified()
3. when committing that composition to EHRBA…
-
## Steps to reproduce ##
At first, I post successfully the attached [symptom_screening.opt.txt](https://github.com/ehrbase/ehrbase/files/5278395/symptom_screening.opt.txt)
( the extension was c…
skoba updated
4 years ago