SSMT: Encounter Type

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 13:55, 1 April 2011 by David.Burkhead (talk | contribs) (Created page with "==Description== Stored Procedures used: *Extracting data: ImpSSMTExtract 'Encounter Type' *Loading data: ImpSetEncounterTypeDE ==Column Listing and Descriptions== *'''Entry C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Stored Procedures used:

  • Extracting data: ImpSSMTExtract 'Encounter Type'
  • Loading data: ImpSetEncounterTypeDE

Column Listing and Descriptions

  • Entry Code - this is the unique entry code value for the encounter type.
  • Full Name - this is the entry name value for the encounter type. This value is visible when selecting or viewing the encounter selector screen in EHR.
  • Entry Mnemonic - this is the unique entry mnemonic value for the encounter type. This value will typically mirror the entry code value for the given encounter type.
  • IsEnforcedFLAG? - acceptable values for this field are:
   * Y - indicates the entry is system delivered, is enforced, and cannot be edited. 
   * 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.
  • IsChargeableLFLAG? - acceptable values for this field are:
   * Y - indicates that a new entry is being created; use to add new entries.
   * Blank - indicates an already existing entry; use to update already existing entries.
  • LinkedAppointmentFLAG - acceptable values for this field are:
  • IsInactiveFLAG -
  • Create? -

Migration Considerations

back to SSMT main page