Skip to content

Commit 7cc742b

Browse files
reference to built-in $purge implementation added
1 parent ba32a4b commit 7cc742b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • aidbox-custom-operations/dollar-purge-operation

aidbox-custom-operations/dollar-purge-operation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This example demonstrates the implementation of the [FHIR $purge operation](http
88

99
The application provides a complete asynchronous implementation of patient data purging, including related resources cleanup and history removal from the database.
1010

11+
> **Note:** Starting from Aidbox version **2602**, a built-in implementation of the `$purge` operation is available out of the box. It supports synchronous and asynchronous execution, compartment-based deletion, history cleanup, and audit trail via AuditEvent resources. If you are running Aidbox 2602 or later, consider using the [built-in $purge operation](https://www.health-samurai.io/docs/aidbox/api/bulk-api/purge) instead of this custom implementation. This example remains useful as a reference for building custom FHIR operations with Aidbox.
12+
1113
## Prerequisites
1214

1315
- [Docker](https://www.docker.com/) and Docker Compose

0 commit comments

Comments
 (0)