Closed ruscoder closed 4 years ago
Example:
p = client.resource('Patient', managingOrganization=[...]) p['managingOrganization'] = None p.save()
should remove managingOrganization key for POST/PUT query. For PATCH - TBD, but it hasn't implemented yet
May be still actual for other FHIR servers, but Aidbox fixed it on their side https://github.com/Aidbox/Issues/issues/230
I'm closing the issue for a while because there is no answer for PATCH.
Example:
should remove managingOrganization key for POST/PUT query. For PATCH - TBD, but it hasn't implemented yet