fhir-py icon indicating copy to clipboard operation
fhir-py copied to clipboard

Refine patch()

Open ruscoder opened this issue 2 months ago • 0 comments

Following the discussion in #139 the current implementation and the definition of client.patch/resource.patch is bad.

TODO for this task:

  • [ ] Add versioned and if_match keywords #139
  • [ ] Use partial_resource argument instead of kwargs (for backward compatibility we can support both with deprecation warning)
  • [ ] Add support for json patch/fhir patch #68

ruscoder avatar Oct 07 '25 14:10 ruscoder