From: bradymiller Date: Thu, 14 Feb 2013 22:12:45 +0000 (-0800) Subject: minor bug fix X-Git-Tag: whats-been-changed~407 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/6307ef2b84acd5f3ba700086909a1f3b3f016d43 minor bug fix --- diff --git a/custom/code_types.inc.php b/custom/code_types.inc.php index 4122952e5..90a3d6807 100644 --- a/custom/code_types.inc.php +++ b/custom/code_types.inc.php @@ -168,7 +168,6 @@ $cd_external_options = array( '1' => xl('ICD10 Diagnosis'), '6' => xl('ICD10 Procedure/Service'), '2' => xl('SNOMED (RF1) Diagnosis'), - '3' => xl('SNOMED (RF2) Diagnosis'), '7' => xl('SNOMED (RF1) Clinical Term'), '9' => xl('SNOMED (RF1) Procedure') );