fhirsmith 0.9.0 → 0.9.1

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,26 @@ 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.1] - 2026-04-10
9
+
10
+ ### Added
11
+
12
+ - TX: Add support for child-of filters
13
+
14
+ ### Changed
15
+
16
+ - TX: increase vsac timeout
17
+
18
+ ### Fixed
19
+
20
+ - Tidy up dashboard
21
+ - TX: fix bug listing versions when validating
22
+ - Fix support for child-of in R4/R3
23
+
24
+ ### Tx Conformance Statement
25
+
26
+ FHIRsmith passed all 1578 HL7 terminology service tests (modes tx.fhir.org+omop+general+snomed, tests v1.9.1, runner v6.9.5)
27
+
8
28
  ## [v0.9.0] - 2026-04-09
9
29
 
10
30
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fhirsmith",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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",