Andrew Anisimov
Andrew Anisimov
**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",...
**Describe the bug** When transaction bundle contains relations between entries, and one of the entries is a POST request, it will receive a new generated ID, but relations will still...
**Describe the bug** Search by quantity with units is not working. **To Reproduce** ``` > db.resources.find({resourceType: "Observation", "id":"80"}, {"valueQuantity":1}); { "_id" : "Observation/80/_history/1", "valueQuantity" : { "value" : 2, "unit"...
**Is your feature request related to a problem? Please describe.** http://hl7.org/fhir/DSTU2/search.html#revinclude http://hl7.org/fhir/STU3/search.html#revinclude http://hl7.org/fhir/R4/search.html#revinclude **Describe the solution you'd like** Feature is supported according to the spec. **Failing tests** `SprinklerSearchTest` (`SE07P`, `SE07G`)
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** POST ``` { "type": "batch", "entry": [ { "fullUrl": "urn:uuid:54312ae1-757f-40dc-89b5-0d536bba8855", "resource": { "meta": { "tag":...
**Describe the bug** Passing a malformed search parameter produces 400 result. **To Reproduce** `POST http://localhost:5000/fhir/Patient/_search?...=foobar&_format=application/fhir%2Bjson` Result: ``` { "resourceType":"OperationOutcome", "issue":[ { "severity":"error", "diagnostics":"Could not parse parameter [(..., foobar)] for reason...
**Is your feature request related to a problem? Please describe.** http://www.hl7.org/fhir/STU3/http.html#patch http://www.hl7.org/fhir/R4/http.html#patch **Describe the solution you'd like** JSON, XML PATCH method is supported as described in the spec. **Additional context**...
**Describe the bug** Some randomly generated data causes test to fail. **To Reproduce** Need "luck" for that. But the existing logs attached. **Expected behavior** Test is not failing occasionally. It's...
**Is your feature request related to a problem? Please describe.** In the current codebase, lots of exceptions aren't logged, probably because of the absence of logging setup. **Describe the solution...
**Is your feature request related to a problem? Please describe.** http://hl7.org/fhir/STU3/patient.html#match **Describe the solution you'd like** Patient match implemented according to the spec. **Failed tests** `RobustSearchTest` (`SR01`)