Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Correct CQL version to 1.5 and update QDM and Prior Bonnie model vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
jkotanchik-SB committed Dec 17, 2021
1 parent 98649dd commit 0fc4c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/views/home/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<section class="row">
<div class="col-md-6 section-heading">
<h1 class="section-heading">Current <span class="version-num">Version <%=Bonnie::Version.current%></span></h1>
<p>The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the FHIR <%=Bonnie::Version.fhir_ver%> model</p>
<p>The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.5 and the FHIR <%=Bonnie::Version.fhir_ver%> model</p>
</div>
<div class="col-md-6">
<h1 class="section-heading">Capabilities<span class="version-num"> V<%=Bonnie::Version.current%></span></h1>
Expand All @@ -74,7 +74,7 @@
<li>VSAC Profile and Release Selection</li>
<li>Custom Measurement Period</li>
<li>Bonnie API</li>
<li>CQL 1.4 Support</li>
<li>CQL 1.5 Support</li>
<li>FHIR <%=Bonnie::Version.fhir_ver%> Model Support</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions app/views/layouts/_fhir_banner.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<center>
<p class="redirect-msg">
This version of Bonnie supports CQL 1.4, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.<br/>
For CQL 1.4, QDM 5.5 Based measures, please use <a href="https://bonnie.healthit.gov">Bonnie-QDM</a>.<br/>
For CQL 1.3, QDM 5.4 Based measures, please use <a href="https://bonnie-prior.healthit.gov">Bonnie-QDM-Prior</a>.
This version of Bonnie supports CQL 1.5, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.<br/>
For CQL 1.5, QDM 5.6 Based measures, please use <a href="https://bonnie.healthit.gov">Bonnie-QDM</a>.<br/>
For CQL 1.4, QDM 5.5 Based measures, please use <a href="https://bonnie-prior.healthit.gov">Bonnie-QDM-Prior</a>.
</p>
</center>

0 comments on commit 0fc4c14

Please sign in to comment.