FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition--s-reindex.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-reindex.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Namereindex
Realmdk
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition -s-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)


Source1

{
  "resourceType": "OperationDefinition",
  "id": "-s-reindex",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex",
  "version": "8.0.0",
  "name": "reindex",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "reindex",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "url",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "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.",
      "type": "string"
    },
    {
      "name": "reindexSearchParameters",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Should search parameters be reindexed (default: ALL)",
      "type": "code"
    },
    {
      "name": "optimizeStorage",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Should we attempt to optimize storage for resources (default: NONE)",
      "type": "code"
    },
    {
      "name": "optimisticLock",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Should we attempt to optimistically lock resources being reindexed in order to avoid concurrency issues (default: true)",
      "type": "boolean"
    }
  ]
}