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.** To improve performance of processing transaction bundles number of entries should be limited. **Describe the solution you'd like** A configuration...

enhancement

From the issue raised [here](https://github.com/LinuxForHealth/FHIR/issues/4171) where a bundle with request urls having a leading "/" throws a non clear exception; The error ` "text": "Request URL for bundled create requests...

enhancement

**Describe the bug** We were seeing intermittent audit test failures a while back. Those seemed to stabalize for a while, but recently we saw another failure for a test that...

bug
P3
technical debt

**Describe the bug** We have a workflow set up where we first search for a resource based on an identifier: If it exists, we update the resource. If it doesn't,...

bug

**Describe the bug** I was currently tinkering with SMART on Fhir and tried to impliment my own basic EHR. Every thing works fine until I try to launch an APP...

**Is your feature request related to a problem? Please describe.** The FHIR server currently doesn't add a Cache-Control header to its responses. In some situations it might be desirable to...

enhancement
P3
needs-design

I'm trying to get the health check endpoint to pass after installing from ZIP on Windows. Here's what I did: ```powershell Expand-Archive -Path $env:USERPROFILE\Downloads\fhir-install-5.1.0.zip .\fhir-server-5.1.0 .\fhir-server-5.1.0\fhir-server-dist\install.bat fhir-server-5.1.0\liberty-runtime\wlp\bin\server.bat start ``` The...

documentation

I extracted the ZIP installer's contents into a path containing spaces and install.bat failed. To reproduce, extract and rename the folder to `fhir-server 5.1.0` (contains a space, instead of `fhir-server-5.1.0`)...

bug
documentation
help wanted
P2