URL-Based Partitioning (default)
URL-based partitioning is enabled by default when partitioning is active. It uses the request tenant ID to determine the partition name.
Once URL-based partitioning is enabled, the endpoint URL must contain the partition name.
Endpoint URL: <BaseUrl>/<Partition_Name>/Patient
If you prefer an alternative partitioning approach, you can disable URL-based partitioning by setting the following property in the hdr_fhir.yaml property file: allow_default_tenant_partition_interceptor = false.
Parent topic: Partitioning Features