Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. __NOTITLE__
  2. <h1>ICD Crosswalk</h1>
  3. [[ICD Crosswalk|Return to the ICD Crosswalk]]
  4. <h2>Results</h2>
  5. {{#get_web_data:
  6. url=http://lnxvmhdpst05:9200/icd_edgvsgems/_count?q=_all:{{{description|}}}
  7. |format=JSON
  8. |data=result_count=count
  9. |use xpath
  10. |cache seconds=0
  11. }}
  12.  
  13. There are {{#external_value:result_count}} results containing '''{{{description}}}'''. The first ''1,000'' results are returned below.
  14.  
  15. To better understand these results, [[#descriptions|view the descriptions of the data]].
  16.  
  17. Search for an ICD-9 code, an ICD-10 code or a key word. You can use * as a wild character (Example: "109*" will search for all codes starting with "109").
  18.  
  19. {{Special:RunQuery/ICDQuery}}
  20.  
  21. You can sort the results by clicking the header of any column below.
  22.  
  23. {{#get_web_data:
  24. url=http://lnxvmhdpst05:9200/icd_edgvsgems/_search?q=_all:{{{description|}}}&size=1000
  25. |format=JSON
  26. |data=
  27. type_record=TYPE_RECORD,
  28. diagnosis_code=DIAGNOSIS_CODE,
  29. dx_name=DX_NAME,
  30. icd_9_list=CURRENT_ICD9_LIST,
  31. icd_10=CURRENT_ICD10_LIST,
  32. dx_id=_id,
  33. gems9to10match=GEMS9TO10MATCH,
  34. gems9to10list=GEMS9TO10LIST,
  35. gems10to9match=GEMS10TO9MATCH,
  36. gems10to9list= GEMS10TO9LIST,
  37. |use xpath
  38. |cache seconds=0
  39. }}
  40. {| class="wikitable sortable"
  41. ! colspan="6" style="background: #D8D8D8;" | Data from IMO
  42. ! colspan="2" style="background: #A6C4DC;" | Data from CMS ICD-9 to ICD-10 look-up
  43. ! colspan="2" style="background: #8EA59D;" | Data from CMS ICD-10 to ICD-9 look-up
  44. |-
  45. ! Diagnosis Code {{#info:The code that matches the search criteria}}
  46. ! Type {{#info:This column displays the record type (code, term, or both) of the diagnosis record}}
  47. ! DX ID {{#info:A numeric value that represents the unique ID of the diagnosis record in our Epic system}}
  48. ! DX Name {{#info:The name of the diagnosis}}
  49. ! ICD 9 Code (list) {{#info:For term-type record, this is the record's current mapped ICD-9-CM code(s) as a comma-delimited list}}
  50. ! ICD 10 Code (list) {{#info:For term-type record, this is the record's current mapped ICD-10-CM code(s) as a comma-delimited list}}
  51. ! style="background-color:#BCD3E5;" | GEMs 9 to 10 Match? {{#info:This columns indicated if the IMO data and the CMS GEMs data match}}
  52. ! style="background-color:#BCD3E5;" | GEMs 9 to 10 List {{#info:If the IMO crosswalk data is not consistent with the CMS GEMS data then the list of ICD-10 codes will be displayed in this column}}
  53. ! style="background-color:#AABBB5;" | GEMs 10 to 9 Match? {{#info:This columns indicated if the IMO data and the CMS GEMs data match}}
  54. ! style="background-color:#AABBB5;" | GEMs 10 to 9 List {{#info:If the IMO crosswalk data is not consistent with the CMS GEMS data then the list of ICD-9 codes will be displayed in this column}}
  55. |-{{#display_external_table:template=ICDQueryResults|data=TYPE_RECORD=type_record,DIAGNOSIS_CODE=diagnosis_code,DX_NAME=dx_name,CURRENT_ICD9_LIST=icd_9_list,CURRENT_ICD10_LIST=icd_10,_id=dx_id,GEMS9TO10MATCH=gems9to10match,GEMS9TO10LIST=gems9to10list,GEMS10TO9MATCH=gems10to9match,GEMS10TO9LIST=gems10to9list}}
  56. |}
  57.  
  58.  
  59. <html><a id="descriptions"></a></html>
  60. ==Descriptions==
  61.  
  62. ===Diagnosis Code===
  63. The code that matches the search criteria
  64.  
  65. ===Dx ID===
  66. A numeric value that represents the unique ID of the diagnosis record in our Epic system. Comes from the Clarity_EDG table.
  67.  
  68. ===DX Name===
  69. The name of the diagnosis. Comes from the Clarity_EDG table.
  70.  
  71. ===ICD 9 Code (list)===
  72. For term-type record, this is the record's current mapped ICD-9-CM code(s) as a comma-delimited list. Code-type records of the ICD-9-CM code set will have a value here as well. Comes from the Clarity_EDG table.
  73.  
  74. ===ICD 10 Code (list)===
  75. For term-type record, this is the record's current mapped ICD-10-CM code(s) as a comma-delimited list. Code-type records of the ICD-10-CM code set will have a value here as well. Comes from the Clarity_EDG table.
  76.  
  77. ===GEMs 9 to 10 Match?===
  78. This columns indicated if the IMO data and the CMS GEMs data match. This column only looks at data from ICD-9 to ICD-10.
  79.  
  80. ===GEMs 9 to 10 List===
  81. If the IMO crosswalk data is not consistent with the CMS GEMS data then the list of ICD-10 codes will be displayed in this column.
  82.  
  83. ===GEMs 10 to 9 Match?===
  84. This columns indicated if the IMO data and the CMS GEMs data match. This column only looks at data from ICD-10 to ICD-9.
  85.  
  86. ===GEMs 10 to 9 List===
  87. If the IMO crosswalk data is not consistent with the CMS GEMS data then the list of ICD-9 codes will be displayed in this column.
  88.  
  89. ===Type of Record===
  90. This column displays the record type (code, term, or both) of the diagnosis record. This item contains no data before the conversion has completed on (to support multiple code sets of data).
  91.  
  92. *Term = the record available in the clinical chart to describe a patient’s problem/diagnosis.
  93. *Code = the record available to billing/coding staff and is the code that submitted for reimbursement
  94. *Both Term and Code = available to both clinical and revenue areas of the Epic Chart.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement