FHIR icon indicating copy to clipboard operation
FHIR copied to clipboard

The LinuxForHealth FHIR® Server and related projects

Results 220 FHIR issues
Sort by recently updated
recently updated
newest added

And only warn about the deprecated (R4 resource type) tables when we're migrating from an older schema version that has these. I also renamed ResourceTypeHelper to ResourceTypeUtil to better reflect...

**Is your feature request related to a problem? Please describe.** We should not create the tables that we don't want used when creating a new schema with R4B code. **Describe...

enhancement

Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) from 12.17.1 to 12.19.0. Release notes Sourced from azure-storage-blob's releases. azure-storage-blob_12.19.0 12.19.0 (2022-08-12) Features Added Added ParallelTransferOptions.getProgressListener and ParallelTransferOptions.setProgressListener that replaces deprecated ParallelTransferOptions.getProgressReceiver and ParallelTransferOptions.setProgressReceiver com.azure.storage.blob.ProgressReceiver extends com.azure.core.util.ProgressListener...

dependencies
java

Bumps [engine](https://github.com/DBCG/cql_engine) from 1.5.2 to 1.5.9. Release notes Sourced from engine's releases. Engine 1.5.9 release What's Changed Bump version to 1.5.9-SNAPSHOT by @​brynrhodes in DBCG/cql_engine#594 Full Changelog: https://github.com/DBCG/cql_engine/compare/v1.5.8...v1.5.9 Commits 6449b58...

dependencies
java

Bumps [azure-core-http-okhttp](https://github.com/Azure/azure-sdk-for-java) from 1.9.0 to 1.11.1. Release notes Sourced from azure-core-http-okhttp's releases. azure-core-http-okhttp_1.11.1 1.11.1 (2022-08-05) Other Changes Dependency Updates Upgraded azure-core from 1.30.0 to 1.31.0. azure-core-test_1.11.0 1.11.0 (2022-08-05) Features Added...

dependencies
java

**Is your feature request related to a problem? Please describe.** our default datasources.xml has this: `` which is relative to the running server (e.g. `/opt/wlp/usr/servers/defaultServer/derby`). our `build/boostrap_derby.sh` defaults to `${WORKSPACE}/derby`...

enhancement
P3

**Describe the bug** ``` [8/11/22, 17:55:29:709 UTC] 00000054 FHIRPersisten E Unexpected error while processing token value records. java.lang.NullPointerException at java.base/java.util.zip.InflaterInputStream.(Unknown Source) at java.base/java.util.zip.GZIPInputStream.(Unknown Source) at java.base/java.util.zip.GZIPInputStream.(Unknown Source) at org.linuxforhealth.fhir.persistence.jdbc.dao.impl.FetchResourcePayloadsDAO.run(FetchResourcePayloadsDAO.java:132) at...

bug

**Describe the bug** In a highly concurrent distributed environment, resource updates may be processed on different nodes. Those nodes may suffer clock drift which could potentially cause version N+1 having...

bug

**Is your feature request related to a problem? Please describe.** When I run the docker image, I got errors as follows and can not move forwards: WARNING: The requested image's...

waiting-for-upstream

**Describe the bug** The schema tool DB size report contains some strange negative values(-159) for row counts. **Environment** Which version of IBM FHIR Server? 5.0.0-SNAPSHOT **To Reproduce** Steps to reproduce...

bug
P2