Retiring an ICD10 or CCI Code: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m Ttenbergen moved page Retiring an ICD10 Code to Retiring an ICD10 or CCI Code without leaving a redirect: covers both
mNo edit summary
Line 1: Line 1:
Because we may have old entries for an ICD10 code, we can't just delete it from wiki and [[s_ICD10 table]] when we no longer want to use it. This page describes how to retire an ICD10 code. See also [[Retiring a CCI Code]].
Because we may have old entries for an ICD10 code, we can't just delete it from wiki and [[s_ICD10 table]] when we no longer want to use it. This page describes how to retire an ICD10 code.  


== In [[CCMDB.mdb]] ==
== In [[CCMDB.mdb]] ==
Line 6: Line 6:
# [[Rolling out changes|roll out change]] as usual
# [[Rolling out changes|roll out change]] as usual


== on wiki ==
== On the wiki ==
# change the | StopDate = to today's date
# remove any <code><nowiki>{{CCI category| xxx}}</nowiki></code> / <code><nowiki>{{ICD10 category| xxx}}</nowiki></code> calls from the page
# put reason for retiring the code under <pre>== Additional Info ==</pre>
# put reason for retiring the code under <code><nowiki>== Additional Info ==</nowiki></code>
 
# change the <nowiki><code>| StopDate =</nowiki></code> to today's date
#* the change in date will change how the the CCI/IDC10 templates work; the following templates:
#** [[Template:ICD10 dx]]
#** [[Template:CCI PickList Procedure]]
#** [[Template:CCI 1 Procedure component]]
#** [[Template:CCI 2 Procedure component]]
#* will behave as follows for retired codes
#** add them to category [[:Category:Retired Code]]
#** hide the page content under the [[Template:LegacyContent]]


[[Category:Retired Code| *]]
[[Category:Retired Code| *]]

Revision as of 22:36, 17 November 2018

Because we may have old entries for an ICD10 code, we can't just delete it from wiki and s_ICD10 table when we no longer want to use it. This page describes how to retire an ICD10 code.

In CCMDB.mdb

  1. find the code in s_ICD10 table / S CCI 1 table / S CCI 2 table / S CCI Picklist table
  2. change the Stop_date to today's date
  3. roll out change as usual

On the wiki

  1. remove any {{CCI category| xxx}} / {{ICD10 category| xxx}} calls from the page
  2. put reason for retiring the code under == Additional Info ==
  3. change the <code>| StopDate = to today's date