fhir-py
fhir-py copied to clipboard
Refine patch()
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