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

Releases: standardhealth/shr-models

6.6.0

20 Sep 19:27
Compare
Choose a tag to compare

Version 6.6.0 contains the following changes:

  • removes the Entry/_Entry keywords
  • removes the CIMCORE toJSON implementations (CIMCORE is deprecated)

6.5.0

04 Sep 04:10
Compare
Choose a tag to compare

Version 6.5.0 adds support for the primaryProfile flag in content profile rules.

6.4.0

20 Aug 15:47
Compare
Choose a tag to compare

Version 6.4.0 adds changes to the Content Profile models in order to support the addition of No Profile flags in the Content Profile grammar.

6.1.0

17 Jul 14:22
e7823cb
Compare
Choose a tag to compare

Version 6.1.0 adds support for isGroup on the DataElement class. There are now four types:

  • Element
  • Entry
  • Group
  • Abstract

Version 6.1.0 also removes all of the CIMPL6 exporter code, as it doesn't make sense to export CIMPL6 from CIMPL6.

6.0.0

06 Jun 13:07
59be131
Compare
Choose a tag to compare

Version 6.0.0 introduces support for the new CIMPL 6.0 grammar. The two most significant changes to the models are:

  • Replaced code, Coding, and CodeableConcept with new concept primitive
  • Removed RefValue in favor of using a field's "entry-ness" to determine if it should be a reference

6.0.0 Beta 2

04 Jun 03:36
Compare
Choose a tag to compare
6.0.0 Beta 2 Pre-release
Pre-release

Version 6.0.0-beta.2 actually removed the RefValue class since it is no longer needed.

5.9.0

04 Jun 02:01
Compare
Choose a tag to compare

Version 5.9.0 finalizes the CIMPL6 exporter and adds a Python3 script for reintegrating comments from the original CIMPL5 to the exported CIMPL6.

5.9.0 Beta 3

02 Jun 22:42
Compare
Choose a tag to compare
5.9.0 Beta 3 Pre-release
Pre-release

5.9.0 Beta 3 fixes an issue that caused ES6 export to crash on windows systems.

6.0.0 Beta 1

30 May 02:50
Compare
Choose a tag to compare
6.0.0 Beta 1 Pre-release
Pre-release

Initial support for the new CIMPL 6.0 grammar. The two most significant changes to the model are:

  • Replaced code, Coding, and CodeableConcept with new concept primitive
  • Removed RefValue in favor of using a field's "entry-ness" to determine if it should be a reference

5.9.0 Beta 2

29 May 02:18
Compare
Choose a tag to compare
5.9.0 Beta 2 Pre-release
Pre-release

Version 5.9.0-beta.2 includes several fixes, including:

  • proper support for file paths on Windows systems
  • complete constraint paths (previous version sometimes missed parts of the path)
  • value set URI fixes for value sets w/ digits in their name
  • proper code style (no more lint errors)