This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
Releases: standardhealth/shr-models
Releases · standardhealth/shr-models
6.6.0
6.5.0
6.4.0
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
6.0.0
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
, andCodeableConcept
with newconcept
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
Version 6.0.0-beta.2 actually removed the RefValue
class since it is no longer needed.
5.9.0
5.9.0 Beta 3
5.9.0 Beta 3 fixes an issue that caused ES6 export to crash on windows systems.
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
5.9.0 Beta 2
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)