FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem version-algorithm

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/version-algorithm
Version 5.0.0
Name VersionAlgorithm
Title Version Algorithm
Status active
Definition

Indicates the mechanism used to compare versions to determine which is more current.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 1
Value Set Version Algorithm

This case-sensitive code system http://hl7.org/fhir/version-algorithm defines the following codes:

Code Display Definition
semver SemVer Uses the semantic versioning scheme as defined in [semver.org](http://semver.org).
integer Integer Versions are integers and ordered numerically
alpha Alphabetical Simple alphabetic sort on a case-insensitive and accent-insensitive basis. (Sorting of different cases or accented versions of a character is indeterminate)
date Date Versions are expressed as an ISO date/time syntax (including syntaxes with only portions of a date)
natural Natural Sorted according to the algorithm defined here: [naturalordersort.org](http://www.naturalordersort.org/)