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>;.
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">
34 <?php
echo xlt("Steps to install the RxNorm database"); ?
>:
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
>
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
>
40 <li
><?php
echo xlt("Place the downloaded RxNorm database zip file into the following directory"); ?
>: contrib
/rxnorm
.
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"); ?
>
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
>