Levi

Results 13 issues of Levi

While trying to start the server app (v5.7.0) in a virtual machine, I got these error logs: ``` Mar 14 16:48:24 dev-sid java[208684]: 2022-03-14 16:48:24.785 [hapi-fhir-jpa-scheduler-local-2] ERROR c.u.f.j.s.m.r.SubscriptionLoader [SubscriptionLoader.java:230] Subscription...

I was trying to install Dallinger in Indonesia, and faced an error while trying to register for MTurk. Is it okay if I proceed without MTurk? Or do you know...

Add ability to deploy extra manifests via the Helm chart (managed in the same file of values)

https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/9847d82257dc4a135bfc46f1839e1c0d9ac0e35b/src/main/resources/application.yaml#L180 I am trying to add configurability of `ResourceEncoding` in the DaoConfig object, but because of this `inline_resource_storage_below_size` set to 4000 in the `application.yml` (and in my profile-specific yml that...

I tried the following command after building the uber JAR of [`google/fhir-data-pipes/pipelines/batch`](https://github.com/google/fhir-data-pipes/tree/master/pipelines/batch): ```bash java -jar java-function-invoker-1.3.1.jar \ --classpath /d/SourceCodes/google/fhir-data-pipes/pipelines/batch/target/batch-bundled.jar \ --target com.google.fhir.analytics.FhirEtl ``` and here is the error logs: ```...

question
P3

Salaam, Hi, Could you please help guide me the steps to make the NLM Form Builder able to connect to the FHIR Server which protected by Keycloak? The test FHIR...

https://github.com/google/fhir-data-pipes/wiki/Get-Started-with-FHIR-Data-Pipes-Pipelines#hapi-fhir-jdbc-to-a-fhir-server That is the example command to execute for instructing the nonexecutable JAR `batch-bundled` to sync data from a FHIR Server using FHIR Search API to another FHIR server, right?...

enhancement
P2:should

### Proposed scenario **GIVEN** a federated architecture setting of multiple FHIR Servers, assigned one of the FHIR servers as the "central", **WHEN** `google/fhir-data-pipes` sync the FHIR servers other than the...

enhancement
P3:TBE

(I don't know if this is the correct place to put this concerns of mine, and if the proposed solution is good enough or not) If I use credentials of...

## Description of what I changed Resolves https://github.com/google/fhir-data-pipes/issues/1193, https://github.com/sid-indonesia/it-team/issues/333 What this commit has achieved: 1. Added support for Body Authentication on Client Credentials flow 2. TODO implement OAuth 2.0 for...