fhirsmith 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,37 @@ All notable changes to the Health Intersections Node Server will be documented i
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v0.9.2] - 2026-04-14
9
+
10
+ ### Fixed
11
+
12
+ - Improve VSAC logging
13
+ - Fix SCT import to handle SCT DK
14
+
15
+ ### Tx Conformance Statement
16
+
17
+ FHIRsmith passed all 1578 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.6)
18
+
19
+ ## [v0.9.1] - 2026-04-10
20
+
21
+ ### Added
22
+
23
+ - TX: Add support for child-of filters
24
+
25
+ ### Changed
26
+
27
+ - TX: increase vsac timeout
28
+
29
+ ### Fixed
30
+
31
+ - Tidy up dashboard
32
+ - TX: fix bug listing versions when validating
33
+ - Fix support for child-of in R4/R3
34
+
35
+ ### Tx Conformance Statement
36
+
37
+ FHIRsmith passed all 1578 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.5)
38
+
8
39
  ## [v0.9.0] - 2026-04-09
9
40
 
10
41
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fhirsmith",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "txVersion": "1.9.1",
5
5
  "description": "A Node.js server that provides a collection of tools to serve the FHIR ecosystem",
6
6
  "main": "server.js",