Ecqm models 2 (#4865)
[openemr.git] / interface / code_systems / cqm_valueset_howto.php
blob0d9aff6e9d7128d99219c2ab5a5ece2c802eba90
1 <?php
3 /**
4 * Instructions for loading VALUESET Database
6 * Copyright (C) 2016 Visolve <services@visolve.com>
8 * LICENSE: This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 3
11 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
19 * @package OpenEMR
20 * @author ViSolve Inc <services@visolve.com>
21 * @link http://www.open-emr.org
24 require_once("../../interface/globals.php");
26 use OpenEMR\Core\Header;
30 <?php Header::setupHeader(); ?>
31 <div class='container'>
32 <p>
33 <?php echo xlt("Steps to install the VALUSET database"); ?>:
34 <ol>
35 <li><?php echo xlt("The first step is to download the VALUESET release. Access to VALUESET is provided by NLM. Only valueset for Eligible Professionals need to be downloaded and it should be downloaded in XML format from Sorted By CMS ID column. For more details see the below link") .
36 " <a href='https://vsac.nlm.nih.gov/#download-tab' target='_blank' rel='noopener'>https://vsac.nlm.nih.gov/#download-tab</a>."; ?>
37 </li>
38 <li><?php echo xlt("Place the downloaded VALUESET database zip file into the following directory"); ?>: contrib/cqm_valueset
39 </li>
40 <li><?php echo xlt("Return to this page and you will be able to complete the Valueset installation process by clicking on the VALUESET section header"); ?>
41 </li>
42 </ol>
43 <h5 class="text-danger"><?php echo xlt("NOTE: Only the XML formats and Eligible Professionals valuesets supported"); ?></h5>
44 </p>
45 </dvi>