eHealth Infrastructure
8.0.2-SNAPSHOT - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.2-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

OperationDefinition: reindex

Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex Version: 8.0.2-SNAPSHOT
Active as of 2026-03-30 Computable Name: reindex

URL: [base]/$reindex

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INurl0..*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.

INreindexSearchParameters0..1code

Should search parameters be reindexed (default: ALL)

INoptimizeStorage0..1code

Should we attempt to optimize storage for resources (default: NONE)

INoptimisticLock0..1boolean

Should we attempt to optimistically lock resources being reindexed in order to avoid concurrency issues (default: true)

INcorrectCurrentVersion0..1code

Should the indexer check and correct resources with an invalid current version pointer (default: NONE)

INbatchSize0..1integer

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)

INpartitionId0..*string