Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Releases: standardhealth/shr-text-import

5.5.1

28 Nov 15:48
084e32a
Compare
Choose a tag to compare

Version 5.5.1 fixes a minor display error in the warning message when a config file is missing properties.

5.5.0

13 Sep 13:39
86de5c6
Compare
Choose a tag to compare

Version 5.5.0 adds support for importing CIMCORE JSON data instead of CIMPL source.

5.4.2

31 Aug 13:29
53a77d6
Compare
Choose a tag to compare

Version 5.4.2 contains the following changes:

  • introduction of provenanceInfo in config (for ADL/BMM)
  • log errors when duplicate element/entry names are encountered

5.4.2 Beta 1

17 Aug 18:18
Compare
Choose a tag to compare
5.4.2 Beta 1 Pre-release
Pre-release

Version 5.4.2 Beta 1 adds support for provenance info in the configuration file.

5.4.0

24 May 19:50
Compare
Choose a tag to compare

The 5.4.0 release incorporates the updated configuration file format and the ability to specify a config file by name.

5.3.1

11 Apr 14:19
74a6bf4
Compare
Choose a tag to compare

The 5.3.1 release contains the following changes:

  • multiline descriptions are trimmed line-by-line to avoid incorrect rendering in FHIR IGs
  • when the spec configuration's projectURL is the same as the fhirURL, valueset and codesystem canonical URLs use the standard FHIR format.

This release represents the exact code used to generate the HL7 US Breast Cancer May 2018 ballot.

5.3.0

23 Feb 16:54
8deba26
Compare
Choose a tag to compare

The 5.3.0 release:

  • adds support for _Value, _Entry, and _Concept keywords
  • maintains backwards compatibility for previous approach (Value and Entry)

5.2.3

18 Dec 13:20
24707a9
Compare
Choose a tag to compare

The 5.2.3 patch release fixes support for the "value is type" constraint, allowing it to be used with primitives. This can happen when "value is type" is used to constrain a choice to a single type.

For example, the following is now supported:

EntryElement: Foo
Value: date or dateTime

EntryElement: Bar
1..1 Foo value is type dateTime

5.2.2

07 Dec 14:28
d5f532c
Compare
Choose a tag to compare

Version 5.2.2 makes shr-models and bunyan peer dependencies. This means that the application using this library is responsible for providing the peer dependencies. This reduces the likelihood that multiple versions of the dependencies will be loaded at the same time.

In order to support the unit tests, however, these libraries are also declared as dev dependencies -- but this has no impact in a release environment.

5.2.1

30 Oct 21:31
3a135d1
Compare
Choose a tag to compare

This release takes in shr-models 5.2.0 to allow for detection of mismatched model libraries (which is mainly a tooling development concern).