Difference between revisions of "SSMT: Additional Information"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(Created page with "==Description== This page will explain how to load Reference Ranges for manually entered results in v11. This category can be used to load reference ranges for resultable items ...")
 
Line 9: Line 9:
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
  
*'''Resultable Entry Code''' - this is the unique Entry Code value of the resultable item for which the reference range is being created or updated.  This should directly reference the Entry Code value from the RID.
+
*'''Resultable''' - this
  
*'''Resultable Entry Name''' - this is the Entry Name value of the resultable item for which the reference range is being created or updated.  This should directly reference the Entry Name value from the RID.
 
 
*'''Where Performed''' - this is the Entry Name value of the Where Performed location for which the reference range is being created or updated.  This should directly reference the Entry Name value from the Where Performed dictionary.  It is possible for the same resultable item to have multiple reference range entries depending on the Where Performed value set when resulting the item.
 
 
*'''ReferenceRangeType''' - this value will determine what type of reference range will be set and will effect what fields can be utilized in this content category.
 
 
    * Default - set to this value to set reference range defaults for resultable items that have an answer type of Text.
 
    * Numeric - set to this value to set reference range defaults for resultable items that have an answer type of Numeric.
 
 
*'''SEX''' - this is the Entry Name value of the patient sex for which the reference range is being created or updated.  This should directly reference the Entry Name value from the Sex dictionary.  It is possible for the same resultable item to have multiple reference range entries depending on the patient sex when resulting the item.
 
 
*'''Lowestvalue''' - for numeric reference ranges - this is the lowest possible measurable  value for the resultable item.  A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''PanicLowValue''' - for numeric reference ranges - this is the value for which a Panic Low abnormal Flag will be generated if met or exceeded. A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''LowNormal''' - for numeric reference ranges - this is the value for which an Abnormal Low Flag will be generated if met or exceeded. A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''HighNormal''' - - for numeric reference ranges - this is the value for which an Abnormal High Flag will be generated if met or exceeded. A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''PanicHighValue''' - for numeric reference ranges - this is the value for which a Panic High abnormal Flag will be generated if met or exceeded.  A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''HighestMeasureable''' - for numeric reference ranges - this is the highest possible measurable value for the resultable item.  A value other than 0 must be specified here in order for numeric reference ranges to generate a Flag value.
 
 
*'''ReferenceText''' - this is the reference range that will actually display to the right of the resultable item when it is being resulted.  This is more of a display field only and calculations for numeric reference ranges are not performed based on this field.  It is more for display and compliance purposes.
 
 
*'''Answer''' -
 
 
*'''AbnormalFlag''' -
 
 
    * Y -
 
    * N -
 
 
*'''IsInActive''' - this flag helps determine whether or not the reference range will be updated/added or removed.  Possible values:
 
 
    * Y - set to this value in order to remove the reference range value(s).
 
    * N - set to this value if already existing reference entries are being updated or added.
 
 
*'''Create''' - this flag helps determine whether or not the reference range will be updated or added.  Possible values:
 
 
    * Y - set to this value in order to add a new reference range value(s).
 
    * N - set to this value in order to update an already reference range.
 
  
 
'''back to [[SSMT]] main page'''
 
'''back to [[SSMT]] main page'''

Revision as of 15:47, 28 January 2011

Description

This page will explain how to load Reference Ranges for manually entered results in v11. This category can be used to load reference ranges for resultable items that are either test or numeric answer types. Different levels of reference range context can be specified depending on the answer type of the resultable item.


Stored Procedures used:

  • Extracting data:
  • Loading data:

Column Listing and Descriptions

  • Resultable - this


back to SSMT main page