Difference between revisions of "SSMT: CPT4 Modifier Groups"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(Created page with '==Description== The Answer SSMT content category can be used to assist in managing the entries in the Answer dictionary. Having the Answer Classification fields avail…')
 
Line 1: Line 1:
 
==Description==
 
==Description==
The Answer SSMT content category can be used to assist in managing the entries in the [[Answer|Answer dictionary]].  Having the Answer Classification fields available in this particular extract can be useful when moving added or modified entries between environments using SSMT.
+
The CPT4 Modifier Groups SSMT content category can be used to assist in managing the entries in the [[CPT4 Modifier]] dictionaryIt is an efficient way to view the relationship between EHR Groups and CPT4 modifiers.
  
 
Stored Procedures used:
 
Stored Procedures used:
* Loading data: IMPSetAnswerDE
+
* Loading data: ImpSetGroupModifier
* Extracting data: IMPGetAnswerDE
+
* Extracting data: ImpGetGroupModifier
  
 
==Column Listing and Description==
 
==Column Listing and Description==
*'''Answer Code''' - this is the unique entry code value for the answer entry.
+
*'''Group''' - this is the entry name value of the Group.  This needs to exactly match what exists in EHR.
*'''Answer Name''' - this is the entry name and description field for the answer entry.  This is the value that is displayed in the application.
+
*'''CPT4 Modifier''' - the entry code value of the CPT4 modifier that is associated with the Group.
*'''Answer Mnemonic''' - this is the unique mnemonic for the answer entry.
+
*'''CPT4 Modifier Name''' - the entry name value of the CPT4 modifier that is associated with the Group.
*'''Inactive?''' - this flag indicates the current status of the answer entry.
+
*'''Delete?''' - this flag indicates the current status of the answer entry.
  
     * Y - means the entry is currently inactive; use this value when loading to update to inactive.
+
     * Y - this will remove the relationship of the Group to the CPT4 modifier.
     * N - means the entry is currently active; use this value when loading to update to active.
+
     * N - indicates the currently entry will not be deleted.
 +
 
 +
'''back to [[SSMT]] main page'''

Revision as of 16:33, 26 November 2010

Description

The CPT4 Modifier Groups SSMT content category can be used to assist in managing the entries in the CPT4 Modifier dictionary. It is an efficient way to view the relationship between EHR Groups and CPT4 modifiers.

Stored Procedures used:

  • Loading data: ImpSetGroupModifier
  • Extracting data: ImpGetGroupModifier

Column Listing and Description

  • Group - this is the entry name value of the Group. This needs to exactly match what exists in EHR.
  • CPT4 Modifier - the entry code value of the CPT4 modifier that is associated with the Group.
  • CPT4 Modifier Name - the entry name value of the CPT4 modifier that is associated with the Group.
  • Delete? - this flag indicates the current status of the answer entry.
   * Y - this will remove the relationship of the Group to the CPT4 modifier.
   * N - indicates the currently entry will not be deleted.

back to SSMT main page