diff --git a/app/views/home/show.html.erb b/app/views/home/show.html.erb index 0e35469be..917bbdc46 100644 --- a/app/views/home/show.html.erb +++ b/app/views/home/show.html.erb @@ -64,7 +64,7 @@

Current Version <%=Bonnie::Version.current%>

-

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

+

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

Capabilities V<%=Bonnie::Version.current%>

@@ -74,7 +74,7 @@
  • VSAC Profile and Release Selection
  • Custom Measurement Period
  • Bonnie API
  • -
  • CQL 1.4 Support
  • +
  • CQL 1.5 Support
  • FHIR <%=Bonnie::Version.fhir_ver%> Model Support
  • diff --git a/app/views/layouts/_fhir_banner.html.erb b/app/views/layouts/_fhir_banner.html.erb index c55dacf3e..0ae19a1d4 100644 --- a/app/views/layouts/_fhir_banner.html.erb +++ b/app/views/layouts/_fhir_banner.html.erb @@ -1,7 +1,7 @@

    - This version of Bonnie supports CQL 1.4, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.
    - For CQL 1.4, QDM 5.5 Based measures, please use Bonnie-QDM.
    - For CQL 1.3, QDM 5.4 Based measures, please use Bonnie-QDM-Prior. + This version of Bonnie supports CQL 1.5, FHIR <%=Bonnie::Version.fhir_ver%> Based measures.
    + For CQL 1.5, QDM 5.6 Based measures, please use Bonnie-QDM.
    + For CQL 1.4, QDM 5.5 Based measures, please use Bonnie-QDM-Prior.