fhir-bulk-data-docs
fhir-bulk-data-docs copied to clipboard
How to handle the potential duplicates generated in the execution?
I am thinking from an implementer point of view: the server may want to parallelize the execution, for example, dispatching one job per patient compartment. These patient compartments, however, may include shared resources. In the end, it may be too expensive to aggregate and dedup. I am curious to learn you thoughts. Is it expected that the server has to do a "MapReduce"?
Thank you very much!