Skip to content

Commit ea9f864

Browse files
committed
set up release
1 parent bae3d66 commit ea9f864

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [v0.10.1] - 2026-06-27
10+
11+
### Fixed
12+
13+
- Terminology: the version-less value set lookup now resolves to the latest version when several versions of the same value set are present (e.g. VSAC date versions), instead of an arbitrary one determined by database row order
14+
- Rendering: fixed value set links in `renderLinkComma` (read the resolver's `description`/`link` fields and fall back to the raw URI)
15+
16+
### Tx Conformance Statement
17+
18+
FHIRsmith passed all 2503 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.11)
19+
920
## [v0.10.0] - 2026-06-27
1021

1122
### Added
@@ -35,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3546

3647
### Tx Conformance Statement
3748

38-
FHIRsmith passed all 2503 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.11
49+
FHIRsmith passed all 2503 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.11)
3950

4051
## [v0.9.7] - 2026-06-12
4152

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhirsmith",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"txVersion": "1.9.1",
55
"description": "A Node.js server that provides a collection of tools to serve the FHIR ecosystem",
66
"main": "server.js",

0 commit comments

Comments
 (0)