ConditionalDeleteStatus
A code that indicates how the server supports conditional delete.
This value set has an inline code system http://hl7.org/fhir/conditional-delete-status, which defines the following codes:
Code | Display | Definition |
not-supported | Not Supported | No support for conditional deletes. |
single | Single Deletes Supported | Conditional deletes are supported, but only single resources at a time. |
multiple | Multiple Deletes Supported | Conditional deletes are supported, and multiple resources can be deleted in a single interaction. |