FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition--s-reindex.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-reindex.html |
| URL | http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex |
| Version | 8.0.0 |
| Status | active |
| Date | 2026-02-18T09:10:00+00:00 |
| Name | reindex |
| Realm | dk |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition -s-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) |
{
"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"
}
]
}