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

5.6.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 26 Jan 00:16
· 52 commits to master since this release
077495d

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, the CodeableConcept and Coding 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).