Is there a specified or recommended way of merging two (or more) patients in FHIR?
Using the REST style merge could be implemented by posting an update to the Patient resource changing the Patient.link element, but this doesn't seem very explicit for a signficant operation such as merge.
An alternative possibility would be to define a $merge operation on the Patient resource.
Does the specification (or the FHIR community) have patterns/suggestions for this?