Fix Measure group id null pointer exception (#5620)
* Update to new version of clinical reasoning, includes a fix for null pointers on Measure group id * add changelog --------- Co-authored-by: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com>
This commit is contained in:
parent
500490761b
commit
94e932c9a5
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
type: fix
|
||||||
|
issue: 5640
|
||||||
|
jira: SMILE-7977
|
||||||
|
title: "Clinical reasoning version bump to address reported 'null pointer' error that is encountered when running $evaluate-measure against a measure with an omitted measure.group.population.id"
|
2
pom.xml
2
pom.xml
|
@ -993,7 +993,7 @@
|
||||||
<ucum_version>1.0.8</ucum_version>
|
<ucum_version>1.0.8</ucum_version>
|
||||||
|
|
||||||
<!-- CQL Support -->
|
<!-- CQL Support -->
|
||||||
<clinical-reasoning.version>3.0.0-PRE14</clinical-reasoning.version>
|
<clinical-reasoning.version>3.0.0-PRE15</clinical-reasoning.version>
|
||||||
|
|
||||||
<!-- Site properties -->
|
<!-- Site properties -->
|
||||||
<fontawesomeVersion>5.4.1</fontawesomeVersion>
|
<fontawesomeVersion>5.4.1</fontawesomeVersion>
|
||||||
|
|
Loading…
Reference in New Issue