This page is part of the FUT Infrastructure (v10.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Active as of 2026-08-06 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/OperationDefinition/-s-reindex> a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "-s-reindex"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition -s-reindex</b></p><a name=\"-s-reindex\"> </a><a name=\"hc-s-reindex\"> </a><p>URL: [base]/$reindex</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>url</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>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.</p>\n</div></td></tr><tr><td>IN</td><td>reindexSearchParameters</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td/><td><div><p>Should search parameters be reindexed (default: ALL)</p>\n</div></td></tr><tr><td>IN</td><td>optimizeStorage</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td/><td><div><p>Should we attempt to optimize storage for resources (default: NONE)</p>\n</div></td></tr><tr><td>IN</td><td>optimisticLock</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Should we attempt to optimistically lock resources being reindexed in order to avoid concurrency issues (default: true)</p>\n</div></td></tr><tr><td>IN</td><td>correctCurrentVersion</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td/><td><div><p>Should the indexer check and correct resources with an invalid current version pointer (default: NONE)</p>\n</div></td></tr><tr><td>IN</td><td>batchSize</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>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)</p>\n</div></td></tr><tr><td>IN</td><td>partitionId</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td/></tr></table></div>"
] ;
fhir:OperationDefinition.url [ fhir:value "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-reindex"] ;
fhir:OperationDefinition.version [ fhir:value "10.0.0"] ;
fhir:OperationDefinition.name [ fhir:value "reindex"] ;
fhir:OperationDefinition.status [ fhir:value "active"] ;
fhir:OperationDefinition.kind [ fhir:value "operation"] ;
fhir:OperationDefinition.date [ fhir:value "2026-08-06T13:29:38+00:00"^^xsd:dateTime] ;
fhir:OperationDefinition.publisher [ fhir:value "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ;
fhir:OperationDefinition.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]
]
] ;
fhir:OperationDefinition.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "DK" ] ;
fhir:Coding.display [ fhir:value "Denmark" ]
]
] ;
fhir:OperationDefinition.affectsState [ fhir:value "true"^^xsd:boolean] ;
fhir:OperationDefinition.code [ fhir:value "reindex"] ;
fhir:OperationDefinition.system [ fhir:value "true"^^xsd:boolean] ;
fhir:OperationDefinition.type [ fhir:value "false"^^xsd:boolean] ;
fhir:OperationDefinition.instance [ fhir:value "false"^^xsd:boolean] ;
fhir:OperationDefinition.parameter [
fhir:index 0 ;
fhir:OperationDefinition.parameter.name [ fhir:value "url" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "*" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "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." ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "string" ]
], [
fhir:index 1 ;
fhir:OperationDefinition.parameter.name [ fhir:value "reindexSearchParameters" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "1" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "Should search parameters be reindexed (default: ALL)" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "code" ]
], [
fhir:index 2 ;
fhir:OperationDefinition.parameter.name [ fhir:value "optimizeStorage" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "1" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "Should we attempt to optimize storage for resources (default: NONE)" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "code" ]
], [
fhir:index 3 ;
fhir:OperationDefinition.parameter.name [ fhir:value "optimisticLock" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "1" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "Should we attempt to optimistically lock resources being reindexed in order to avoid concurrency issues (default: true)" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "boolean" ]
], [
fhir:index 4 ;
fhir:OperationDefinition.parameter.name [ fhir:value "correctCurrentVersion" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "1" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "Should the indexer check and correct resources with an invalid current version pointer (default: NONE)" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "code" ]
], [
fhir:index 5 ;
fhir:OperationDefinition.parameter.name [ fhir:value "batchSize" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "1" ] ;
fhir:OperationDefinition.parameter.documentation [ fhir:value "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)" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "integer" ]
], [
fhir:index 6 ;
fhir:OperationDefinition.parameter.name [ fhir:value "partitionId" ] ;
fhir:OperationDefinition.parameter.use [ fhir:value "in" ] ;
fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ] ;
fhir:OperationDefinition.parameter.max [ fhir:value "*" ] ;
fhir:OperationDefinition.parameter.type [ fhir:value "string" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/OperationDefinition/-s-reindex.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/OperationDefinition/-s-reindex.ttl> .
IG © 2021+ Den telemedicinske infrastruktur (eHealth Infrastructure). Package dk.ehealth.sundhed.fhir.ig.core#10.0.0 based on FHIR 4.0.1. Generated 2026-08-06
