Skip to content
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
* [FHIR Schema Validator](modules/profiling-and-validation/fhir-schema-validator/README.md)
* [Setup Aidbox with FHIR Schema validation engine](modules/profiling-and-validation/fhir-schema-validator/setup-aidbox-with-fhir-schema-validation-engine.md)
* [Skip validation of references in resource using request header](modules/profiling-and-validation/skip-validation-of-references-in-resource-using-request-header.md)
* [Asynchronous resource validation](modules/profiling-and-validation/asynchronous-resource-validation.md)
* [Batch resource validation](modules/profiling-and-validation/batch-resource-validation.md)
* [Observability](modules/observability/README.md)
* [Getting started](modules/observability/getting-started/README.md)
* [Run Aidbox with OpenTelemetry locally](modules/observability/getting-started/run-aidbox-with-opentelemetry-locally.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/api/bulk-api/import-and-fhir-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Keep in mind that $import **does not validate** inserted resources for the sake
{% endhint %}

{% hint style="info" %}
Please consider using [Asynchronous validation API](../../modules/profiling-and-validation/asynchronous-resource-validation.md) to validate data after $import
Please consider using [Batch validation API](../../modules/profiling-and-validation/batch-resource-validation.md) to validate data after $import
{% endhint %}

## Example
Expand Down
2 changes: 1 addition & 1 deletion docs/api/bulk-api/load-and-fhir-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When loading resources with references, remember that '`<resourceType>/<id>'` is
{% endhint %}

{% hint style="info" %}
Please consider using [Asynchronous validation API](../../modules/profiling-and-validation/asynchronous-resource-validation.md#asynchronous-batch-validation-draft) to validate data after $load
Please consider using [Batch validation API](../../modules/profiling-and-validation/batch-resource-validation.md) to validate data after $load
{% endhint %}

Load 100 synthea Patients to Aidbox (see [tutorial](../../tutorials/bulk-api-tutorials/synthea-by-bulk-api.md)):
Expand Down

This file was deleted.

Loading
Loading