Skip to content

Commit

Permalink
Merge pull request #2031 from MeasureAuthoringTool/feature/fhir-relea…
Browse files Browse the repository at this point in the history
…se-6.2.2

Update FHIR Version and Release Notes for 6.2.2
  • Loading branch information
jkotanchik-SB committed Dec 17, 2021
2 parents 532f4be + 0fc4c14 commit 38ce8b4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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>
2 changes: 1 addition & 1 deletion config/bonnie.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaults: &defaults
version: 6.2.1
version: 6.2.2
enable_logging: true
enable_rationale: true
check_crosswalk: false
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonnie",
"version": "6.2.1",
"version": "6.2.2",
"description": "A tool for testing electronic clinical quality measures",
"main": "index.js",
"repository": "git@github.com:MeasureAuthoringTool/bonnie.git",
Expand Down
Binary file modified public/resource/Bonnie_Release_Notes.docx
Binary file not shown.
Binary file modified public/resource/Bonnie_Release_Notes.pdf
Binary file not shown.
Binary file modified public/resource/Bonnie_user_guide.docx
Binary file not shown.
Binary file modified public/resource/Bonnie_user_guide.pdf
Binary file not shown.

0 comments on commit 38ce8b4

Please sign in to comment.