Merge pull request #7492 from sjpadgett/weno_updates
[openemr.git] / interface / code_systems / rxnorm_howto.php
blobd99b6b3d5272d24647b79515ac366270e392e682
1 <?php
3 /**
4 * Instructions for loading RXNORM Database
6 * Copyright (C) 2012 Patient Healthcare Analytics, Inc.
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 (Mac) Kevin McAloon <mcaloon@patienthealthcareanalytics.com>
21 * @author Brady Miller <brady.g.miller@gmail.com>
22 * @link http://www.open-emr.org
25 require_once("../../interface/globals.php");
27 use OpenEMR\Core\Header;
30 <?php Header::setupHeader(); ?>
32 <div class="container">
33 <p>
34 <?php echo xlt("Steps to install the RxNorm database"); ?>:
35 <ol>
36 <li><?php echo xlt("The first step is to open an account with the Unified Medical Language System web site"); ?> <a class='font-weight-bold' href="https://utslogin.nlm.nih.gov/cas/login" target="_blank" rel="noopener"><?php echo xlt("here"); ?></a>
37 </li>
38 <li><?php echo xlt("Then the raw data feed release can be obtained from"); ?> <a class='font-weight-bold' href="https://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html" target="_blank" rel="noopener"><?php echo xlt("this location"); ?></a>
39 </li>
40 <li><?php echo xlt("Place the downloaded RxNorm database zip file into the following directory"); ?>: contrib/rxnorm.
41 </li>
42 <li><?php echo xlt("Return to this page and you will be able to complete the RxNorm installation process by clicking on the RXNORM section header"); ?>
43 </li>
44 </ol>
45 <h5 class="text-danger"><?php echo xlt("NOTE: Only the full monthly RxNorm release is currently supported"); ?></h5>
46 <h5 class="text-danger"><?php echo xlt("NOTE: The import can take up to several hours"); ?></h5>
47 </p>
48 </div>