fhir-py
fhir-py copied to clipboard
Extend client save/create/update to work with BaseResource instance
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