What is FHIR's Conditional Update? A Mechanism for Simultaneous Search and Update
In FHIR, the Conditional Update mechanism allows resources to be updated using a search URL instead of a direct ID. The server first performs a search; if a resource matches, it is updated, otherwise, a new resource is created.