Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_empi/empi_operations.md

Co-authored-by: Ken Stevens <khstevens@gmail.com>
This commit is contained in:
Tadgh 2020-08-01 11:37:11 -07:00 committed by GitHub
parent 3179e34bce
commit 9c5b69bb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -514,9 +514,7 @@ This operation returns the number of EMPI links that were cleared. The following
## Batch-creating EMPI Links
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.
Call the `$empi-batch-run` operation to batch-process patients and practitioners. In the rules-tuning phase of your setup, you can use `$empi-batch-run` to 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.
@ -588,4 +586,3 @@ http://example.com/Practitioner/456/$empi-batch-run
```