Add caveat

This commit is contained in:
Tadgh 2020-07-31 09:13:38 -07:00
parent 63cc10c919
commit bd22b0239f
1 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,8 @@ This operation returns the number of EMPI links that were cleared. The following
The `$empi-batch-run` operation is used to batch-process patients and practitioners. In normal operation, an interceptor will
run EMPI processing over Resources when they are updated or created, but this is not the only context in which you would want to
execute EMPI processing against resources. In the rules-tuning phase of your setup, you may use `$empi-batch-run` to quickly apply EMPI rules across multiple Resources.
An important thing to note is that this operation only submits the resources for processing. Actual EMPI processing is run asynchronously, and depending on the size
of the affected bundle of resources, may take some time to complete.
After the operation is complete, all resources which matched the criteria will have been processed EMPI and will now have at least one EMPI link attached to them.