Releases: standardhealth/shr-text-import
6.6.0
6.5.0
6.4.0
Version 6.4.0 includes shr-grammar v6.3.0: https://github.com/standardhealth/shr-grammar/releases/tag/v6.3.0
This adds support for using No Profile flags in Content Profile files.
6.1.0
Version 6.1.0 contains the following changes:
- Adds support for setting
isGroup
onDataElement
s - Enforces the following rules around types:
- An
Entry
's parent must be anEntry
orAbstract
- An
Element
's parent must be anElement
- A
Group
's parent must be aGroup
- An
Abstract
's parent must be anAbstract
- An
Element
can only declare or constrain aValue
; it cannot declare or constrainProperty
s - An
Element
cannot redeclare aValue
if it has a parent; it must constrainValue
instead - A non-
Element
can only declare or constrainProperty
s; it cannot declare or constraintValue
s
- An
6.0.0
Version 6.0.0 of the text importer supports the new CIMPL 6.0 grammar. This grammar update makes CIMPL easier to author and understand, as well as more precise in its declarations. High level changes include:
- introduction of the
concept
primitive, which should be used whereverCodeableConcept
,Coding
, orcode
were previously used. - removal of the
ref
keyword; now fields that point to Entries are automatically assumed to be references - distinction between
substitutes
(child class substitution) andonly
(selection from a choice), together which replaceis type
- bracketed syntax to indicate values (e.g.,
Status[concept]
) - distinction between
Element
(has aValue
) andGroup
(does not have aValue
) - many more...
For more information about the CIMPL6 grammar, see: http://standardhealthrecord.org/cimpl-doc/
6.0.0 Beta 2
Version 6.0.0 Beta 2 removes references to the retired RefValue
class, cleans up some code formatting issues, and fixes issues with paths on Linux.
6.0.0 Beta 1
Initial support for the new CIMPL 6.0 grammar. The two most significant changes to the model are:
- Replaced
code
,Coding
, andCodeableConcept
with newconcept
primitive - Removed
RefValue
in favor of using a field's "entry-ness" to determine if it should be a reference