Skip to content

Commit 543beab

Browse files
committed
Updating bulk delete notice with recommendation to do search before a bulk delete
1 parent 51a6c6e commit 543beab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/includes/fhir-bulk-delete-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can execute the `$bulk-delete` operation at the system level or for individu
4242
```
4343
4444
> [!NOTE]
45-
> Use the `$bulk-delete` operation with caution. Deleted resources can't be restored.
45+
> Use the `$bulk-delete` operation with caution. Deleted resources can't be restored. We recommend that you first run a FHIR search with the same parameters as the bulk delete job to verify the data that you want to delete.
4646
4747
4848
#### Query parameters

0 commit comments

Comments
 (0)