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:40:24 -07:00 committed by GitHub
parent 9c5b69bb6e
commit 4c64cec8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -518,7 +518,7 @@ Call the `$empi-batch-run` operation to batch-process patients and practitioners
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.
After the operation is complete, all resources that matched the criteria will now have at least one EMPI link attached to them.
This operation takes a single optional Parameter when used at the Resource of Server level.
@ -585,4 +585,3 @@ http://example.com/Patient/123/$empi-batch-run
http://example.com/Practitioner/456/$empi-batch-run
```