Cypress is the rigorous and repeatable testing tool of Electronic Health Records (EHRs) and EHR modules in calculating Electronic Clinical Quality Measures (eCQMs). The Cypress tool is open source and freely available for use or adoption by the health IT community including EHR vendors and testing labs. Cypress serves as the official testing tool for the 2015 EHR Certification program supported by the Office of the National Coordinator for Health IT (ONC).
For the 2015 ONC Edition with the eCQMs updated for calendar year 2023 and 2024 reporting, use Cypress 7
Using docker is the fastest way to stand up Cypress for deployment and development.
-
Review
docker-compose.yml
to configure environment variables -
Spin up app with
docker compose up -d --build
NOTE: comment/uncomment - RAILS_ENV=development
in docker-compose.yml to switch between development and production environments. Development environment enables hot-reloading of code changes.
To report issues with alpha/beta releases, please submit tickets to GitHub To report issues with production releases, please submit tickets to JIRA
Copyright 2011 The MITRE Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.