Releases: standardhealth/shr-models
5.9.0 Beta 1
Version 5.9.0 Beta 1 provides significant updates to the CIMPL6 exporter.
5.8.0
5.7.0
5.6.0
Version 5.6.0 adds the CIMPL6 export functionality. This allows the data models to be exported as CIMPL6 files. Note the following limitations:
- Only data elements are exported as CIMPL6. CIMPL6 for Mappings and Valuesets has not yet been defined.
- Comments are dropped. Support for reintegrating comments will be provided via a separate tool.
- Files are renamed based on namespace. As a result, if a namespace was spread across multiple files in the original CIMPL source, it will be exported to a single namespace file in CIMPL6.
- Element order is not closely preserved. While the general order of elements is largely unchanged, there are some elements which may be ordered differently.
- Since CIMPL6 uses a single
concept
type to represent all types of codes, theCodeableConcept
andCoding
elements are obsolete. The exporter does not remove them, but authors should consider it. - There may be unknown edge cases that the CIMPL6 exporter does not handle correctly. Authors who use the CIMPL6 exporter should carefully review the results to ensure they are correct.
This update also includes CIMPL5 exporter code, but that has not been tested, so is not recommended (and not exposed in shr-cli).
For information on how to use the CIMPL6 exporter, see the shr-cli 5.15.0 release. Note that CIMPL6 is not yet supported by the importer -- so any exported code cannot yet be used (as of SHR CLI 5.15.0).
5.5.4
5.5.3
5.5.3 Beta 1
Version 5.5.3 Beta 1 introduces minor enhancements and bug fixes needed by the ADL/BMM exporter. In addition it fixes lint styling issues.
5.5.2
5.5.1
5.5.0
The 5.5.0 release:
- adds a
constraintsHistory
property onValue
to track the history of constraints on a given value/field. - fixes other minor bugs found in the process of development and testing
This release represents the exact code used to generate the HL7 US Breast Cancer May 2018 ballot.
The 5.4.0 release:
- adds support for
_Value
,_Entry
, and_Concept
keywords - maintains backwards compatibility for previous approach (
Value
andEntry
)
The 5.3.0 release added:
toJSON()
functions on all modeling classes, providing CIMCORE JSON- improved hierarchy tracking
The 5.2.2 patch release added the following changes:
- Updated
toString
implementations for friendlier logging statements - Fixed
effectiveCardinality
to consider howIncludesTypeConstraint
s affect cardinality
The 5.2.1 release fixed:
ConstraintFilter
'sown
andchild
getters to properly handle constraints flagged as being on the values- A bug on
IncludesTypeConstraint
's equal function
The 5.2.0 release added support for storing inheritance information. It also added a new MODELS_INFO object for helping to detect when tools are using different instances of shr-models.