Skip to content

Commit 3cf96af

Browse files
authored
adding more custom note markdown
1 parent 1756fc9 commit 3cf96af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ The following example using `_include` will bulk delete all DiagnosticReport res
140140
`DELETE [base]/DiagnosticReport/$bulk-delete?_lastUpdated=lt2021-12-12&_include=DiagnosticReport:based-on:ServiceRequest&_include:iterate=ServiceRequest:encounter`
141141
142142
### `$bulk-delete` with `_not-referenced`
143-
Note: The `_not-referenced` feature is available in Azure Health Data Services FHIR Server only, and isn't available in Azure API for FHIR.
143+
>[!Note]
144+
> The `_not-referenced` feature is available in Azure Health Data Services FHIR Server only, and isn't available in Azure API for FHIR.
144145
145146
As mentioned in the "Query parameters" section, the `$bulk-delete` operation uses FHIR service supported search parameters. This includes the new `_not-referenced` parameter, which allows you to search for and delete resources that are not referenced by any other resources.
146147

0 commit comments

Comments
 (0)