Open
Description
When I send a HTTP POST request to /Patient
with a If-None-Exist
and Prefer: return=representation
headers then the current server implementation doesn't return me an existing patient in the response. The server only responds with a 200 OK
and an empty HTTP body, but my understanding is that I should get back the entire Patient resource as well.
I am using the official .NET FHIR client which has support for a conditional create which is supposed to do exactly that according to the FHIR spec. It seems the microsoft fhir server doesn't implement this correctly at the moment.