spark icon indicating copy to clipboard operation
spark copied to clipboard

Firely and Incendi's open source FHIR server

Results 59 spark issues
Sort by recently updated
recently updated
newest added

Have done some minimal testing with Hl7.Fhir.R4 version 4.1.0, but have hit some snags that seems to be fixed with a couple of small changes, that I believe should not...

**Describe the bug** When using Fahrenheit as a unit for a value, Spark cannot convert the value to its corresponding base unit. **To Reproduce** Linked to this issue are FHIR...

* [x] [Add Quickstart guide (Set up a FHIR Server)](https://github.com/FirelyTeam/spark/blob/r4/master/Documentation/Quickstart.md) * [x] [Fhir Server Example](https://github.com/incendilabs/spark-example) * [ ] Add Quickstart guide (Set up a FHIR Facade) * [x] [FHIR Facade...

documentation

Actually Spark saves all entities in a MongoDB collection named "resources" It would be nice if I can choose a different collection name directly from the app settings.

**Is your feature request related to a problem? Please describe.** I have 100w patient data,and use identifier to search very slowly. ```http GET /fhir/Patient?identifier=test ```

**Describe the bug** The R4 Docker image, `sparkfhir/spark:r4-latest`, does not work for ARM chips. (I would assume the same is true for STU3 and DSTU2, but I have not tested...

**Describe the solution you'd like** Support FHIR version R4B - http://hl7.org/fhir/2021Mar/ballot-intro.html * [ ] Base it off the branch r4/master, name the new branch r4b/master * [ ] Upgrade to...

**Describe the bug** It looks like we are unable to get the resources (Observation, Condition etc) for a specific patient using the patient id. It is returning all the data...

bug

**Is your feature request related to a problem? Please describe.** Currently the asynchronous and synchronous methods is located in the same interface. This is not a good pattern since it...

enhancement
breaking-change

**Is your feature request related to a problem? Please describe.** https://www.hl7.org/fhir/STU3/http.html#2.21.0.5.2 For example, this request leads to 500 response: ``` { "type": "transaction", "entry": [ { "request": { "method": "GET",...

enhancement