Difference between revisions of "SSMT: Order Questions"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
Stored Procedures used:
 
Stored Procedures used:
*Extracting data:  
+
*Extracting data: ImpGetAdditionalInfo
*Loading data:  
+
*Loading data: ImpFileAdditionalInformation
  
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
  
*'''Entry Code''' -  
+
*'''Order Code(s)''' - a tilda separated list showing the current orderable items that have the AOE question assigned to it.
  
*'''Entry Code''' -  
+
*'''Order Class''' - this column is ignored and will show and be left blank.
  
*'''Entry Code''' -  
+
*'''Question''' - references the additional information dictionary and will display the
  
*'''Entry Code''' -  
+
*'''Answer will default''' - references the additional information dictionary and will show what the current answer persistence value is set for the AOE question.  Acceptable values would be:
  
*'''Entry Code''' -  
+
*'''Question Requirements''' - references the additional information dictionary and will show what the current question requirement level is set for the AOE question.  Acceptable values would be:
  
*'''Entry Code''' -  
+
*'''Exclude if patient sex is''' - references the additional information dictionary and shows if there are any sex exclusions set for the this particular AOE.
  
*'''Entry Code''' -  
+
*'''Number of lines''' - references the additional information dictionary and shows the number of lines allowed to display the answer value for the AOE.
  
*'''Entry Code''' -  
+
*'''Minimum applicable age''' - references the additional information dictionary and shows the minimum applicable age for the AOE question.
  
*'''Entry Code''' -  
+
*'''Maximum Age''' - references the additional information dictionary and shows the maximum age allowed for the AOE question.
  
 
== Migration Considerations ==
 
== Migration Considerations ==

Revision as of 19:50, 3 February 2011

Description

This page will explain how to use the Order Questions SSMT content category to help manage the relationship between Additional Information (AOE) Questions and Orderable Items. The data extract basically presents a one-to-many representation between AOE question to orderable item.

Stored Procedures used:

  • Extracting data: ImpGetAdditionalInfo
  • Loading data: ImpFileAdditionalInformation

Column Listing and Descriptions

  • Order Code(s) - a tilda separated list showing the current orderable items that have the AOE question assigned to it.
  • Order Class - this column is ignored and will show and be left blank.
  • Question - references the additional information dictionary and will display the
  • Answer will default - references the additional information dictionary and will show what the current answer persistence value is set for the AOE question. Acceptable values would be:
  • Question Requirements - references the additional information dictionary and will show what the current question requirement level is set for the AOE question. Acceptable values would be:
  • Exclude if patient sex is - references the additional information dictionary and shows if there are any sex exclusions set for the this particular AOE.
  • Number of lines - references the additional information dictionary and shows the number of lines allowed to display the answer value for the AOE.
  • Minimum applicable age - references the additional information dictionary and shows the minimum applicable age for the AOE question.
  • Maximum Age - references the additional information dictionary and shows the maximum age allowed for the AOE question.

Migration Considerations

  • Sequencing - since this content category includes mostly fields that are pulled from the Additional Information dictionary. To avoid chronic error and ensure more consistent data load it can be recommended to manually assign the AOE question to an orderable item, extract the content category, and then add additional order codes that you would like to subscribe to that AOE question.


back to SSMT main page