microsoft / iomt-fhir

iomt-fhir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Under certain contains Create Mode can lead to duplicate patient records

dustinburson opened this issue · comments

Currently the IoMT Connector publishes normalized data to partitions by device id. If a new patient's data for two different devices arrives at the exact same time the creates on the patient will be issued concurrently potentially leading to duplicate patient records sharing the same identifier.

See #183 and #186 for more details.