FHIR Chat · Conditional update with Version? · hapi

Stream: hapi

Topic: Conditional update with Version?


view this post on Zulip Håkan MacLean (Jun 02 2021 at 09:44):

I'm reading about identity handling here and I've tried doing both conditional updates (i.e. specifying a resource via Identifier and not ID) and specifying the version number of the resource using the If-Match header. Both work fine and as expected on the HAPI FHIR Server.

However, when I combine them, it seems to ignore the version. I've also tried adding Version to the Search Path, but it complains Patient does not have a Version field. Is there a way to combine these two features?


Last updated: Apr 12 2022 at 19:14 UTC