Difference between revisions of "SSMT: Charge Codes"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
__TOC__
 +
[[Category:SSMT|Charge Codes]]
 
==Description==
 
==Description==
This is the speadsheet that allows you to load or edit Charge codes into TouchWorks.  Below are the descriptions of each column based on 11.0.1
+
This is the spreadsheet that allows the loading or editing of Charge codes into the [[Charge Code|Charge Code dictionary]] via the [[SSMT 101: How to Load and Extract using SSMT|SSMT]] tool.  Below are the descriptions of each column based on 11.0.1
 +
 
 +
* Functional definition of [[Charge Code]]
 +
 
 +
 
 +
'''Stored Procedures used''':
 +
*Extraction: ImpGetChargeCodes
 +
*Loading: ImpSetChargeCode
  
 
==Column Listings:==
 
==Column Listings:==
  
*  '''EntryCode''' - This is the charge code that the billing system will expect to receive in the interface.
+
*  '''EntryCode''' - This is the charge code that the billing system will expect to receive in the interface. When exporting, this column will have an 'X' value attached as the first character. This value will be stripped when reloading, so do not worry about removing it from the spreadsheet. The value will appear as anticipated in the application. If loading new values, the 'X' does not need to be manually added. It is only added when exporting (reason unknown).
 
     Limitations:  10 characters
 
     Limitations:  10 characters
  
Line 13: Line 22:
 
     Limitations:  255 characters
 
     Limitations:  255 characters
  
*  '''High Age''' - Optional - This would allow you to enter the maximum name the charge code is applicable to.
+
*  '''High Age''' - Optional - This would allow you to enter the maximum age the charge code is applicable to.
 
     Limitations:  Must be a number from -32768 to 32767
 
     Limitations:  Must be a number from -32768 to 32767
  
*  '''Low Age''' - Optional - This would allow you to enter the minimum name the charge code is applicable to.
+
*  '''Low Age''' - Optional - This would allow you to enter the minimum age the charge code is applicable to.
 
     Limitations:  Must be a number from -32768 to 32767
 
     Limitations:  Must be a number from -32768 to 32767
  
Line 46: Line 55:
 
*  '''Create?'''  - Are we creating the entry or updating it. For the initial load, they will all be 'Y'
 
*  '''Create?'''  - Are we creating the entry or updating it. For the initial load, they will all be 'Y'
 
     Limitations:  'N' or 'Y'
 
     Limitations:  'N' or 'Y'
 +
 +
'''back to [[SSMT]] main page

Latest revision as of 23:49, 26 November 2012

Description

This is the spreadsheet that allows the loading or editing of Charge codes into the Charge Code dictionary via the SSMT tool. Below are the descriptions of each column based on 11.0.1


Stored Procedures used:

  • Extraction: ImpGetChargeCodes
  • Loading: ImpSetChargeCode

Column Listings:

  • EntryCode - This is the charge code that the billing system will expect to receive in the interface. When exporting, this column will have an 'X' value attached as the first character. This value will be stripped when reloading, so do not worry about removing it from the spreadsheet. The value will appear as anticipated in the application. If loading new values, the 'X' does not need to be manually added. It is only added when exporting (reason unknown).
    Limitations:  10 characters
  • EntryName - This is the Charge EntryName from the billing system.
    Limitations:  255 characters
  • DisplayName - This is the name the users will see in the product.
    Limitations:  255 characters
  • High Age - Optional - This would allow you to enter the maximum age the charge code is applicable to.
    Limitations:  Must be a number from -32768 to 32767
  • Low Age - Optional - This would allow you to enter the minimum age the charge code is applicable to.
    Limitations:  Must be a number from -32768 to 32767
  • Gender - Optional - this would allow you to enter 'M' or 'F' to define what sex the is applicable to.
    Limitations:  Must be 'M','F' or blank
  • CPT4Mod - Optional - This would default a modifier to the charge code if that is necessary. You would enter the CPT4 Modifier EntryCode in this field if applicable.
    Limitations:  Must be equal to an entrycode in the CPT4 Modifier dictionary, 10 character limitation
  • Dental - Is this a Dental Charge? Typically 'N'
    Limitations:  'N' or 'Y'
  • ChargeType - optional, specifies the charge type. Current values can be:
    'C' = Consulatation
    'D' = Daily
    'E' = Enter Manually
    'M' = Multiple Units
    'N' = Normal
    'Oth' = Other
    'S' = Suppress Fee
    'T' - Time Based
  • Is Level of Service - Is this a visit charge? If it is, must be set to 'Y'
    Limitations:  'N' or 'Y'
  • Inactive? - is the charge code inactive?
    Limitations:  'N' or 'Y'
  • Create? - Are we creating the entry or updating it. For the initial load, they will all be 'Y'
    Limitations:  'N' or 'Y'

back to SSMT main page