KIP Infrastructure
2.20.0 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.20.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

SearchParameter: semver

Official URL: https://kip.rkkp.dk/fhir/SearchParameter/semver Version: 2.20.0
Active as of 2026-03-23 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()