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

In this update, we have introduced a feature allowing the sorting of historical data based on the '_sort' parameter. A method, 'getHistorySortOrder', has been added to validate the provided _sort...

Composite search parameters with reference types were not working properly. This PR closes the issue #4242 testInvalidComment test was failing because of the NAME_PATTERN. The pattern reverted back to the...

**Describe the bug** If you create a composite search parameter that contains reference type, it is not working. **Environment** Which version of LinuxForHealth FHIR Server? 5.0.0 **To Reproduce** Steps to...

bug

The R5 Ballot HL7 FHIR version (Sept/Oct 2022 Ballot) includes new types of resources. At the moment LinuxForHealth supports only HL7 FHIR version R4/R4B. Is there a trial version of...

**Describe the bug** I'm trying to run LinuxForHealth FHIR Server in my PC. I downloaded the zip file and installed the server using `./fhir-server-dist/install.sh /opt/ibm/fhir-server` as told in [this page](https://linuxforhealth.github.io/FHIR/guides/FHIRServerUsersGuide/#21-installing-a-new-server)...

bug

I’m trying to use public FHIR servers: LOINC FHIR server and SNOMED-CT FHIR server but I have an error when I use LOINC FHIR server. I configurated these servers in...

**Describe the bug** If the ValueSet-validate-code operation is used to validate some code against some value set, the server falsely returns a CodeSystem isntance during processing even though the correct...

bug

This is regarding a question on _count on search. I have a scenario as below POST https://qafhirserver.justtest.in:9443/fhir-server/api/v4/CarePlan/_search Response { "resourceType": "Bundle", "id": "1be8164a-1484-41e4-91cb-b1d53fede8c2", "type": "searchset", "total": 730, "link": [ {...

bug

**Describe the bug** I am running a NATS-streaming docker container and I am trying to get IBM FHIR docker to connect to it. In my config file I have the...

bug

**Describe the bug** The notification message received via web-socket does not contain the resource: ``` { datasourceId: "default", lastUpdated: "2021-12-02T17:39:59.928188Z", location: "Patient/17d7c3b4938-916a353d-f859-49ca-838c-6c8410db7a05/_history/1", operationType: "create", resourceId: "17d7c3b4938-916a353d-f859-49ca-838c-6c8410db7a05", tenantId: "default" } ```...

bug
documentation