This page is part of the FUT Infrastructure (v9.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex | Version: 9.0.0 | |||
| Active as of 2026-04-21 |
Realm: |
Computable Name: reindex | ||
URL: [base]/$$reindex
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | url | 0..* | string | Optionally provides one ore more relative search parameter URLs (e.g. "Patient?active=true" or "Observation?") that will be reindexed. Note that the URL applies to the resources as they are currently indexed, so you should not use a search parameter that needs reindexing in the URL or some resources may be missed. If no URLs are provided, all resources of all types will be reindexed. | ||
| IN | reindexSearchParameters | 0..1 | code | Should search parameters be reindexed (default: ALL) | ||
| IN | optimizeStorage | 0..1 | code | Should we attempt to optimize storage for resources (default: NONE) | ||
| IN | optimisticLock | 0..1 | boolean | Should we attempt to optimistically lock resources being reindexed in order to avoid concurrency issues (default: true) | ||
| IN | correctCurrentVersion | 0..1 | code | Should the indexer check and correct resources with an invalid current version pointer (default: NONE) | ||
| IN | batchSize | 0..1 | integer | How many resources should be reindexed in a single batch. This can be reduced if you need to reindex large resources and therefore need to reduce memory footprint. Values larger than 500 or less than 1 will be ignored (default: 500) | ||
| IN | partitionId | 0..* | string |