fix: faxsms psr7 vendor fix (#7794)
[openemr.git] / interface / code_systems / snomed_howto.php
blob8005106855cc6d17b8c407ba8e96aaf68c52a870
1 <?php
3 /**
4 * Instructions for loading SNOMED 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 Snomed database"); ?>:
35 <ol>
36 <li><?php echo xlt("The first step is to download the SNOMED CT release. Access to SNOMED CT is provided by IHTSDO and their member countries. For more information see") .
37 " <a href='https://www.snomed.org/snomed-ct/get-snomed' target='_blank' rel='noopener'>https://www.snomed.org/snomed-ct/get-snomed</a>."; ?>
38 </li>
39 <li><?php echo xlt("Place the downloaded Snomed database zip file into the following directory"); ?>: contrib/snomed
40 </li>
41 <li><?php echo xlt("Return to this page and you will be able to complete the Snomed installation process by clicking on the SNOMED section header"); ?>
42 </li>
43 </ol>
44 <h5 class="text-danger"><?php echo xlt("NOTE: Only the Biannual International Snomed Releases and the US Snomed Releases are currently supported"); ?></h5>
45 <h5 class="text-danger"><?php echo xlt("The following International Snomed Release languages are supported"); ?>: <?php echo xlt("English"); ?>, <?php echo xlt("Spanish"); ?></h5>
46 </p>
47 </div>