KIP Infrastructure
2.19.2 - release

This page is part of the KIP Infrastructure (v2.19.2: 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

SearchParameter: semver

Official URL: https://kip.rkkp.dk/fhir/SearchParameter/semver Version: 2.19.2
Active as of 2026-03-04 Computable Name: semver

Composite search parameter representing semantic version (major.minor.patch) extracted from version field.

semver

Parameter semver:composite

Composite search parameter representing semantic version (major.minor.patch) extracted from version field.

ResourcesStructureDefinition, ValueSet, CodeSystem, ImplementationGuide
Expression(none)
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Comparators

semver-majorversion.split('.')[0].toInteger()
semver-minorversion.split('.')[1].toInteger()
semver-patchversion.split('.')[2].toInteger()