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

**Is your feature request related to a problem? Please describe.** I wanted to bootstrap a deployment with different users for fhirdata and java batch. ``` java -jar /opt/fhir-server/tools/fhir-persistence-schema-*-cli.jar --create-schema-fhir --update-schema-fhir...

enhancement
P3
technical debt

**Is your feature request related to a problem? Please describe.** From https://hl7.org/fhir/search.html#quantity > The search processor may choose to perform a search based on [canonical units](https://hl7.org/fhir/datatypes.html#quantity) (e.g. any value where...

enhancement
P3

**Is your feature request related to a problem? Please describe.** Technical debt. **Describe the solution you'd like** Currently the postgres container image hosting the FHIRDB database uses a build script...

P3
technical debt

**Describe the solution https://build.fhir.org/observation-operation-stats.html The Statistics operation performs a set of statistical calculations on a set of clinical measurements such as a blood pressure as stored on the server. This...

enhancement

**Is your feature request related to a problem? Please describe.** While trying to start the fhir-server with OpenJDK 17 (Temurin), I see the following issue: ``` Exception = java.lang.reflect.InaccessibleObjectException Source...

enhancement
P2

In 4.11.1 in [mvnrepository](https://mvnrepository.com/artifact/com.ibm.fhir/fhir-client/4.11.1) you will get an errant line with `test` which makes eclipse unhappy (breaks the classpath) ` com.ibm.fhir fhir-client 4.11.1 test ` Works fine without the line

bug

**Is your feature request related to a problem? Please describe.** Currently the LinuxForHealth FHIR Server does not enforce uniqueness for identifier values - multiple resources can therefore have the same...

enhancement
P2

**Describe the bug** With the $everything operation, and having SMART app launch configured, a 403 error turns into a 500 error back to the caller. **Environment** FHIR-main **To Reproduce** Steps...

bug
P2

**Describe the bug** I'm trying to create Bundle object from jsonObject but it throws `InvalidDefinitionException` with error message _Cannot construct instance of `com.ibm.fhir.model.resource.Bundle` (no Creators, like default constructor, exist): cannot...

Hello, I am studying the use of the consent manager on Fhir v4.1.0 I would like to know if there is a maximum allowable length for the "data" field in...

question