From 8f3ac6b60ab0c46c648abc303e40eeb5b33d338f Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Fri, 12 Aug 2005 05:29:10 +0000 Subject: [PATCH] added physiotherapy codes for sports medicine --- custom/code_types.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/code_types.inc.php b/custom/code_types.inc.php index 2a5aed715..4114fd06a 100644 --- a/custom/code_types.inc.php +++ b/custom/code_types.inc.php @@ -19,7 +19,8 @@ $code_types = array( /* UK Sports Medicine: 'ICD10' => array('id' => 4, 'fee' => 0, 'mod' => 0, 'just' => '' ), 'OSICS' => array('id' => 5, 'fee' => 0, 'mod' => 4, 'just' => '' ), - 'OPCS' => array('id' => 6, 'fee' => 0, 'mod' => 0, 'just' => '' ) */ + 'OPCS' => array('id' => 6, 'fee' => 0, 'mod' => 0, 'just' => '' ), + 'PTCJ' => array('id' => 7, 'fee' => 0, 'mod' => 0, 'just' => '' ) */ ); $default_search_type = 'ICD9'; // US -- 2.11.4.GIT