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:
parent
9c5b69bb6e
commit
4c64cec8fa
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue