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

Extend client save/create/update to work with BaseResource instance

Open ruscoder opened this issue 1 year ago • 0 comments

Currently, client save/create/update works only with typed models because it instantiates this class and fails if BaseResource instance is passed.

These methods are incredibly useful when resources from one client need to be created in another client. So, it would be really helpful to have this behavior implemented

ruscoder avatar Oct 02 '24 22:10 ruscoder