SSMT: Discount Type

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 14:15, 1 April 2011 by David.Burkhead (talk | contribs) (Created page with "==Description== The Discount Type SSMT content category can be used to assist in managing the Discount Type dictionary in EHR. This dictionary can typically be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The Discount Type SSMT content category can be used to assist in managing the Discount Type dictionary in EHR. This dictionary can typically be managed manually given its nature and relatively small record count.

Stored Procedures used:

  • Extracting data: Select EntryCode, EntryName, EntryMnemonic, IsInactiveFlag, 'N' 'Create?' from Discount_Type_DE where ID > 0 order by EntryName
  • Loading data: IMPSetSimpleDE 'Discount_Type_DE'

Column Listing and Descriptions

  • Entry Code - this is the unique entry code value for the discount type.
  • Full Name - this is the entry name value for the discount type. This value is visible via the Encounter From screen in EHR.
  • Entry Mnemonic - this is the unique entry mnemonic value for the discount type. This value will typically mirror the entry code value for the given discount type.
  • Inactive? - acceptable values for this field are:
   * Y - . 
   * N - indicates the entry is not enforced, MAY or MAY NOT be system delivered, and that the general properties of the encounter 
     type may be edited or updated.
  • Create? - acceptable values for this field are:
   * Y - indicates the encounter type is available to submit charges or generate encounter forms with in EHR.
   * N - indicates the encounter type will not be available to generate encounter forms or submit charges against in EHR.

back to SSMT main page