Difference between revisions of "SSMT: OrderResults-v11"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
==Description==
 
==Description==
The 'OrderResults-v11' content category allows you to define your orderable and resultable items and establish the appropriate relationship between them.  Some orderable items such as labs may have one or more resultable items associated with them and some orderable items such as radiology typically have only one resultable item associated with them.  The 'OrderResults-v11' content category allows you to set some basic context and populate some main fields associated with both orderable and resultable items.  It is a key category that will help create the foundation for your Orderable Item dictionary.
+
The 'OrderResults-v11' content category allows you to define your orderable and resultable items and establish the appropriate relationship between them.  Some orderable items such as labs may have one or more resultable items associated with them and some orderable items such as radiology typically have only one resultable item associated with them.  The 'OrderResults-v11' content category allows you to set some basic context and populate some main fields associated with both orderable and resultable items.  It is a key category that will help create the foundation for your Orderable Item dictionary and is typically derived from a compendium extract provided by your LIS, RIS, 3rd party lab vendor, or any diagnostic system that will be sending results or receiving orders from EHR.
  
 
Stored Procedures used:
 
Stored Procedures used:
Line 9: Line 9:
  
 
*'''Order Code'''
 
*'''Order Code'''
 +
 +
    Storage Location:  Works.dbo.Qo_Classification_DE.EntryCode
 +
    Data Type:  VarChar(10)
 +
    Possible Values:  Free Text
  
 
*'''Order Name'''
 
*'''Order Name'''

Revision as of 00:51, 12 May 2010

Description

The 'OrderResults-v11' content category allows you to define your orderable and resultable items and establish the appropriate relationship between them. Some orderable items such as labs may have one or more resultable items associated with them and some orderable items such as radiology typically have only one resultable item associated with them. The 'OrderResults-v11' content category allows you to set some basic context and populate some main fields associated with both orderable and resultable items. It is a key category that will help create the foundation for your Orderable Item dictionary and is typically derived from a compendium extract provided by your LIS, RIS, 3rd party lab vendor, or any diagnostic system that will be sending results or receiving orders from EHR.

Stored Procedures used:

  • Extracting data: ImpGetOrderANDResult
  • Loading data: ImpSetOrderAndResults

Column Listing and Description

  • Order Code
    Storage Location:  Works.dbo.Qo_Classification_DE.EntryCode
    Data Type:  VarChar(10)
    Possible Values:  Free Text
  • Order Name
  • Order Mnemonic
  • OrderingAuthority
  • OIDMode
  • OrderType
  • Parent Order Classification
  • ItemType
  • OrderableSource
  • DefReqPerfLocation
  • HCPCSCode
  • CPT4Code
  • ChargeCodeList
  • When To Charge
  • Comm Method Picklist
  • CommunicationMethod
  • Result Mnemonic
  • Result Code
  • Result Name
  • LOINCCode
  • Answer Type
  • SetOrder
  • ResultableSource
  • InterfaceOnlyFlag


back to SSMT main page