Difference between revisions of "SSMT: OID OCD Mapping"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Enterprise EHR v11.1.5
 
 
 
OID_OCD Mapping is a simple extract that displays the Orderable Items mapped to an Orderable Concept.  
 
OID_OCD Mapping is a simple extract that displays the Orderable Items mapped to an Orderable Concept.  
  
Line 9: Line 7:
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
 
The columns are fairly self-explanatory. A basic mapping table.<br>
 
The columns are fairly self-explanatory. A basic mapping table.<br>
'''OIDCode''' <br>
+
* '''OIDCode''' - This is prepopulated if you extract the dictionary first. This is the code or unique identifier that the Lab Vendor specifies in their compendium.
'''OIDName'''<br>
+
* '''OIDName''' - This is the Ordername and is prepopulated when extracted first.
'''* OCDCode'''<br>
+
* '''OCDCategory''' - Refers to the category of the orderable concept item. This is defined by Allscripts.
'''OCDName''' <br>
+
* '''OCDCode''' -
'''UpdateOCD'''
+
* '''OCDName'''
 +
* '''UpdateOCD'''
  
 
'''back to [[SSMT]] main page'''
 
'''back to [[SSMT]] main page'''

Revision as of 20:58, 22 August 2012

OID_OCD Mapping is a simple extract that displays the Orderable Items mapped to an Orderable Concept.

Stored Procedures used:

  • Extracting data: ImpGetOIDOCD
  • Loading data: ImpSetOIDOCD

Column Listing and Descriptions

The columns are fairly self-explanatory. A basic mapping table.

  • OIDCode - This is prepopulated if you extract the dictionary first. This is the code or unique identifier that the Lab Vendor specifies in their compendium.
  • OIDName - This is the Ordername and is prepopulated when extracted first.
  • OCDCategory - Refers to the category of the orderable concept item. This is defined by Allscripts.
  • OCDCode -
  • OCDName
  • UpdateOCD

back to SSMT main page