http://hl7.org/fhir/version-algorithm|5.0.0
name
VersionAlgorithm
VersionAlgorithm
package
hl7.fhir.r5.core@5.0.0
hl7.fhir.r5.core@5.0.0
content
complete
complete
status
active
active
date
2021-01-04 23:01:24.0
2021-01-04 23:01:24.0
Version Algorithm
Indicates the mechanism used to compare versions to determine which is more current.
| code | display | definition | hierarchy |
|---|---|---|---|
| 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 ca... | |
| 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.o... |