forked from pophealth/popHealth
-
Notifications
You must be signed in to change notification settings - Fork 45
Configuring popHealth v6.0 for CMS Submission Programs
peter li edited this page Dec 9, 2019
·
7 revisions
Open the popHeath.yml located in the popHealth/config subdirectory.
For the EH programs, make the following edits:
qrda_cms_program: EH_PROGRAM
:information_recipient:
:identifier:
:root:
:extension: "HQR_IQR"
Note that the value for the :extension depends on the CMS Program, use the following value for the specific program
- Hospital Quality Reporting for the Promoting Interoperability Program: HQR_EHR
- Hospital Quality Reporting for the Inpatient Quality Reporting Program: HQR_IQR
- Hospital Quality Reporting for the Promoting Interoperability Program and the Inpatient Quality Reporting Program: HQR_EHR_IQR
- Hospital Quality Reporting for Inpatient Quality Reporting Program voluntary submissions: HQR_IQR_VOL
For the EP programs, make the following edits:
MIPS Group and MIPS Individual programs, set
qrda_cms_program: MIPS
After saving the edit, restart the Apache2 web server to enable the setting
sudo service apache2 restart