Bulk update for Patient

PATCH {{url}}/{{tenantName}}/{{instanceName}}/patients

Note: When updating a patient's record or any other resource using a PATCH request, you only need to include the fields that you wish to modify. Any fields that are not included in the request will retain their existing values in the database.

Request Body

{"ids"=>["ee3b4e7a-c150-4418-aa26-2bb6e04686c8", "8b73ec07-47c0-4c27-bf46-469b3df085ae", "529edc31-a125-4221-a2fb-3d05c430993d"], "careTeam"=>[{"id"=>"03a87f5b-3a04-4be8-b0ad-7a34a5b2892d", "pointOfContact"=>false}, {"id"=>"20eb246e-8099-4c7c-854c-5e0f9a366ddb", "pointOfContact"=>true}], "patientTerritories"=>[{"name"=>"r1", "territories"=>["t2"]}]}