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 +20 -0
- package/package.json +1 -1
- package/root-bare-template.html +58 -9775
- package/translations/Messages.properties +2 -2
- package/tx/cs/cs-cs.js +32 -5
- package/tx/library/extensions.js +7 -1
- package/tx/library/renderer.js +11 -2
- package/tx/vs/vs-vsac.js +2 -1
- package/tx/workers/validate.js +1 -1
- package/tx/xversion/xv-valueset.js +28 -8
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
|