26.10.2014 Views

Medicare Code Editor Software

Medicare Code Editor Software

Medicare Code Editor Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Preliminary 06/24/09<br />

z/OS Batch<br />

<strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

Object/Source Installation Manual<br />

PB2009-101191<br />

<strong>Software</strong> version 26.0<br />

PBL–010 October 2009


06/24/09 Preliminary<br />

Document number<br />

October 2009<br />

PBL–010<br />

ii <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

About this document<br />

THIS MANUAL CONTAINS the information needed to install<br />

version 26.0 of the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> (MCE) software that runs<br />

under the z/OS batch operating system. The manual assumes that the<br />

person installing the software has experience working with Basic<br />

Assembly Language (BAL) and z/OS Job Control Language (JCL).<br />

The Centers for <strong>Medicare</strong> and Medicaid Services has approved this<br />

version of the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> software and requires its use by<br />

<strong>Medicare</strong> fiscal intermediaries.<br />

October 2009<br />

iii


06/24/09 Preliminary<br />

iv <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Contents<br />

Preface<br />

About this document iii<br />

Chapter 1 Introduction 1.3<br />

Types of edits 1.3<br />

Purpose of the software 1.4<br />

Versions and date ranges 1.4<br />

Chapter 2 Program output 2.3<br />

Elements in the output report 2.4<br />

Title line 2.4<br />

Optional information 2.4<br />

Provider number 2.4<br />

Patient information 2.5<br />

Diagnosis code(s) 2.5<br />

Procedure code(s) 2.5<br />

Chapter 3 Installing the software 3.3<br />

Installation media 3.3<br />

Downloading the installation media files 3.5<br />

File 1 - JCL library 3.6<br />

File 2 - library of object programs 3.7<br />

File 3 - installation test database 3.8<br />

File 4 - English description VSAM file 3.9<br />

Layout of the description file 3.9<br />

File 5 - library of source programs and tables 3.11<br />

Files 6 and 7 - MCE v26.0 EBCDIC tables 3.12<br />

EBCDIC Diagnosis table 3.12<br />

EBCDIC Procedure table 3.14<br />

Running the test program 3.17<br />

October 2009<br />

Contents v


06/24/09 Preliminary<br />

Chapter 4 Running the program 4.3<br />

Calling the editor 4.3<br />

JCL for executing the program 4.4<br />

Using the alternate interface 4.7<br />

Chapter 5 The control block 5.3<br />

DXPTR 5.4<br />

NDXPTR 5.4<br />

SGPTR 5.5<br />

NSGPTR 5.5<br />

AGEPTR 5.5<br />

SEXPTR 5.5<br />

DSTATPTR 5.5<br />

PROVPTR 5.6<br />

PPSPTR 5.6<br />

DATEPTR 5.6<br />

VPTR 5.7<br />

ADXFLGPTR 5.7<br />

DXFLGPTR 5.7<br />

PRFLGPTR 5.8<br />

BUFFPTR 5.9<br />

Flag values 5.11<br />

DSCPTR 5.11<br />

OPTPTR 5.11<br />

Chapter 6 The report programs 6.3<br />

MCE260PA 6.3<br />

MCE260PB 6.3<br />

MCE260PC 6.4<br />

Uses for the report programs 6.5<br />

MCE260PA 6.5<br />

MCE260PB 6.5<br />

MCE260PC 6.5<br />

Appendix A MCE software edits A.3<br />

1. Invalid diagnosis or procedure code A.4<br />

2. E-code as principal diagnosis A.4<br />

3. Duplicate of PDX A.4<br />

4. Age conflict A.4<br />

5. Sex conflict A.4<br />

6. Manifestation code as principal diagnosis A.5<br />

7. Non-specific principal diagnosis A.5<br />

8. Questionable admission A.5<br />

9. Unacceptable principal diagnosis A.5<br />

10. Non-specific O.R. procedure A.5<br />

11. Non-covered procedure A.5<br />

12. Open biopsy check A.6<br />

13. Bilateral procedure A.6<br />

14. Invalid age A.6<br />

15. Invalid sex A.6<br />

16. Invalid discharge status A.6<br />

17. Limited coverage A.6<br />

18. Wrong procedure performed A.6<br />

vi <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Appendix B Summary of changes B.3<br />

<strong>Software</strong> B.3<br />

Tables B.3<br />

Documentation B.4<br />

Index I.1<br />

October 2009<br />

Contents vii


06/24/09 Preliminary<br />

viii <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Figures<br />

Figure<br />

Title and page<br />

2–1 Sample output report 2.4<br />

3–1 Sample JCL to install the JCL library 3.6<br />

3–2 Sample JCL to install the program object library (file 2) 3.7<br />

3–3 Sample JCL to install the test database (file 3) 3.8<br />

3–4 Sample JCL to install the English description file (file 4) 3.9<br />

3–5 Sample JCL to install the program source library (file 5) 3.11<br />

3–6 Sample JCL for downloading the EBCDIC tables 3.16<br />

3–7 Sample JCL to execute the COBOL test program 3.18<br />

3–8 COBOL test program output 3.19<br />

4–1 Sample JCL for edit-only procedure 4.5<br />

4–2 Sample JCL for edit-print procedure 4.6<br />

6–1 Example of print JCL using a COBOL interface program 6.7<br />

October 2009<br />

Figures ix


06/24/09 Preliminary<br />

x <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Tables<br />

Table<br />

Title and page<br />

1–1 Program versions with discharge date ranges 1.4<br />

3–1 Files on the installation media 3.4<br />

3–2 File characteristics 3.5<br />

3–3 Files contained in JCL library (file 1) 3.6<br />

3–4 Object library members 3.7<br />

3–5 Test database format 3.8<br />

3–6 Source library members (file 5) 3.11<br />

3–7 Diagnosis table 3.12<br />

3–8 Procedure table 3.14<br />

4–1 Work area parameters 4.7<br />

5–1 Control block and elements of MCE system 5.3<br />

5–2 UB-04 discharge status codes 5.5<br />

5–3 PPS values 5.6<br />

5–4 Versions 5.7<br />

5–5 MCE diagnosis code edits 5.8<br />

5–6 MCE procedure code edits 5.8<br />

5–7 Buffer description 5.9<br />

5–8 Edit flag values 5.11<br />

6–1 Carriage control character values 6.3<br />

6–2 MCE260PC tagline format 6.4<br />

6–3 MCE260PC tagline example 6.4<br />

October 2009<br />

Tables xi


06/24/09 Preliminary<br />

xii <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 1<br />

1Introduction


06/24/09 Preliminary<br />

Contents Introduction 1.3<br />

Types of edits 1.3<br />

Purpose of the software 1.4<br />

Versions and date ranges 1.4<br />

1.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 1<br />

Introduction<br />

ON APRIL 20, 1983, CONGRESS ENACTED “Prospective Payment<br />

for <strong>Medicare</strong> Inpatient Hospital Services” as Title VI of the<br />

Social Security Amendment. Under Title VI, hospitals are paid a<br />

fixed price by Diagnosis Related Group (DRG) for treating <strong>Medicare</strong><br />

patients.<br />

In order to determine the appropriate DRG for a <strong>Medicare</strong> patient,<br />

the age, sex, discharge status, principal diagnosis, secondary diagnoses,<br />

and procedures performed must be reported by hospitals to<br />

their <strong>Medicare</strong> fiscal intermediaries. The logic of the DRG Definitions<br />

assumes that the patient information provided is accurate, and<br />

no attempt is made by the DRG Definitions to edit the data for accuracy.<br />

Only for extreme inconsistencies in the medical information<br />

will a DRG not be assigned to a patient record.<br />

Types of edits<br />

Three types of edits can be performed before assigning a DRG:<br />

◆ <strong>Code</strong> edits examine a record for the correct use of the<br />

ICD-9-CM codes that describe a patient’s diagnoses and procedures.<br />

<strong>Code</strong> edits include basic consistency checks on the<br />

interrelationships of a patient’s age, sex, and diagnoses and<br />

procedures.<br />

◆ Coverage edits examine patient type and performed procedures<br />

to determine if the services rendered are covered by <strong>Medicare</strong><br />

and to what extent they are covered.<br />

October 2009<br />

Introduction 1.3


06/24/09 Preliminary<br />

◆<br />

Clinical edits examine the clinical consistency of the diagnostic<br />

and procedural information on the medical claim to determine if<br />

they are clinically reasonable and therefore if they should be<br />

paid.<br />

In a first phase of edits, the Centers for <strong>Medicare</strong> and Medicaid Services<br />

(CMS) provides all fiscal intermediaries with a code editing<br />

package, referred to as the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> (MCE). MCE software<br />

contains edits that deal primarily with coding and coverage<br />

related issues.<br />

Purpose of the software<br />

MCE detects and reports errors in the coding of claims data. While<br />

the program identifies and indicates the nature of the error, it does not<br />

correct the error. A particular error condition is associated with each<br />

type of coding error that is identified.<br />

Versions and date ranges<br />

Table 1–1 lists the versions contained in this release of MCE software.<br />

The patient’s discharge date determines the version used for<br />

processing.<br />

Table 1–1. Program versions with discharge date ranges<br />

MCE version DRG version Discharge date range<br />

MCE 26.0 DRG 27.0 10/01/2009 - 09/30/2010<br />

MCE 25.0 DRG 26.0 10/01/2008 - 09/30/2009<br />

MCE 24.1 DRG 25.1 04/01/2008 - 09/30/2008<br />

MCE 24.0 DRG 25.0 10/01/2007 - 03/31/2008<br />

MCE 23.0 DRG 24.0 10/01/2006 - 09/30/2007<br />

MCE 22.0 DRG 23.0 10/01/2005 - 09/30/2006<br />

MCE 21.0 DRG 22.0 10/01/2004 - 09/30/2005<br />

MCE 20.0 DRG 21.0 10/01/2003 - 09/30/2004<br />

MCE 19.0 DRG 20.0 10/01/2002 - 09/30/2003<br />

MCE 18.0 DRG 19.0 10/01/2001 - 09/30/2002<br />

MCE 17.0 DRG 18.0 10/01/2000 - 09/30/2001<br />

MCE 16.0 DRG 17.0 10/01/1999 - 09/30/2000<br />

MCE 15.1 DRG 16.0 07/01/1999 - 09/30/1999<br />

MCE 15.0 DRG 16.0 10/01/1998 - 06/30/1999<br />

MCE 14.0 DRG 15.0 10/01/1997 - 09/30/1998<br />

MCE 13.0 DRG 14.0 10/01/1996 - 09/30/1997<br />

MCE 12.0 DRG 13.0 10/01/1995 - 09/30/1996<br />

MCE 11.0 DRG 12.0 10/01/1994 - 09/30/1995<br />

MCE 10.0 DRG 11.0 10/01/1993 - 09/30/1994<br />

1.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Table 1–1. Program versions with discharge date ranges (continued)<br />

MCE version DRG version Discharge date range<br />

MCE 9.0 DRG 10.0 10/01/1992 - 09/30/1993<br />

MCE 8.0 DRG 9.0 10/01/1991 - 09/30/1992<br />

MCE 7.0 DRG 8.0 10/01/1990 - 09/30/1991<br />

MCE 6.0 DRG 7.0 10/01/1989 - 09/30/1990<br />

MCE 5.0 DRG 6.0 10/01/1988 - 09/30/1989<br />

MCE 4.0 DRG 5.0 10/01/1987 - 09/30/1988<br />

MCE 3.0 DRG 4.0 10/01/1986 - 09/30/1987<br />

MCE 2.0 DRG 3.0 03/01/1984 - 09/30/1986<br />

October 2009<br />

Introduction 1.5


06/24/09 Preliminary<br />

1.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Chapter 2<br />

2Program output


06/24/09 Preliminary<br />

Contents Program output 2.3<br />

Elements in the output report 2.4<br />

Title line 2.4<br />

Optional information 2.4<br />

Provider number 2.4<br />

Patient information 2.5<br />

Diagnosis code(s) 2.5<br />

Procedure code(s) 2.5<br />

2.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 2<br />

Program output<br />

THIS CHAPTER DESCRIBES the output from the <strong>Medicare</strong> <strong>Code</strong><br />

<strong>Editor</strong> (MCE) software program. When conflicting or incorrect information<br />

on a medical claim has been identified, the <strong>Medicare</strong> <strong>Code</strong><br />

<strong>Editor</strong> prints a summary of the medical claim information, including<br />

the edit message that identifies the potential problem.<br />

Figure 2–1, shown on the next page, illustrates the MCE summary<br />

format and content of the printed claim. The illustration is intended<br />

to be an example of a claims summary that is generated. No error<br />

messages appear in the example.<br />

When error messages occur, they appear to the right of the code in<br />

question or at the bottom of the report. The Definitions of <strong>Medicare</strong><br />

<strong>Code</strong> Edits guide contains more information on the edits that appear<br />

in MCE software.<br />

October 2009<br />

Program output 2.3


06/24/09 Preliminary<br />

Title line<br />

Optional<br />

information<br />

Provider<br />

number<br />

Patient<br />

information<br />

MEDICARE CODE EDITOR -Vxx.x mm/dd/yyyy PAGE 1<br />

DATA EDITED: COMMUNITY HOSPITAL<br />

PATIENT ID: 058655<br />

LOS: 3<br />

PROVIDER NUMBER: 123456789123456 (PPS)<br />

AGE: 66<br />

SEX: 01 MALE<br />

DISCHARGE STATUS: 01 HOME<br />

DATE: 20041202<br />

ADMITTING DIAGNOSIS<br />

36617 MATURE CATARACT<br />

Diagnosis<br />

code(s)<br />

PRINCIPAL DIAGNOSIS<br />

36617 MATURE CATARACT<br />

SECONDARY DIAGNOSIS<br />

4019 HYPERTENSION NOS<br />

Procedure<br />

code(s)<br />

PROCEDURE<br />

1319 INTRACAPSUL LENS EXT NEC<br />

Figure 2–1. Sample output report<br />

Elements in the output report<br />

Title line<br />

Optional information<br />

Data elements in the MCE output report are described below.<br />

The title line includes the name of the software, the date the report<br />

was produced (mm/dd/yyyy format), the program version that processed<br />

the claim, and the report’s page number. Each record is<br />

printed on a separate page.<br />

This section contains optional patient information from the claims<br />

record. The user may enter up to 11 lines, each 40 characters long, of<br />

optional information. For example, a hospital name and claim identifier<br />

can be reported as optional fields. The claim identifier can be a<br />

medical record number, social security number, patient’s name, or<br />

any other identifier chosen by the user.<br />

Figure 2–1 shows the hospital name, patient ID, and length of stay<br />

reported in the optional fields section. Additional information (e.g.,<br />

physician number) can also be reported in this section at the user’s<br />

option. Information on the description of the print program pointer<br />

OPTPTR is given in chapter 5.<br />

Provider number<br />

The 15 character <strong>Medicare</strong> provider number is reported. The type of<br />

hospital (i.e., PPS or non-PPS) is also reported in parentheses next to<br />

the provider number.<br />

2.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Patient information<br />

This section contains the required patient information from the<br />

claims record (i.e., age, sex, discharge status, and discharge date).<br />

Discharge status must be coded according to the UB-04 conventions.<br />

See table 5–2 on page 5.5 for a list of valid discharge status codes.<br />

Discharge date is displayed in the same format as the date was<br />

entered (i.e., yyyymmdd). There are no separators in the 8-character<br />

field.<br />

The program uses the discharge date to determine which version of<br />

the software will be used to process the claim. When<br />

the discharge date is absent or invalid, an error message is<br />

displayed and the claim stops processing.<br />

For more information on software version date ranges, see page 1.4.<br />

Diagnosis code(s)<br />

Procedure code(s)<br />

The following diagnosis information is reported:<br />

◆<br />

◆<br />

◆<br />

ICD-9-CM admitting diagnosis code and English description<br />

ICD-9-CM principal diagnosis code and English description<br />

ICD-9-CM secondary diagnosis code(s) and English descriptions<br />

The ICD-9-CM codes and English descriptions of the procedure(s)<br />

performed are reported.<br />

October 2009<br />

Program output 2.5


06/24/09 Preliminary<br />

2.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Chapter 3<br />

3Installing the software


06/24/09 Preliminary<br />

Contents Installing the software 3.3<br />

Installation media 3.3<br />

Downloading the installation media files 3.5<br />

File 1 - JCL library 3.6<br />

File 2 - library of object programs 3.7<br />

File 3 - installation test database 3.8<br />

File 4 - English description VSAM file 3.9<br />

Layout of the description file 3.9<br />

File 5 - library of source programs and tables 3.11<br />

Files 6 and 7 - MCE v26.0 EBCDIC tables 3.12<br />

EBCDIC Diagnosis table 3.12<br />

EBCDIC Procedure table 3.14<br />

Running the test program 3.17<br />

3.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 3<br />

Installing the software<br />

THIS CHAPTER DESCRIBES installation of the <strong>Medicare</strong> <strong>Code</strong><br />

<strong>Editor</strong> (MCE) software that evaluates patient data to help identify<br />

possible errors in coding. Appendix A lists the edits contained in the<br />

program. The Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits guide (PBL–011)<br />

contains more information on coding edits.<br />

Following description of the installation media, you will be<br />

instructed how to download the files shown in table 3–1, and test that<br />

the installation was successful.<br />

Installation media<br />

The MCE installation media contains the compiled object code for<br />

the MCE and print programs, written in the IBM OS Assembler language.<br />

The media also contains MCE tables and English description<br />

files that are an integral part of the MCE system, and the source for<br />

all the executor programs. Table 3–1 lists the files contained on the<br />

media.<br />

October 2009<br />

Installing the software 3.3


06/24/09 Preliminary<br />

Table 3–1. Files on the installation media<br />

File Name Description<br />

1 MCE.JCL JCL library of sample JCL to download files 2-7<br />

2 MCE.OBJ Library of MCE object programs<br />

3 TESTDB Installation test database<br />

4 I9DSCRP Combined ICD-9-CM English description file<br />

5 MCE.ASM Library of source programs and tables<br />

6 DX.EBC Diagnosis EBCDIC table<br />

7 SG.EBC Procedure EBCDIC table<br />

3.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Downloading the installation media files<br />

This section gives specific information on the installation files and<br />

downloading them.<br />

◆ Files 1 (MCE.JCL), 2 (MCE.OBJ), and 5 (MCE.ASM) must be<br />

copied to disk as partitioned data sets, using the IBM utility<br />

IEBUPDTE. The input data contains the “./ ADD” cards required<br />

by the IEBUPDTE utility.<br />

◆ Files 3 (TESTDB), 6 (DX.EBC), and 7 (SG.EBC) must be copied<br />

to sequential files, using IEBGENER or any similar utility.<br />

◆ File 4 (I9DSCRP) must be copied to a VSAM file.<br />

Table 3–2 lists the physical characteristics of the installation files,<br />

their comparable disk representations, and their space allocations on<br />

3390 disk packs.<br />

Table 3–2. File characteristics<br />

File LRECL BLKSIZE DSORG tape DSORG disk Space<br />

1 80 3120 PS PO 2 trks<br />

2 80 3120 PS PO 3 cyls<br />

3 1305 27405 PS PS 14 trks<br />

4 50 27950 PS VSAM 1 cyl<br />

5 80 3120 PS PO 5 cyls<br />

6 69 27945 PS PS 2 cyls<br />

7 69 27945 PS PS 6 trks<br />

In the JCL examples that follow, the VVVVVV notation for volume<br />

serial numbers should be replaced with the volume serial number of<br />

the cartridge you are installing. The number is marked on the cartridge’s<br />

external label. The JCL examples shown can be run in any<br />

order.<br />

October 2009<br />

Installing the software 3.5


Downloading the installation media files<br />

06/24/09 Preliminary<br />

File 1 - JCL library<br />

File 1 contains sample JCL to download the various files on the<br />

remainder of the cartridge. There also is JCL to run sample COBOL<br />

interface programs. Table 3–3 lists the files contained in the JCL<br />

library.<br />

Table 3–3. Files contained in JCL library (file 1)<br />

Member<br />

ALTSTJCL<br />

CBTSTJCL<br />

DBLOAD<br />

EBCLOAD<br />

OBJLOAD<br />

SRCLOAD<br />

VSAMLOAD<br />

Function<br />

Run sample COBOL program (ALTTEST)<br />

Run sample COBOL program (COBTEST)<br />

Load test database<br />

Load EBCDIC tables<br />

Load object library<br />

Load source library<br />

Load ICD-9-CM description file<br />

Figure 3–1 shows sample JCL to copy the partitioned data set of sample<br />

JCL to disk.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE JCL LIBRARY<br />

//* ********************************************<br />

// EXEC PGM=IEBUPDTE,PARM=NEW<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(1,NL),DISP=OLD,<br />

// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)<br />

//SYSUT2 DD UNIT=SYSDA,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.JCL,<br />

// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120),<br />

// SPACE=(TRK,(2,1,3),RLSE)<br />

/*<br />

Figure 3–1. Sample JCL to install the JCL library<br />

3.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Downloading the installation media files<br />

File 2 - library of object<br />

programs<br />

File 2 on the installation media contains an object library of all MCE<br />

programs. Table 3–4 lists the members of the object library.<br />

Table 3–4. Object library members<br />

Number Name Description<br />

1 MCE260CN The main control program<br />

(standard interface)<br />

2 MCE260DT Date calculation program<br />

3 MCE260ED <strong>Editor</strong> program<br />

4 MCE260RT The editor tables<br />

5 MCE260PA Print program<br />

6 MCE260PB Print program<br />

7 MCE260PC Print program<br />

8 MCE260VS VSAM code description program<br />

9 MCE260CA The main control program<br />

(alternate interface)<br />

Members 1 through 8 comprise the main MCE executor using the<br />

standard interface. Substitute MCE260CA for MCE260CN to compile<br />

the main grouper executor using the alternate (re-entrant,<br />

macro-free) interface.<br />

All the programs contained in the object library were written in IBM<br />

Basic Assembly Language (BAL). The programs were written and<br />

tested on an IBM 7060 computer.<br />

Figure 3–2 shows the JCL necessary to copy the object library to disk<br />

as a partitioned data set.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE OBJECT LIBRARY<br />

//* ********************************************<br />

// EXEC PGM=IEBUPDTE,PARM=NEW<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(2,NL),DISP=OLD,<br />

// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)<br />

//SYSUT2 DD UNIT=SYSDA,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.OBJLIB,<br />

// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120),<br />

// SPACE=(CYL,(3,1,2),RLSE)<br />

/*<br />

Figure 3–2. Sample JCL to install the program object library (file 2)<br />

October 2009<br />

Installing the software 3.7


Downloading the installation media files<br />

06/24/09 Preliminary<br />

File 3 - installation test<br />

database<br />

File 3 contains a test database that is used to verify the integrity of<br />

the installed MCE program. The format of the test database is shown<br />

in table 3–5.<br />

Table 3–5. Test database format<br />

Field# Description Datatype Location<br />

1 Age CL3 1-3<br />

2 Sex CL1 4<br />

3 Discharge Status CL2 5-6<br />

4 Discharge date CL8 7-14<br />

5 Diagnoses (26) 26CL8 15-222<br />

6 Procedures (25) 25CL7 223-397<br />

7 Provider CL15 398-412<br />

8 PPS CL1 413-413<br />

9 Version CL3 414-416<br />

10 ADXFLAG CL1 417-417<br />

11 DXFLAGS 25XL14 418-767<br />

12 SGFLAGS 25XL16 768-1167<br />

13 MCEBUFF CL138 1168-1305<br />

Figure 3–3 shows the JCL for copying the test database to disk.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE TEST DATABASE<br />

//* ********************************************<br />

// EXEC PGM=IEBGENER<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD DUMMY<br />

//SYSUT1 DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(3,NL),DISP=OLD,<br />

// DCB=(LRECL=1305,BLKSIZE=27405,RECFM=FB)<br />

//SYSUT2 DD UNIT=SYSDA,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.TESTDB,<br />

// DCB=(LRECL=1305,BLKSIZE=127405,RECFM=FB),<br />

// SPACE=(TRK,(12,2),RLSE)<br />

/*<br />

Figure 3–3. Sample JCL to install the test database (file 3)<br />

3.8 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Downloading the installation media files<br />

File 4 - English description<br />

VSAM file<br />

File 4, the I9DSCRP file, is written as a key-sequenced data set, and<br />

the input file is sorted. This file replaces any English description files<br />

that may have been installed for other versions of MCE software. It<br />

combines all codes into one file, and has an additional identifier as<br />

part of the key.<br />

Downloading the description file is optional. The report programs<br />

that use the I9DSCRP file give you the option to bypass descriptions<br />

(see DSCPTR narrative in chapter 5).<br />

Figure 3–4 is an example of how to load the English description file.<br />

The layout of the description file follows the figure.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE ENGLISH DESCRIPTION FILE<br />

//* ********************************************<br />

// EXEC PGM=IDCAMS,REGION=1024K<br />

//SYSPRINT DD SYSOUT=*<br />

//INPUT DD UNIT=CART,VOL=SER=VVVVVV,<br />

// DCB=(RECFM=FB,LRECL=50,BLKSIZE=27950),<br />

// LABEL=(4,NL),DISP=OLD<br />

//SYSIN DD *<br />

DEFINE CLUSTER (NAME(YOURID.MCE260.VSFILE) -<br />

VOLUMES(VVVVVV) -<br />

CISZ(2048) -<br />

RECORDS(19612)) -<br />

DATA (KEYS(10 0) -<br />

RECORDSIZE(50 50) -<br />

NAME(YOURID.MCE260.VSFILE.DATA)) -<br />

INDEX (NAME(YOURID.MCE260.VSFILE.INDEX))<br />

REPRO INFILE(INPUT) -<br />

OUTDATASET(YOURID.MCE260.VSFILE)<br />

/*<br />

Figure 3–4. Sample JCL to install the English description file (file 4)<br />

Layout of the description file<br />

The layout of the description file follows:<br />

◆<br />

◆<br />

◆<br />

◆<br />

◆<br />

◆<br />

The first byte indicates whether the code is a diagnosis (1) or<br />

procedure (2).<br />

The next seven bytes (bytes 2-8) contain the code.<br />

The next two bytes contain the sequence number. When sequence<br />

number equals 00, the code description is valid for all MCE versions<br />

(first to current).<br />

The next eight bytes contain the “from” date.<br />

The next eight bytes contain the “to” date.<br />

The remaining bytes contain the code description.<br />

October 2009<br />

Installing the software 3.9


Downloading the installation media files<br />

06/24/09 Preliminary<br />

An example of the description file layout is shown below.<br />

From date To date<br />

Sequence #<br />

Type of code<br />

<strong>Code</strong><br />

Description<br />

Line 2<br />

Line 3<br />

1 E8841 00 19851001 20080930 FALL FROM CLIFF<br />

1 E8842 01 19851001 19950930 FALL FROM CHAIR OR BED<br />

1 E8842 02 19951001 20080930 FALL FROM CHAIR<br />

➤<br />

Note: As illustrated in the example above, the “from” and “to” version<br />

numbers are replaced with “from” and “to” dates.<br />

In the first line, the description for diagnosis code E8841 is valid for<br />

all MCE versions; therefore, the sequence number zero.<br />

Diagnosis code E8842 has two entries on lines 2 and 3 because the<br />

description changed on 19951001. Since there are two entries, each<br />

entry is given a sequence number. The description for sequence number<br />

01 is valid for MCE from 19851001 through 19950930. The<br />

description for sequence number 02 is valid from 19951001 to<br />

20080930.<br />

3.10 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

File 5 - library of source<br />

programs and tables<br />

The source library in file 5 consists of the source for the COBOL test<br />

programs and the sources for the MCE editor and print routine<br />

programs.<br />

Table 3–6 lists the members of the source library.<br />

Table 3–6. Source library members (file 5)<br />

Number Name Description<br />

1 ALTTEST Sample COBOL program (alternate<br />

interface)<br />

2 COBTEST Sample COBOL (standard interface)<br />

program<br />

3 MCE260CA Control program (alternate interface)<br />

4 MCE260CN Control program (standard interface)<br />

5 MCE260DT Date calculation program<br />

6 MCE260ED <strong>Editor</strong> program<br />

7 MCE260PA Print program to the table<br />

8 MCE260PB Print program<br />

9 MCE260PC Print program<br />

10 MCE260PR Print macro<br />

11 MCE260RT <strong>Editor</strong> tables<br />

12 MCE260VS VSAM description file program<br />

Figure 3–5 shows the JCL necessary to copy the source library to<br />

disk as a partitioned data set. The sources for all of the MCE executor<br />

programs are included.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE SOURCE LIBRARY<br />

//* ********************************************<br />

// EXEC PGM=IEBUPDTE,PARM=NEW<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(5,NL),DISP=OLD,<br />

// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)<br />

//SYSUT2 DD UNIT=SYSDA,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.SRCLIB,<br />

// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120),<br />

// SPACE=(CYL,(5,1,4),RLSE)<br />

/*<br />

Figure 3–5. Sample JCL to install the program source library (file 5)<br />

October 2009<br />

Installing the software 3.11


Downloading the installation media files<br />

06/24/09 Preliminary<br />

Files 6 and 7 - MCE v26.0<br />

EBCDIC tables<br />

The tables that drive the MCE are expressed in Extended Binary<br />

<strong>Code</strong>d Decimal Interchange <strong>Code</strong> (EBCDIC) as two files:<br />

Diagnosis table. Contains one row per ICD-9-CM diagnosis, with<br />

diagnosis attributes.<br />

Procedure table. Contains one row per ICD-9-CM procedure, with<br />

procedure attributes.<br />

In the layouts in this section, each field is identified by its position<br />

(first column is position 1) and length in a table row. Criteria fields<br />

(length 1) are one when the criteria are met and zero otherwise.<br />

Files 6 and 7 contain the diagnosis and procedure tables. Sample JCL<br />

for downloading the EBCDIC tables is shown in figure 3–6 on page<br />

3.16.<br />

EBCDIC Diagnosis table<br />

File 6, shown in table 3–7, contains the EBCDIC Diagnosis table.<br />

Table 3–7. Diagnosis table<br />

Name Pos Len Description<br />

dx 1 5 ICD-9-CM diagnosis<br />

effdate 6 8 edit effective date<br />

termdate 14 8 edit termination date<br />

pediatric 22 1 diagnosis for pediatric only<br />

msp 23 1 medicare as secondary payer<br />

maternity 24 1 diagnosis for maternity only<br />

nonspecific 25 1 nonspecific diagnosis<br />

newborn 26 1 diagnosis for newborn only<br />

manifestation 27 1 manifestation<br />

female 28 1 diagnosis for female only<br />

male 29 1 diagnosis for male only<br />

mdc08 30 1 MDC 8<br />

reqsdx 31 1 requires secondary diagnosis<br />

ncov2 32 1 ncov2<br />

qadm 33 1 questionable admission<br />

unacceptable 34 1 unacceptable diagnosis<br />

adult 35 1 diagnosis for adult only<br />

cc 36 1 cc<br />

ncov3 37 1 ncov3<br />

ncov4 38 1 ncov4<br />

3.12 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Downloading the installation media files<br />

Table 3–7. Diagnosis table (continued)<br />

Name Pos Len Description<br />

ncov5 39 1 ncov5<br />

ncov2agelt78 40 1 ncov2agelt78<br />

ncov2agelt64 41 1 ncov2agelt64<br />

ncov6 42 1 ncov6<br />

ncov7 43 1 ncov7<br />

ncov89 44 1 ncov89<br />

diabtypeI 45 1 diabetes<br />

UNUSED 46 1 UNUSED<br />

UNUSED 47 1 UNUSED<br />

clintrial 48 1 clinical trial<br />

wrnproc 49 1 wrong procedure performed<br />

UNUSED 50 1 UNUSED<br />

UNUSED 51 1 UNUSED<br />

UNUSED 52 1 UNUSED<br />

UNUSED 53 1 UNUSED<br />

UNUSED 54 1 UNUSED<br />

UNUSED 55 1 UNUSED<br />

UNUSED 56 1 UNUSED<br />

UNUSED 57 1 UNUSED<br />

UNUSED 58 1 UNUSED<br />

UNUSED 59 1 UNUSED<br />

UNUSED 60 1 UNUSED<br />

UNUSED 61 1 UNUSED<br />

UNUSED 62 1 UNUSED<br />

UNUSED 63 1 UNUSED<br />

UNUSED 64 1 UNUSED<br />

UNUSED 65 1 UNUSED<br />

UNUSED 66 1 UNUSED<br />

UNUSED 67 1 UNUSED<br />

UNUSED 68 1 UNUSED<br />

UNUSED 69 1 UNUSED<br />

October 2009<br />

Installing the software 3.13


Downloading the installation media files<br />

06/24/09 Preliminary<br />

EBCDIC Procedure table<br />

File 7, shown in table 3–8, contains the EBCDIC Procedure table.<br />

Table 3–8. Procedure table<br />

Name Pos Len Description<br />

sg 1 5 ICD-9-CM procedure<br />

effdate 6 8 edit effective date<br />

termdate 14 8 edit termination date<br />

noncovered 22 1 noncovered procedure<br />

biopsy 23 1 biopsy<br />

UNUSED 24 1 UNUSED<br />

bilateral 25 1 bilateral procedure<br />

nonspecific 26 1 nonspecific procedure<br />

or 27 1 or indicator<br />

female 28 1 procedure for female only<br />

male 29 1 procedure for male only<br />

kidneyxp 30 1 kidney transplant<br />

ncov8 31 1 ncov8<br />

ncov9 32 1 ncov9<br />

ncov6 33 1 ncov6<br />

ncov7 34 1 ncov7<br />

ncov45 35 1 ncov45<br />

ncov2 36 1 ncov2<br />

lcov_lvrs 37 1 limited coverage - LVRS<br />

lcov_lungxp 38 1 limited coverage - lung transplant<br />

lcov_heartlungxl 39 1 limited coverage - heart/lung transplant<br />

lcov_heartxp 40 1 limited coverage - heart transplant<br />

lcov_heartsys 41 1 limited coverage - heart system<br />

transplant<br />

lcov_intxp 42 1 limited coverage - intestine transplant<br />

lcov_liver 43 1 limited coverage - liver transplant<br />

UNUSED 44 1 UNUSED<br />

ncov10a 45 1 ncov10a<br />

ncov10b 46 1 ncov10b<br />

ncov10c 47 1 ncov10c<br />

ncov11 48 1 ncov11<br />

ncov12agele60 49 1 ncov12agele60<br />

3.14 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Downloading the installation media files<br />

Table 3–8. Procedure table (continued)<br />

Name Pos Len Description<br />

lcov_kidneyxp 50 1 limited coverage - kidney transplant<br />

lcov_pancreasx<br />

p<br />

51 1 limited coverage - pancreas transplant<br />

ncov13a 52 1 ncov13a<br />

ncov13b 53 1 ncov13b<br />

ncov45a 54 1 ncov45a<br />

lcov_artheartxp 55 1 limited coverage - artificial heart<br />

transplant<br />

UNUSED 56 1 UNUSED<br />

UNUSED 57 1 UNUSED<br />

UNUSED 58 1 UNUSED<br />

UNUSED 59 1 UNUSED<br />

UNUSED 60 1 UNUSED<br />

UNUSED 61 1 UNUSED<br />

UNUSED 62 1 UNUSED<br />

UNUSED 63 1 UNUSED<br />

UNUSED 64 1 UNUSED<br />

UNUSED 65 1 UNUSED<br />

UNUSED 66 1 UNUSED<br />

UNUSED 67 1 UNUSED<br />

UNUSED 68 1 UNUSED<br />

UNUSED 69 1 UNUSED<br />

October 2009<br />

Installing the software 3.15


Downloading the installation media files<br />

06/24/09 Preliminary<br />

Figure 3–6 shows sample JCL for downloading the EBCDIC<br />

tables.<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ********************************************<br />

//* JCL TO INSTALL THE DIAGNOSIS EBCDIC TABLE<br />

//* ********************************************<br />

// EXEC PGM=IEBGENER<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD DUMMY<br />

//SYSUT1 DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(6,NL),DISP=(OLD,PASS),<br />

// DCB=(LRECL=69,BLKSIZE=27945,RECFM=FB)<br />

//SYSUT2 DD UNIT=SYSDA,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.DXEBC,<br />

// DCB=(LRECL=69,BLKSIZE=27945,RECFM=FB),<br />

// SPACE=(CYL,(3),RLSE)<br />

/*<br />

//* ********************************************<br />

//* JCL TO INSTALL THE PROCEDURE EBCDIC TABLE<br />

//* ********************************************<br />

// EXEC PGM=IEBGENER<br />

//SYSPRINT DD SYSOUT=*<br />

//SYSIN DD DUMMY<br />

//SYSUT1 DD UNIT=CART,VOL=(,RETAIN,SER=VVVVVV),<br />

// LABEL=(7,NL),DISP=OLD,<br />

// DCB=(LRECL=69,BLKSIZE=27945,RECFM=FB)<br />

//SYSUT2 DD UNIT=C21USR,DISP=(NEW,CATLG,DELETE),<br />

// DSN=YOURID.MCE260.SGEBC,<br />

// DCB=(LRECL=69,BLKSIZE=27945,RECFM=FB),<br />

// SPACE=(TRK,(6),RLSE)<br />

/*<br />

Figure 3–6. Sample JCL for downloading the EBCDIC tables<br />

3.16 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Running the test program<br />

Running the test program<br />

➤<br />

Note: We strongly recommend running the test program to ensure<br />

that the software is correctly installed.<br />

A copy of the COBOL test program and the test database are<br />

included on the cartridge to allow you to test the results of the installation<br />

procedure. Figure 3–7 is an example of a compile-link-go to<br />

execute the COBOL test program.<br />

If you have not installed the ICD-9-CM description file, change line<br />

55 in the COBOL test program to read:<br />

77 DSCFLAG PIC S9(8) COMP VALUE IS +0.<br />

Also, exclude the marked (†) line from the JCL in figure 3–7.<br />

October 2009<br />

Installing the software 3.17


06/24/09 Preliminary<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ******************************************************<br />

//* THIS JOB IS USED TO COMPILE, LINK AND RUN THE MCE<br />

//* COBOL TEST PROGRAM, COBTEST.<br />

//*<br />

//* BOTH OBJECT AND LOAD MODULES ARE TEMPORARY.<br />

//* ******************************************************<br />

//COBUCLG PROC SYSOUT='*'<br />

//* COBOL FOR MVS COMPILE AND LINK<br />

//COB EXEC PGM=IGYCRCTL,PARM='RENT,NODYNAM'<br />

//STEPLIB DD DSN=IGY.V2R2M0.SIGYCOMP,DISP=SHR<br />

//SYSLIB DD DSN=YOURID.&PROD..SRCLIB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSIN DD DSN=YOURID.&PROD..SRCLIB(COBTEST),DISP=SHR<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT5 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT6 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT7 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSLIN DD DSN=&&LOADSET,UNIT=SYSDA,DISP=(MOD,PASS),<br />

// SPACE=(TRK,(3,3)),DCB=BLKSIZE=800<br />

//*<br />

//LKED EXEC PGM=IEWL,PARM='LIST,MAP,AMODE=31,RMODE=ANY',<br />

// COND=(5,LT,COB)<br />

//SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR<br />

//SYSLMOD DD DSN=&&GOSET(COBTEST),UNIT=SYSDA,DISP=(,PASS),<br />

// SPACE=(CYL,(5,1,5))<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSLIN DD DSN=&&LOADSET,DISP=(OLD,DELETE)<br />

// DD DDNAME=SYSIN<br />

//OBJECT DD DSN=YOURID.&PROD..OBJLIB,DISP=OLD<br />

//*<br />

//GO EXEC PGM=COBTEST,COND=((5,LT,COB),(5,LT,LKED))<br />

//STEPLIB DD DISP=SHR,DSN=&&GOSET<br />

// DD DISP=SHR,DSN=CEE.SCEERUN<br />

//INFILE DD DSN=YOURID.&PROD..TESTDB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//MCE260I9 DD DSN=YOURID.&PROD..VSFILE,DISP=SHR†<br />

//RPTFILE DD SYSOUT=&SYSOUT,DCB=(RECFM=FA,BLKSIZE=81,BUFNO=1)<br />

// PEND<br />

//*<br />

//PROG1 EXEC COBUCLG,PROD=MCE260<br />

//*<br />

//LKED.SYSIN DD *<br />

INCLUDE OBJECT(MCE260CN,MCE260ED,MCE260RT)<br />

INCLUDE OBJECT(MCE260PA,MCE260VS,MCE260DT)<br />

ENTRY COBTEST<br />

NAME COBTEST<br />

/*<br />

Figure 3–7. Sample JCL to execute the COBOL test program<br />

If the test is successful, all return results should match the expected<br />

results on the test database input, and the report<br />

3.18 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Running the test program<br />

output should match the printout shown in figure 3–8. There should<br />

be 576 records processed. The test should take less than 5 CPU<br />

seconds.<br />

Note that the DISCHARGE DATE output field displays in the same<br />

format as the date is entered (yyyymmdd).<br />

MEDICARE CODE EDITOR - V26.0 mm/dd/yyyy PAGE 1<br />

LAST RECORD<br />

PROVIDER: 000000000000576 (PPS)<br />

AGE: 43<br />

SEX: 1 MALE<br />

DISCHARGE STATUS: 01 HOME<br />

DISCHARGE DATE: 20091001<br />

ADMITTING DIAGNOSIS<br />

V579 REHABILITATION PROC NOS 0<br />

PRINCIPAL DIAGNOSIS<br />

V579 REHABILITATION PROC NOS 00000000001000<br />

NO SECONDARY DIAGNOSES<br />

NO PROCEDURES<br />

Figure 3–8. COBOL test program output<br />

October 2009<br />

Installing the software 3.19


06/24/09 Preliminary<br />

3.20 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Chapter 4<br />

4Running the program


06/24/09 Preliminary<br />

Contents Running the program 4.3<br />

Calling the editor 4.3<br />

JCL for executing the program 4.4<br />

Using the alternate interface 4.7<br />

4.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 4<br />

Running the program<br />

TO EXECUTE THE <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> (MCE) program, you<br />

must write an interface program that will perform the following<br />

functions:<br />

◆ Read the input file records.<br />

◆ Construct the MCE control block (see chapter 5).<br />

◆<br />

◆<br />

◆<br />

◆<br />

Move diagnoses and procedures into contiguous locations if they<br />

were not recorded that way on input.<br />

Recode the discharge status if the coding scheme is not UB-04<br />

standard.<br />

Call the MCE program, and optionally, one of the report<br />

programs.<br />

Write output records, if applicable.<br />

Note that the MCE system assumes that provider number, PPS indicator,<br />

age, sex, discharge status, date, diagnoses and procedures are<br />

all EBCDIC (character) data.<br />

Calling the editor<br />

Once the interface program is done and specifies the pointers in the<br />

control block where the input data is located, the MCE program is<br />

invoked by calling the controller program MCE260CN that determines<br />

the MCE version to be called based on the date of discharge.<br />

October 2009<br />

Running the program 4.3


06/24/09 Preliminary<br />

MCE260CN then calls the appropriate MCE version and returns control<br />

to your interface program. If a date is not valid, or is not within<br />

the range of the MCE versions (15.0 through 26.0), an error message<br />

is displayed and the claim stops processing.<br />

The process is then repeated for each record to be edited. At the call<br />

to the control program, general purpose Register 1 must be set to<br />

point to the control block. The control block is discussed in chapter 5.<br />

JCL for executing the program<br />

By implementing the CALL...USING statement, COBOL programmers<br />

will have Register 1 set by the CALL statement.<br />

Figure 4–1 is an example of compile-link-go JCL to edit only.<br />

For an example of JCL to edit and call the report program, refer to<br />

figure 4–2.<br />

If you have not installed the ICD-9-CM description file, exclude the<br />

marked (†) line from the JCL in figure 4–2.<br />

4.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ******************************************************<br />

//* THIS JOB IS USED TO COMPILE, LINK AND RUN THE MCE<br />

//* COBOL TEST PROGRAM, COBTEST.<br />

//*<br />

//* BOTH OBJECT AND LOAD MODULES ARE TEMPORARY.<br />

//* ******************************************************<br />

//COBUCLG PROC SYSOUT='*'<br />

//* COBOL FOR MVS COMPILE AND LINK<br />

//COB EXEC PGM=IGYCRCTL,PARM='RENT,NODYNAM'<br />

//STEPLIB DD DSN=IGY.V2R2M0.SIGYCOMP,DISP=SHR<br />

//SYSLIB DD DSN=YOURID.&PROD..SRCLIB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSIN DD DSN=YOURID.&PROD..SRCLIB(COBTEST),DISP=SHR<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT5 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT6 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT7 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSLIN DD DSN=&&LOADSET,UNIT=SYSDA,DISP=(MOD,PASS),<br />

// SPACE=(TRK,(3,3)),DCB=BLKSIZE=800<br />

//*<br />

//LKED EXEC PGM=IEWL,PARM='LIST,MAP,AMODE=31,RMODE=ANY',<br />

// COND=(5,LT,COB)<br />

//SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR<br />

//SYSLMOD DD DSN=&&GOSET(COBTEST),UNIT=SYSDA,DISP=(,PASS),<br />

// SPACE=(CYL,(5,1,5))<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSLIN DD DSN=&&LOADSET,DISP=(OLD,DELETE)<br />

// DD DDNAME=SYSIN<br />

//OBJECT DD DSN=YOURID.&PROD..OBJLIB,DISP=OLD<br />

//*<br />

//GO EXEC PGM=COBTEST,COND=((5,LT,COB),(5,LT,LKED))<br />

//STEPLIB DD DISP=SHR,DSN=&&GOSET<br />

// DD DISP=SHR,DSN=CEE.SCEERUN<br />

//INFILE DD DSN=YOURID.&PROD..TESTDB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//RPTFILE DD SYSOUT=&SYSOUT,DCB=(RECFM=FA,BLKSIZE=81,BUFNO=1)<br />

// PEND<br />

//*<br />

//PROG1 EXEC COBUCLG,PROD=MCE260<br />

//*<br />

//LKED.SYSIN DD *<br />

INCLUDE OBJECT(MCE260CN,MCE260ED,MCE260RT)<br />

ENTRY COBTEST<br />

NAME COBTEST<br />

/*<br />

Figure 4–1. Sample JCL for edit-only procedure<br />

October 2009<br />

Running the program 4.5


06/24/09 Preliminary<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ******************************************************<br />

//* THIS JOB IS USED TO COMPILE, LINK AND RUN THE MCE<br />

//* COBOL TEST PROGRAM, COBTEST.<br />

//*<br />

//* BOTH OBJECT AND LOAD MODULES ARE TEMPORARY.<br />

//* ******************************************************<br />

//COBUCLG PROC SYSOUT='*'<br />

//* COBOL FOR MVS COMPILE AND LINK<br />

//COB EXEC PGM=IGYCRCTL,PARM='RENT,NODYNAM'<br />

//STEPLIB DD DSN=IGY.V2R2M0.SIGYCOMP,DISP=SHR<br />

//SYSLIB DD DSN=YOURID.&PROD..SRCLIB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSIN DD DSN=YOURID.&PROD..SRCLIB(COBTEST),DISP=SHR<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT5 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT6 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT7 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSLIN DD DSN=&&LOADSET,UNIT=SYSDA,DISP=(MOD,PASS),<br />

// SPACE=(TRK,(3,3)),DCB=BLKSIZE=800<br />

//*<br />

//LKED EXEC PGM=IEWL,PARM='LIST,MAP,AMODE=31,RMODE=ANY',<br />

// COND=(5,LT,COB)<br />

//SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR<br />

//SYSLMOD DD DSN=&&GOSET(COBTEST),UNIT=SYSDA,DISP=(,PASS),<br />

// SPACE=(CYL,(5,1,5))<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSLIN DD DSN=&&LOADSET,DISP=(OLD,DELETE)<br />

// DD DDNAME=SYSIN<br />

//OBJECT DD DSN=YOURID.&PROD..OBJLIB,DISP=OLD<br />

//*<br />

//GO EXEC PGM=COBTEST,COND=((5,LT,COB),(5,LT,LKED))<br />

//STEPLIB DD DISP=SHR,DSN=&&GOSET<br />

// DD DISP=SHR,DSN=CEE.SCEERUN<br />

//INFILE DD DSN=YOURID.&PROD..TESTDB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//MCE260I9 DD DSN=YOURID.&PROD..VSFILE,DISP=SHR †<br />

//RPTFILE DD SYSOUT=&SYSOUT,DCB=(RECFM=FA,BLKSIZE=81,BUFNO=1)<br />

// PEND<br />

//*<br />

//PROG1 EXEC COBUCLG,PROD=MCE260<br />

//*<br />

//LKED.SYSIN DD *<br />

INCLUDE OBJECT(MCE260CN,MCE260ED,MCE260RT)<br />

INCLUDE OBJECT(MCE260PA,MCE260VS,MCE260DT)<br />

ENTRY COBTEST<br />

NAME COBTEST<br />

/*<br />

Figure 4–2. Sample JCL for edit-print procedure<br />

4.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Using the alternate interface<br />

The alternate editor control program, (MCE260CA) operates the<br />

same as the standard editor control program (MCE260CN) except<br />

that it does not contain any macros and is written to be re-entrant, so<br />

it should run in a wider variety of mainframe environments. Whereas<br />

the standard interface uses GETMAINS to obtain a 16,384 byte work<br />

area, the alternate interface requires that the calling program provide<br />

the work area. It must do so by providing two additional addresses in<br />

the list pointed to by general register 1 (see table 5–1.)<br />

Table 4–1 gives the additional work area parameters required by the<br />

alternate interface.<br />

Table 4–1. Work area parameters<br />

Element<br />

number<br />

<strong>Editor</strong><br />

pointers<br />

Full word pointer to...<br />

16 WORKAREA A buffer of at least 20,000 bytes.<br />

17 WORKSIZE 4-byte binary (PIC 9(8) comp) field<br />

containing the actual length in bytes of the<br />

work area. The value of this field should not<br />

be less than 20,000 bytes, though larger<br />

values are acceptable.<br />

To use the alternate interface, substitute MCE260CA for MCE260CN<br />

and provide these two extra parameters. See the COBOL program<br />

ALTTEST, provided in the source library, for an example of how to<br />

set up a work area and pass it to MCE260CA.<br />

Assembler programmers should note that the length of the work area<br />

is not given in the full word at element number 17 but rather a<br />

pointer to the full word containing the length is given at element<br />

number 17.<br />

Sample JCL for running ALTTEST may be created by modifying the<br />

JCL shown in figure 4–1 or 4–2. To modify the JCL, change all<br />

occurrences of COBTEST to ALTTEST and change MCE260CN to<br />

MCE260CA.<br />

October 2009<br />

Running the program 4.7


06/24/09 Preliminary<br />

4.8 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Chapter 5<br />

5The control block


06/24/09 Preliminary<br />

Contents The control block 5.3<br />

DXPTR 5.4<br />

NDXPTR 5.4<br />

SGPTR 5.5<br />

NSGPTR 5.5<br />

AGEPTR 5.5<br />

SEXPTR 5.5<br />

DSTATPTR 5.5<br />

PROVPTR 5.6<br />

PPSPTR 5.6<br />

DATEPTR 5.6<br />

VPTR 5.7<br />

ADXFLGPTR 5.7<br />

DXFLGPTR 5.7<br />

PRFLGPTR 5.8<br />

BUFFPTR 5.9<br />

Flag values 5.11<br />

DSCPTR 5.11<br />

OPTPTR 5.11<br />

5.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 5<br />

The control block<br />

THE CONTROL BLOCK IS a block of fullwords which serves as<br />

the main reference point for each of the programs in the <strong>Medicare</strong><br />

<strong>Code</strong> <strong>Editor</strong> (MCE) system. Each program uses the control block to<br />

locate required input data and to establish the locations of return<br />

information.<br />

Table 5–1 lists the control block and elements required for each system<br />

component. The first 15 elements are the same for both the editor<br />

and the print programs. The pointers from element number 16 on<br />

have different meanings depending on which component is being<br />

called.<br />

Table 5–1. Control block and elements of MCE system<br />

Element Number <strong>Editor</strong> pointers Print program pointers<br />

1 DXPTR DXPTR<br />

2 NDXPTR NDXPTR<br />

3 PRPTR PRPTR<br />

4 NPRPTR NPRPTR<br />

5 AGEPTR AGEPTR<br />

6 SEXPTR SEXPTR<br />

7 DSTATPTR DSTATPTR<br />

8 PROVPTR PROVPTR<br />

9 PPSPTR PPSPTR<br />

October 2009<br />

The control block 5.3


06/24/09 Preliminary<br />

Table 5–1. Control block and elements of MCE system (continued)<br />

Element Number <strong>Editor</strong> pointers Print program pointers<br />

10 DATEPTR DATEPTR<br />

11 VPTR VPTR<br />

12 ADXFLGPTR ADXFLGPTR<br />

13 DXFLGPTR DXFLGPTR<br />

14 PRFLGPTR PRFLGPTR<br />

15 BUFFPTR BUFFPTR<br />

16 DSCPTR<br />

17 OPTPTR1<br />

18 OPTPTR2<br />

19 OPTPTR3<br />

20 OPTPTR4<br />

21 OPTPTR5<br />

22 OPTPTR6<br />

23 OPTPTR7<br />

24 OPTPTR8<br />

25 OPTPTR9<br />

26 OPTPTR10<br />

27 OPTPTR11<br />

The following pages explain the pointers listed in table 5–1. Bit values,<br />

where documented, are numbered in a left-to-right order, with bit<br />

0 being the left-most bit.<br />

DXPTR<br />

Address of the area containing contiguous ICD-9-CM diagnosis<br />

codes. Each diagnosis must be left justified and blank filled in an<br />

8-byte field. The eighth byte represents the POA indicator. The first<br />

of these codes is presumed to be the admitting diagnosis and the second<br />

is presumed to be the principal diagnosis. These codes must be<br />

present.<br />

NDXPTR<br />

Address of a fullword containing the count of diagnoses entered into<br />

the area pointed to by DXPTR. Do not count blank space after the<br />

last filled diagnosis. The actual number of valid diagnoses must be<br />

entered. The editor only uses diagnoses up to the first blank field it<br />

finds and will reduce the number you give it accordingly. The number<br />

must be a binary (PIC 9(8) COMP) fullword. This must be a<br />

value of at least 2 (admit diagnosis and principal diagnosis), as at<br />

least two diagnoses must be present. The maximum number of codes<br />

5.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

allowed is 26. If greater than 26, the software uses only the first 26<br />

fields in the buffer and ignores the rest.<br />

SGPTR<br />

Address of the area containing contiguous ICD-9-CM procedure<br />

codes. Each code must be seven bytes. Procedures are handled in the<br />

same manner as diagnoses by the system.<br />

NSGPTR<br />

Address of a fullword containing the number of procedure codes.<br />

This is the maximum number that the area pointed to by SGPTR can<br />

hold. The number must be a binary (PIC 9(8) COMP) fullword. The<br />

maximum number of codes allowed is 25.<br />

AGEPTR<br />

Address of a 3-byte variable containing the numeric age in years. The<br />

variable must be right-adjusted, with either zero or blank filling<br />

allowed. Values in the range 0-124 are valid.<br />

SEXPTR<br />

Address of a 1-byte variable containing the numeric sex. The variable<br />

must contain the value 1 for males, 2 for females or 0 for unknown.<br />

DSTATPTR<br />

Address of a 2-byte variable containing the numeric discharge status<br />

code, which must be coded according to the UB-04 code scheme. If<br />

discharge status is not available, DSTATPTR should point to a constant<br />

with a value of 00. Table 5–2 lists the valid UB-04 discharge<br />

status codes in the software.<br />

Table 5–2. UB-04 discharge status codes<br />

<strong>Code</strong><br />

Description<br />

00 Unknown<br />

01 Home, self care (routine)<br />

02 Short term hospital<br />

03 SNF<br />

04 ICF<br />

05 Other facility (valid until 03/31/08)<br />

Canc/child hosp (effective 04/01/08)<br />

06 Home health service<br />

07 Left against medical advice<br />

08 Home IV service (deleted 10/01/05)<br />

20 Died<br />

21 Court/law enfrc (added 10/01/09)<br />

October 2009<br />

The control block 5.5


06/24/09 Preliminary<br />

Table 5–2. UB-04 discharge status codes (continued)<br />

<strong>Code</strong><br />

Description<br />

30 Still a patient<br />

43 Fed hospital (added 10/01/03)<br />

50 Hospice - home<br />

51 Hospice - medical facility<br />

61 Swing bed (added 10/01/01)<br />

62 Rehab fac/unit (added 10/01/01)<br />

63 LTC hospital (added 10/01/01)<br />

64 Nursing facility-Medicaid certified (added 10/01/02)<br />

65 Psych hosp/unit (added 10/01/03)<br />

66 Critical access hospital (added 10/01/05)<br />

70 Oth institution (effective 04/01/08)<br />

71 OP services-other facility (10/01/01–09/30/03 only)<br />

72 OP services-this facility (10/01/01–09/30/03 only)<br />

PROVPTR<br />

Address of an area containing the 15-byte <strong>Medicare</strong> provider number.<br />

This information is required for the summary record. Refer to BUFF-<br />

PTR above for a detailed explanation.<br />

PPSPTR<br />

Address of a 1-byte numeric variable which must be set to one of the<br />

values shown in table 5–3. This information is required for the summary<br />

record. Refer to BUFFPTR above for details.<br />

Table 5–3. PPS values<br />

Value<br />

Description<br />

0 PPS status unknown<br />

1 PPS provider<br />

2 Non-PPS provider<br />

DATEPTR<br />

Address of the calendar discharge date (yyyymmdd) which is used<br />

for determining which MCE version to call. Each of the three components<br />

of the date must be numeric and left zero filled. There are no<br />

separators. If this date is not valid, the claim stops processing, and<br />

the edit flag (see BUFFPTR) will be set to 4. Since the date edit is not<br />

a part of the “official” MCE edits, there is no accumulator provided.<br />

The flag is included for your convenience only.<br />

5.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

VPTR<br />

Address of a 3-byte area (Pic 9(3)) where the version identification<br />

number is placed by the program. This area contains the number of<br />

the MCE version that was run. Selection of an MCE version is determined<br />

by the date passed in DATEPTR. Table 5–4 lists the versions<br />

and date ranges.<br />

Table 5–4. Versions<br />

MCE version<br />

Date range<br />

16.0 10/01/1999 – 09/30/2000<br />

17.0 10/01/2000 – 09/30/2001<br />

18.0 10/01/2001 – 09/30/2002<br />

19.0 10/01/2002 – 09/30/2003<br />

20.0 10/01/2003 – 09/30/2004<br />

21.0 10/01/2004 – 09/30/2005<br />

22.0 10/01/2005 – 09/30/2006<br />

23.0 10/01/2006 – 09/30/2007<br />

24.0 10/01/2007 – 03/31/2008<br />

24.1 04/01/2008 – 09/30/2008<br />

25.0 10/01/2008 – 09/30/2009<br />

26.0 10/01/2009 – 09/30/2010<br />

ADXFLGPTR<br />

Address of a 1-byte variable containing the admitting diagnosis edit.<br />

The variable will contain the value 0 if the admitting diagnosis is<br />

valid or 1 if the admitting diagnosis is invalid.<br />

DXFLGPTR<br />

Address of a 350-byte field containing the diagnosis code edits starting<br />

with the principal diagnosis. 14 bytes for each of 25 diagnosis<br />

codes. The variable will contain the value 0 if the edit was not applicable<br />

or 1 if the edit was applicable. Table 5–5 provides a description<br />

for each of the 14 edit bytes.<br />

October 2009<br />

The control block 5.7


06/24/09 Preliminary<br />

Table 5–5. MCE diagnosis code edits<br />

Byte<br />

MCE diagnosis edit<br />

1 Invalid diagnosis code<br />

2 Sex conflict<br />

3 Age conflict<br />

4 Questionable admission<br />

5 Manifestation code as principal diagnosis<br />

6 Nonspecific principal diagnosis<br />

7 E-code as principal diagnosis<br />

8 Unacceptable principal diagnosis<br />

9 Duplicate of principal diagnosis<br />

10 <strong>Medicare</strong> is secondary payer<br />

11 Requires secondary diagnosis<br />

12 Type of age conflict:<br />

0 = No age conflict<br />

1 = Newborn<br />

2 = Pediatric<br />

3 = Maternity<br />

4 = Adult<br />

13 POA indicator invalid or missing (for future use)<br />

14 Wrong procedure performed<br />

PRFLGPTR Address of a 400-byte field containing the procedure code edits. 16<br />

bytes for each of 25 procedure codes. The variable will contain the<br />

value 0 if the edit was not applicable or 1 if the edit was applicable.<br />

Table 5–6 provides a description for each of the 16 edit bytes.<br />

Table 5–6. MCE procedure code edits<br />

Byte<br />

MCE procedure edit<br />

1 Invalid procedure code<br />

2 Sex conflict<br />

3 Nonspecific O.R. procedure<br />

4 Open biopsy check<br />

5 Non-covered procedure<br />

6 Bilateral procedure<br />

7 Limited coverage – Lung volume reduction surgery (LVRS)<br />

8 Limited coverage – Lung transplant<br />

5.8 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Table 5–6. MCE procedure code edits<br />

Byte<br />

MCE procedure edit<br />

9 Limited coverage – Combination heart/lung transplant<br />

10 Limited coverage – Heart transplant<br />

11 Limited coverage – Implant of heart assist system<br />

12 Limited coverage – Intestine/multi-visceral transplant<br />

13 Limited coverage – Liver transplant<br />

14 Limited coverage – Kidney transplant<br />

15 Limited coverage – Pancreas transplant<br />

16 Limited coverage – Artificial heart transplant<br />

BUFFPTR<br />

Address of a 138-byte buffer (MCEBUFF) that must be allocated by<br />

your interface program. The software will produce a summary of<br />

errors for each record and will put the summarized information in<br />

this buffer, along with the provider number, PPS indicator, and edit<br />

flag. Table 5–7 is a description of the buffer.<br />

The accumulators at positions 17 through 62, and 69 through 76, contain<br />

the counts of the number of occurrences of each of the error<br />

conditions related to diagnoses and/or procedures. Those for which<br />

the count cannot exceed 1 are designated with an asterisk (*).<br />

Table 5–7. Buffer description<br />

Byte Datatype Description<br />

1 pic 9(15). <strong>Medicare</strong> provider number<br />

16 pic 9. PPS indicator<br />

17 pic 99. Invalid ICD-9-CM code<br />

19 pic 99. Sex conflict<br />

21 pic 99. Age conflict<br />

23 pic 99. * Questionable admission<br />

25 pic 99. * Manifestation as principal dx<br />

27 pic 99. * Non-specific principal dx (versions 2.0-23.0 only)<br />

29 pic 99. * E-code as principal dx<br />

31 pic 99. * Unacceptable principal dx<br />

33 pic 99. Duplicate of principal dx<br />

35 pic 99. MSP alert (versions 15.0–17.0 only)<br />

37 pic 99. Principal dx requires secondary dx<br />

39 pic 99. Non-specific procedure (versions 15.0-23.0 only)<br />

October 2009<br />

The control block 5.9


06/24/09 Preliminary<br />

Table 5–7. Buffer description (continued) (continued)<br />

Byte Datatype Description<br />

41 pic 99. Open biopsy check<br />

43 pic 99. Non-covered procedure<br />

45 pic 99. *Bilateral procedure<br />

47 pic 99. LVRS - Limited coverage<br />

49 pic 99. Lung transplant - Limited coverage<br />

51 pic 99. Combo heart/lung transpl - Limited coverage<br />

53 pic 99. Heart transplant - Limited coverage<br />

55 pic 99. Implantable hrt assist - Limited coverage<br />

57 pic 99. Intest/M. visceral transpl - Limited coverage<br />

59 pic 99. Liver transplant - Limited coverage<br />

61 pic 99. * Invalid admit dx<br />

63 pic 99. * Invalid age (not between 0 and 124 years)<br />

65 pic 99. * Invalid sex (not 1 or 2)<br />

67 pic 99. * Invalid or missing discharge status code (not<br />

01-08, 20, 30, 43, 50, 51, 61–66)<br />

Note: Some discharge status codes are not valid for<br />

all date ranges. See table 5–2 on page 5.5.<br />

69 pic 99. Kidney transplant - Limited coverage<br />

71 pic 99. Pancreas transplant - Limited coverage<br />

73 pic 99. POA indicators invalid or missing (for future use)<br />

75 pic 99. Artificial heart transplant - Limited coverage<br />

77 pic 99. Wrong procedure performed<br />

137 pic 99. MCE edit flag<br />

The accumulators at positions 45 and 63 through 68 will have a count<br />

of 1 if the error is present, and 0 otherwise. They are effectively the<br />

flag bytes for these errors.<br />

5.10 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Flag values<br />

The MCE edit flag is set by the software to values shown in table<br />

5–8.<br />

Table 5–8. Edit flag values<br />

Value<br />

Description<br />

0 No errors<br />

1 Pre-payment error<br />

Non-covered procedure<br />

Questionable admission<br />

Age conflict<br />

Sex conflict<br />

Invalid ICD-9-CM code<br />

E-code as principal diagnosis<br />

Manifestation as principal diagnosis<br />

Unacceptable principal diagnosis<br />

Invalid age, sex or discharge status<br />

Duplicate of PDX,<br />

Requires secondary dx<br />

Limited coverage<br />

Wrong procedure performed<br />

2 Post-payment error<br />

Non-specific diagnosis<br />

Non-specific procedure<br />

Bilateral procedure<br />

Biopsy check<br />

MSP alert (versions 2.0–17.0 only)<br />

3 Both pre-payment and post-payment errors<br />

4 Discharge date invalid or missing<br />

50 MCE table (MCE260RT) could not be opened or is<br />

corrupted<br />

EDflag is not set for admitting diagnosis.<br />

DSCPTR<br />

Used with the report programs. This is the address of a binary<br />

(PIC 9(8) COMP) fullword indicating whether the ICD-9-CM<br />

English description file will be accessed. A value of 0 (zero) indicates<br />

that no English descriptions are wanted, while a value of 1<br />

indicates that descriptions will be printed. If descriptions are<br />

bypassed, their area in the print line is blanked out. No change in<br />

print format occurs.<br />

OPTPTR<br />

Used with the report programs. Up to 11 OPTPTRs may be present,<br />

with each one pointing to a 40-byte user-allocated area containing<br />

additional patient information (patient I.D., length of stay, etc.) that is<br />

October 2009<br />

The control block 5.11


06/24/09 Preliminary<br />

to be included as a line of output on the report. The report program<br />

will print the entire 40 bytes “as is” for each option line present.<br />

These lines will be printed immediately below the title line and<br />

before the standard information (provider number, PPS status, age,<br />

sex, discharge status, date, diagnosis and procedures) is reported.<br />

For MCE260PB and MCE260PC, at least two OPTPTRs must be<br />

present, and they must be the 17th and 18th pointers in the control<br />

block. The first OPTPTR (#17) must be the address of an area allocated<br />

to hold report lines. The second OPTPTR (#18) must be the<br />

address of a fullword into which the report programs (MCE260PB or<br />

MCE260PC) will place a binary (PIC 9(8) COMP) count of the<br />

actual number of report lines used. The remaining OPTPTRs can be<br />

used as described above. See<br />

chapter 6 for a full explanation of the report programs.<br />

It is the user’s responsibility to set a flag in the last pointer to indicate<br />

the end of the pointer list. To set the end-of-list flag the high-order bit<br />

of the last pointer must be turned on. For COBOL programmers, the<br />

CALL... USING statement automatically sets the end-of-list<br />

indicator.<br />

5.12 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Chapter 6<br />

6The report programs


06/24/09 Preliminary<br />

Contents The report programs 6.3<br />

MCE260PA 6.3<br />

MCE260PB 6.3<br />

MCE260PC 6.4<br />

Uses for the report programs 6.5<br />

MCE260PA 6.5<br />

MCE260PB 6.5<br />

MCE260PC 6.5<br />

6.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Chapter 6<br />

The report programs<br />

THREE REPORT PROGRAMS ARE INCLUDED in the <strong>Medicare</strong><br />

<strong>Code</strong> <strong>Editor</strong> (MCE) program. All versions of the software are compatible<br />

with the report programs discussed below.<br />

MCE260PA<br />

This standard report program (format A) prints each patient record on<br />

a separate page. MCE260PA output is written to a file with the DD<br />

name RPTFILE which can be allocated to the printer, a disk, or tape<br />

file. RPTFILE is opened on the initial call to MCE260PA. In order to<br />

close RPTFILE, MCE260PA must be called with Register 1 set to a<br />

value of zero (for COBOL, a CALL MCE260PA with no parameters<br />

will have this effect). If you are blocking RPTFILE records, closing<br />

the file is essential, or the last block of output may be lost.<br />

MCE260PB<br />

This report program (format B) is the same as above, except instead<br />

of printing, a mirror of the report page is returned with a count of<br />

lines. The first position of each line is the carriage control character,<br />

having one of the values shown in table 6–1.<br />

Table 6–1. Carriage control character values<br />

Value<br />

Explanation<br />

1 Skip to new page before printing line<br />

0 Space two lines before printing current line<br />

Blank<br />

Normal print spacing<br />

October 2009<br />

The report programs 6.3


06/24/09 Preliminary<br />

MCE260PC<br />

This report program (format C) returns a series of taglines, one<br />

tagline for each diagnosis and procedure on the patient record. The<br />

tagline will include any error messages. Each line follows a coded<br />

tag which explains the tagline. The tag numbers are 4-byte numerics.<br />

There will be two or more lines with the same tag number if more<br />

than one error is found for the same diagnosis or procedure. Taglines<br />

are explained in table 6–2.<br />

Table 6–2. MCE260PC tagline format<br />

Tag number<br />

Tagline<br />

0101-0116 Diagnosis line, with 101 as the admitting diagnosis,<br />

102 as the principal diagnosis, 103 as the first<br />

secondary diagnosis, etc.<br />

0201-0215 Procedure line, with 201 as the first listed procedure,<br />

202 the second, etc.<br />

0301 Line indicating invalid discharge disposition<br />

0401 Line indicating invalid age<br />

0501 Line indicating invalid sex<br />

Table 6–3 is an example of the taglines that might be returned by<br />

MCE260PC.<br />

Table 6–3. MCE260PC tagline example<br />

Positions 1-4 Positions 5-84<br />

0101 V1087 Hx of thyroid malignancy<br />

0102 V1087 Hx of thyroid malignancy<br />

Unacceptable principal diagnosis<br />

0103 462 Acute pharyngitis<br />

0201 064 Complete thyroidectomy<br />

0202 403 Regional lymph node exc<br />

0301 Invalid discharge disposition<br />

6.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Uses for the report programs<br />

The MCE user may utilize the report programs in a variety of ways.<br />

Some uses are suggested below. In each example, your interface program<br />

would do the flag testing and decide whether or not to call one<br />

of the print programs.<br />

Remember that for MCE260PB and MCE260PC, the first two OPTP-<br />

TRs are used for passing and receiving line information. Refer to<br />

chapter 5 for an explanation of the OPTPTRs.<br />

To run the report programs, Register 1 must again be pointing to the<br />

control block.<br />

MCE260PA MCE260PA could be called each time the edit flag (position 137-138<br />

in the MCEBUFF) was returned with a value greater than zero<br />

(remember that invalid admitting diagnosis does not set this flag).<br />

This would generate a one-page report for the patient record on<br />

which errors were detected.<br />

Alternatively, MCE260PA could be called for each record, whether<br />

or not any flags were set, which could produce a large volume of<br />

print output.<br />

MCE260PA output could be written to a tape or disk file for later<br />

printing.<br />

MCE260PB<br />

MCE260PB could be called if you wanted to have all of the basic<br />

information in the standard report, but wanted to insert lines or edit<br />

the report before printing. Your interface program must allocate sufficient<br />

space for holding a full report. It must also control all I/O to the<br />

printer, as MCE260PB does not actually generate any printing.<br />

The allocated area can be calculated by multiplying the expected<br />

maximum number of lines by 81 (the maximum number of characters<br />

per line).<br />

MCE260PC<br />

MCE260PC could be called if you wanted the editor information for<br />

each diagnosis and procedure, but wanted to integrate it with other<br />

information tailored to your own reporting requirements.<br />

Your interface program must allocate space. In this instance, the<br />

space requirement would be:<br />

(maximum diagnosis (NDXPTR value) + maximum procedures (NSGPTR value) +3) x 84.<br />

October 2009<br />

The report programs 6.5


Uses for the report programs<br />

06/24/09 Preliminary<br />

If English descriptions are bypassed, the above statement is excluded.<br />

For more information, see DSCPTR in chapter 5.<br />

Figure 6–1 illustrates a compile-link-go including the standard report<br />

program (MCE260PA). If English descriptions are bypassed, the line<br />

marked with the dagger (†) is excluded.<br />

6.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Uses for the report programs<br />

//JOB CARD FOR YOUR INSTALLATION<br />

//* ******************************************************<br />

//* THIS JOB IS USED TO COMPILE, LINK AND RUN THE MCE<br />

//* COBOL TEST PROGRAM, COBTEST.<br />

//*<br />

//* BOTH OBJECT AND LOAD MODULES ARE TEMPORARY.<br />

//* ******************************************************<br />

//COBUCLG PROC SYSOUT='*'<br />

//* COBOL FOR MVS COMPILE AND LINK<br />

//COB EXEC PGM=IGYCRCTL,PARM='RENT,NODYNAM'<br />

//STEPLIB DD DSN=IGY.V2R2M0.SIGYCOMP,DISP=SHR<br />

//SYSLIB DD DSN=YOURID.&PROD..SRCLIB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSIN DD DSN=YOURID.&PROD..SRCLIB(COBTEST),DISP=SHR<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT5 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT6 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSUT7 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSLIN DD DSN=&&LOADSET,UNIT=SYSDA,DISP=(MOD,PASS),<br />

// SPACE=(TRK,(3,3)),DCB=BLKSIZE=800<br />

//*<br />

//LKED EXEC PGM=IEWL,PARM='LIST,MAP,AMODE=31,RMODE=ANY',<br />

// COND=(5,LT,COB)<br />

//SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR<br />

//SYSLMOD DD DSN=&&GOSET(COBTEST),UNIT=SYSDA,DISP=(,PASS),<br />

// SPACE=(CYL,(5,1,5))<br />

//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//SYSLIN DD DSN=&&LOADSET,DISP=(OLD,DELETE)<br />

// DD DDNAME=SYSIN<br />

//OBJECT DD DSN=YOURID.&PROD..OBJLIB,DISP=OLD<br />

//*<br />

//GO EXEC PGM=COBTEST,COND=((5,LT,COB),(5,LT,LKED))<br />

//STEPLIB DD DISP=SHR,DSN=&&GOSET<br />

// DD DISP=SHR,DSN=CEE.SCEERUN<br />

//INFILE DD DSN=YOURID.&PROD..TESTDB,DISP=SHR<br />

//SYSPRINT DD SYSOUT=&SYSOUT<br />

//MCE260I9 DD DSN=YOURID.&PROD..VSFILE,DISP=SHR †<br />

//RPTFILE DD SYSOUT=&SYSOUT,DCB=(RECFM=FA,BLKSIZE=81,BUFNO=1)<br />

// PEND<br />

//*<br />

//PROG1 EXEC COBUCLG,PROD=MCE260<br />

//*<br />

//LKED.SYSIN DD *<br />

INCLUDE OBJECT(MCE260CN,MCE260ED,MCE260RT)<br />

INCLUDE OBJECT(MCE260PA,MCE260VS,MCE260DT)<br />

ENTRY COBTEST<br />

NAME COBTEST<br />

/*<br />

Figure 6–1. Example of print JCL using a COBOL interface program<br />

October 2009<br />

The report programs 6.7


06/24/09 Preliminary<br />

6.8 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Appendix A<br />

AMCE software edits


06/24/09 Preliminary<br />

Contents MCE software edits A.3<br />

1. Invalid diagnosis or procedure code A.4<br />

2. E-code as principal diagnosis A.4<br />

3. Duplicate of PDX A.4<br />

4. Age conflict A.4<br />

5. Sex conflict A.4<br />

6. Manifestation code as principal diagnosis A.5<br />

7. Non-specific principal diagnosis A.5<br />

8. Questionable admission A.5<br />

9. Unacceptable principal diagnosis A.5<br />

10. Non-specific O.R. procedure A.5<br />

11. Non-covered procedure A.5<br />

12. Open biopsy check A.6<br />

13. Bilateral procedure A.6<br />

14. Invalid age A.6<br />

15. Invalid sex A.6<br />

16. Invalid discharge status A.6<br />

17. Limited coverage A.6<br />

18. Wrong procedure performed A.6<br />

A.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Appendix A<br />

MCE software edits<br />

THE EDITS CONTAINED in the current <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong><br />

(MCE) software are listed here with their descriptions. These edits<br />

are the official MCE edits specified by the Centers for <strong>Medicare</strong> and<br />

Medicaid Services (CMS).<br />

Below is a list of edit messages described in this appendix:<br />

1. Invalid diagnosis or procedure code<br />

2. E-code as principal diagnosis<br />

3. Duplicate of PDX<br />

4. Age conflict<br />

5. Sex conflict<br />

6. Manifestation code as principal diagnosis<br />

7. Non-specific principal diagnosis (Discontinued as of 10/01/07)<br />

8. Questionable admission<br />

9. Unacceptable principal diagnosis<br />

10. Non-specific O.R. procedure (Discontinued as of 10/01/07)<br />

11. Non-covered procedure<br />

12. Open biopsy check<br />

13. Bilateral procedure<br />

14. Invalid age<br />

15. Invalid sex<br />

16. Invalid discharge status<br />

17. Limited coverage<br />

18. Wrong procedure performed<br />

October 2009<br />

MCE software edits A.3


06/24/09 Preliminary<br />

➤<br />

➤<br />

Note: Effective 10/01/01, the MSP (<strong>Medicare</strong> as secondary payer)<br />

alert edit was discontinued and will appear for claims processed<br />

using MCE versions 2.0–17.0 only.<br />

Note: Effective 10/01/07, the non-specific principal diagnosis<br />

edits and non-specific O.R. procedure edits were discontinued<br />

and will appear for claims processed using MCE version 2.0-23.0<br />

only.<br />

1. Invalid diagnosis or<br />

procedure code<br />

➤<br />

MCE software checks each diagnosis code, including the admitting<br />

diagnosis, and each procedure code against a table of valid<br />

ICD-9-CM codes. If an entered code does not agree with any code on<br />

the internal list, the entered code is considered invalid or as having an<br />

invalid or missing 4th, 5th, or 6th digit.<br />

Note: Effective 10/01/1994, the Invalid 4th or 5th digit edit was<br />

discontinued and the Invalid diagnosis or procedure code edit<br />

displayed in its place.<br />

2. E-code as principal<br />

diagnosis<br />

E-codes describe the circumstance(s) that caused an injury, not the<br />

nature of the injury (e.g., fall from bed), and therefore should not be<br />

used as a principal diagnosis. E-codes are all ICD-9-CM diagnosis<br />

codes that begin with the letter E.<br />

3. Duplicate of PDX Whenever a secondary diagnosis is coded the same as the principal<br />

diagnosis, the secondary diagnosis is identified by MCE software as<br />

a duplicate of the principal diagnosis. This is because the diagnosis<br />

code may be considered a complication or comorbidity (CC) and will<br />

create an error in DRG assignment if the DRG is affected by the presence<br />

of a CC.<br />

4. Age conflict MCE software detects inconsistencies between a patient’s age and<br />

any diagnosis on the patient’s record. Examples of age conflicts are a<br />

five-year-old patient with benign prostatic hypertrophy, and a 78<br />

year-old patient with a delivery. In such cases, either the diagnosis or<br />

age is presumed to be incorrect. There are four age code categories:<br />

newborn (less than one year), pediatric (0–17 years inclusive), maternity<br />

(12–55 years inclusive), and adult (15–124 years inclusive).<br />

5. Sex conflict MCE software detects inconsistencies between a patient’s sex and<br />

any diagnosis or procedure on the patient’s record. Examples of sex<br />

conflicts are a male patient with cervical cancer (diagnosis) and a<br />

male patient with a hysterectomy (procedure). In such cases, either<br />

the diagnosis, procedure, or sex is presumed to be incorrect.<br />

A.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

6. Manifestation code as<br />

principal diagnosis<br />

Manifestation codes describe the manifestation of an underlying disease,<br />

not the disease itself, and therefore should not be used as a<br />

principal diagnosis.<br />

7. Non-specific principal<br />

diagnosis<br />

Discontinued as of 10/01/07.<br />

A set of diagnosis codes, particularly those described as “not otherwise<br />

specified” (NOS), are identified by the software as non-specific.<br />

While these codes are valid ICD-9-CM codes, more precise codes<br />

should be used for the principal diagnosis. It should be noted that a<br />

diagnosis is considered non-specific only if the patient was discharged<br />

alive; patients who have died often do not receive a complete<br />

diagnostic workup, and specification of a precise principal diagnosis<br />

may not be possible.Non-specific principal diagnosis.<br />

8. Questionable admission There are some diagnoses which are not usually sufficient justification<br />

for admission to an acute care hospital (e.g., benign<br />

hypertension). In these cases, the diagnosis code is flagged.<br />

9. Unacceptable principal<br />

diagnosis<br />

There are selected codes that describe a circumstance which influences<br />

an individual’s health status but is not a current illness or injury<br />

(e.g., family history of ischemic heart disease) or codes that are not<br />

specific manifestations but may be due to an underlying cause. Such<br />

codes are considered unacceptable as a principal diagnosis. In a few<br />

cases, some unacceptable codes will be acceptable as principal diagnosis<br />

if any secondary diagnosis is coded; for these codes, the<br />

software displays a “Requires secondary dx” message next to the<br />

code in place of the “Unacceptable principal diagnosis” edit.<br />

10. Non-specific O.R.<br />

procedure<br />

Discontinued as of 10/01/07.<br />

A set of O.R. procedure codes, particularly those described as “not<br />

otherwise specified” (NOS), are identified by the software as<br />

non-specific. While these codes are valid ICD-9-CM codes, more<br />

precise codes should be used. It should be noted that the non-specific<br />

O.R. procedure condition is reported only if all the O.R. procedures<br />

performed have been coded as non-specific; if a patient had several<br />

O.R. procedures and only one was non-specific, the edit would not be<br />

generated.<br />

11. Non-covered procedure <strong>Medicare</strong> does not provide reimbursement for some procedures and<br />

their codes are flagged by the software. Some non-covered procedures<br />

are covered under certain circumstances with particular<br />

principal or secondary diagnoses, as specified by CMS.<br />

October 2009<br />

MCE software edits A.5


06/24/09 Preliminary<br />

12. Open biopsy check Biopsies can be performed as open (i.e., a body cavity entered surgically),<br />

percutaneous, or endoscopic procedures. Patients are assigned<br />

to different DRGs depending on whether or not the biopsy was open.<br />

ICD-9-CM codes are explicit for open and non-open biopsies; however,<br />

the distinction made by the codes is not applied uniformly.<br />

MCE software identifies all biopsies that are coded as open biopsies,<br />

and suggests the corresponding non-open biopsy code to use, if<br />

applicable.<br />

13. Bilateral procedure Certain codes do not accurately reflect procedures that are performed<br />

in one admission on two or more different bilateral joints of<br />

the lower extremities. A combination of these codes shows a bilateral<br />

procedure when, in fact, they could be procedures performed on a<br />

single joint (i.e., duplicate procedures). When two or more different<br />

joint replacement procedures are coded, this edit instructs the fiscal<br />

intermediary to make sure that these procedures were performed on<br />

two separate joints.<br />

14. Invalid age A patient’s age is usually needed for correct DRG grouping. If the<br />

age reported is outside the valid range (0–124 years), the software<br />

assumes the age is in error.<br />

15. Invalid sex A patient’s sex is sometimes needed for correct DRG grouping. The<br />

sex code reported must be either 1 (male) or 2 (female). If the entry is<br />

not either of these values, the software flags the record.<br />

16. Invalid discharge status A patient’s discharge status is sometimes needed for correct DRG<br />

grouping. Discharge status must be coded according to the UB–04<br />

conventions. Note that when an invalid discharge status is reported,<br />

the patient is presumed to have been discharged alive for the purpose<br />

of performing the non-specific principal diagnosis check.<br />

17. Limited coverage For certain procedures whose medical complexity and serious nature<br />

incur extraordinary associated costs, <strong>Medicare</strong> limits<br />

coverage to a portion of the cost. The edit applies to such procedures<br />

as lung volume reduction surgery (LVRS), an implantable heart assist<br />

system, and major organ transplants.<br />

18. Wrong procedure<br />

performed<br />

Certain E-codes indicate that the wrong procedure was<br />

performed.<br />

A.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Appendix B<br />

BSummary of changes


06/24/09 Preliminary<br />

Contents Summary of changes B.3<br />

<strong>Software</strong> B.3<br />

Tables B.3<br />

Documentation B.4<br />

B.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Appendix B<br />

Summary of changes<br />

MODIFICATIONS MADE to the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> (MCE)<br />

software and effective in the current release are summarized below.<br />

<strong>Software</strong> ◆ Basic changes to accommodate table and date range<br />

modifications.<br />

◆ New version 26.0 with an effective date range of<br />

10/01/2009–09/30/2010.<br />

Tables<br />

The tables have been updated with information for MCE<br />

software versions 2.0 through 26.0.<br />

October 2009<br />

Summary of changes B.3


06/24/09 Preliminary<br />

Documentation<br />

The following code lists for edits were updated. For more<br />

information, refer to chapter 2 of the Definitions of <strong>Medicare</strong> <strong>Code</strong><br />

Edits guide.<br />

◆ Diagnoses for Newborns<br />

◆ Diagnoses for Pediatrics - (age 0-17)<br />

◆ Diagnoses for Maternity -age 12-55 years old<br />

◆ Diagnoses for Females Only<br />

◆ Diagnoses for Males Only<br />

◆ Procedures Allowed for Females Only<br />

◆ Manifestations Not Allowed as Principal Diagnoses<br />

◆ Unacceptable Principal Diagnoses<br />

◆ E-<strong>Code</strong> as Principal Diagnosis<br />

◆ Bilateral Procedure<br />

The following new edit was added. For more information, refer to<br />

chapter 2 of the Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits guide.<br />

◆ Wrong Procedure Performed<br />

B.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong> October 2009


Preliminary 06/24/09<br />

Index<br />

A<br />

Admit diagnosis (ADXFLGPTR), 5.7<br />

Admitting diagnosis code, 2.5<br />

ADXFLGPTR (admit diagnosis), 5.7<br />

Age conflict, A.4<br />

Age data type, 4.3<br />

Age in years (AGEPTR), 5.5<br />

AGEPTR (age in years), 5.5<br />

Alternate interface, 4.7<br />

ALTTEST, 3.6<br />

B<br />

Bilateral procedure, A.6<br />

Buffer (BUFFPTR), 5.9<br />

Buffer description, 5.9<br />

BUFFPTR (buffer), 5.9<br />

C<br />

Calling the editor, 4.3<br />

Carriage control character, 6.3<br />

CBTSTJCL (run sample COBOL program), 3.6<br />

Changes, summary of, B.3<br />

Clinical edits, 1.4<br />

COBOL program, 3.6<br />

COBOL test program, 3.17<br />

output, 3.19<br />

COBOLPRT (run sample COBOL program and print output),<br />

3.6<br />

COBTEST, 3.6<br />

<strong>Code</strong> edits, 1.3<br />

Coding errors, 1.4<br />

Copying<br />

object library, 3.7<br />

sample JCL to disk, 3.6<br />

source library, 3.11<br />

test database, 3.8<br />

Coverage edits, 1.3<br />

D<br />

Data elements of the output report, 2.4<br />

Date data type, 4.3<br />

Date format, 5.6<br />

Date of report, 2.4<br />

Date ranges for all versions, 1.4<br />

DATEPTR (discharge date), 5.6<br />

DBLOAD (load test database), 3.6<br />

Description file<br />

layout, 3.9<br />

loading, 3.9<br />

Diagnoses data type, 4.3<br />

Diagnosis<br />

moving, 4.3<br />

tagline, 6.4<br />

Diagnosis code description, 2.5<br />

Diagnosis code edit (DXFLGPTR), 5.7<br />

Diagnosis codes (DXPTR), 5.4<br />

October 2009<br />

Index I.1


06/24/09 Preliminary<br />

Diagnosis table, 3.12<br />

Discharge date<br />

and version used, 1.4<br />

format, 2.5<br />

Discharge date (DATEPTR), 5.6<br />

Discharge date ranges, 1.4<br />

Discharge dispositions, 2.5<br />

Discharge status, 4.3<br />

valid codes, 5.5<br />

Discharge status code (DSTATPTR), 5.5<br />

Discharge status data type, 4.3<br />

Discontinued edit<br />

invalid 4th or 5th digit, A.4<br />

Discontinued edits<br />

MSP alert, A.4<br />

Documentation<br />

changes in this release, B.4<br />

Downloading the program files, 3.5<br />

DRG versions in software, 1.4<br />

DRGs, how determined, 1.3<br />

DSCPTR (report descriptions), 5.11<br />

DSTATPTR (discharge status code), 5.5<br />

Duplicate of PDX, A.4<br />

DXFLGPTR (diagnosis code edit), 5.7<br />

DXPTR (diagnosis codes), 5.4<br />

E<br />

EBCDIC data format, 4.3<br />

EBCDIC Procedure table, 3.12, 3.14<br />

EBCDIC tables, load, 3.6<br />

EBCLOAD, 3.6<br />

EBCLOAD (load test database), 3.6<br />

E-code as principal diagnosis, A.4<br />

Edit<br />

age conflict, A.4<br />

bilateral procedure, A.6<br />

duplicate of PDX, A.4<br />

E-code as principal diagnosis, A.4<br />

invalid 4th or 5th digit, A.4<br />

invalid age, A.6<br />

invalid diagnosis or procedure code, A.4<br />

invalid discharge status, A.6<br />

invalid sex, A.6<br />

limited coverage, A.6<br />

manifestation code as principal diagnosis, A.5<br />

non-covered procedure, A.5<br />

non-specific principal diagnosis, A.5<br />

open biopsy check, A.6<br />

questionable admission, A.5<br />

sex conflict, A.4<br />

unacceptable principal diagnosis, A.5<br />

Edit changes in this release, B.3<br />

Edit flag values, 5.11<br />

Edit messages<br />

MSP alert, A.4<br />

Edits<br />

clinical, 1.4<br />

codes, 1.3<br />

coverage, 1.3<br />

discontinued, A.4<br />

types of, 1.3<br />

Elements of the output report, 2.4<br />

English description<br />

diagnosis code, 2.5<br />

procedure code, 2.5<br />

English description file, 3.9<br />

English description file (file 4), 3.9<br />

English description files, 3.3<br />

Error messages, tagline, 6.4<br />

Example<br />

compile-link-go, 6.7<br />

output report, 2.4<br />

print JCL with a COBOL interface, 6.7<br />

F<br />

File 1, JCL library, 3.6<br />

File 2, library of object programs, 3.7<br />

File 3, installation test database, 3.8<br />

File 4, description file, 3.9<br />

File 4, English description file, 3.9<br />

File 5, library of source programs and tables, 3.11<br />

Files<br />

description, 3.3<br />

on installation media, 3.4<br />

Fiscal intermediary, 1.3<br />

Flag values<br />

edit, 5.11<br />

Format<br />

for entering dates, 5.6<br />

of test database, 3.8<br />

Format A report program, 6.3<br />

Format B report program, 6.3<br />

Format C report program, 6.4<br />

Format of date entry, 2.5<br />

H<br />

Hospital type, 2.4<br />

How to determine MCE version for claim processing, 2.5<br />

I<br />

ICD-9-CM codes, 1.3, 2.5<br />

ICD-9-CM description file, 3.6, 3.17, 4.4<br />

I.2 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

Input file records, 4.3<br />

Installation media, 3.3<br />

Installation of English description file, 3.9<br />

Installing the software, 3.3<br />

Interface<br />

alternate, 4.7<br />

Interface program<br />

requirements, 4.3<br />

Invalid 4th or 5th digit, A.4<br />

Invalid age, A.6<br />

Invalid diagnosis or procedure code, A.4<br />

Invalid discharge status, A.6<br />

Invalid sex, A.6<br />

Invoking the program, 4.3<br />

J<br />

JCL library (file 1), 3.6<br />

JCL using a COBOL interface program, 6.7<br />

L<br />

Layout of description file, 3.9<br />

Library<br />

object programs (file 2), 3.7<br />

source programs and tables (file 5), 3.11<br />

Limited coverage, A.6<br />

List of MCE edits, A.3<br />

Load<br />

ICD-9-CM description files (VSAMLOAD), 3.6<br />

object library (OBJLOAD), 3.6<br />

source library (SRCLOAD), 3.6<br />

test database (DBLOAD), 3.6<br />

test database (EBCLOAD), 3.6<br />

M<br />

Manifestation code as principal diagnosis, A.5<br />

MCE<br />

control block, 4.3, 5.3<br />

edit list, A.3<br />

files installed, 3.4<br />

characteristics, 3.5<br />

installation, 3.3<br />

report programs, 6.3<br />

MCE tables, 3.3<br />

MCE v24.1 EBCDIC tables, 3.12<br />

MCE versions<br />

list of, 1.4<br />

on output reports, 2.4<br />

MCExxxPA report program, 6.3<br />

MCExxxPB report program, 6.3<br />

MCExxxPC report program, 6.4<br />

tagline example, 6.4<br />

tagline format, 6.4<br />

<strong>Medicare</strong> patients, 1.3<br />

<strong>Medicare</strong> provider (PROVPTR), 5.6<br />

MSP alert, A.4<br />

N<br />

NDXPTR (number of dx codes), 5.4<br />

Non-covered procedure, A.5<br />

Non-specific principal diagnosis, A.5<br />

NSGPTR (number of procedure codes), 5.5<br />

Number of dx codes (NDXPTR), 5.4<br />

Number of procedure codes (NSGPTR), 5.5<br />

O<br />

Object library, 3.6<br />

copying to disk, 3.7<br />

members, 3.7<br />

OBJLOAD (load object library), 3.6<br />

Open biopsy check, A.6<br />

Optional information<br />

patient, 2.4<br />

Optional information (OPTPTR), 5.11<br />

OPTPTR (optional information), 5.11<br />

Output<br />

COBOL test program, 3.19<br />

MCExxxPA report program, 6.3<br />

records, 4.3<br />

Output report, 2.3<br />

data elements, 2.4<br />

date generated, 2.4<br />

diagnosis codes, 2.5<br />

error message location, 2.3<br />

example, 2.4<br />

MCE version, 2.4<br />

optional information, 2.4<br />

patient information, 2.5<br />

procedure codes, 2.5<br />

provider number, 2.4<br />

title line, 2.4<br />

P<br />

Patient information, 2.5<br />

Patient record, printing, 6.3<br />

Physician number, 2.4<br />

PPS indicator data type, 4.3<br />

PPS status (PPSPTR), 5.6<br />

PPS values, 5.6<br />

October 2009<br />

Index I.3


06/24/09 Preliminary<br />

PPSPTR (PPS status), 5.6<br />

PRFLGPTR (procedure code edit), 5.8<br />

Principal diagnosis code, 2.5<br />

Print programs, 3.3<br />

Printing<br />

patient record, 6.3<br />

Procedure<br />

moving, 4.3<br />

tagline, 6.4<br />

Procedure code, 2.5<br />

Procedure code description, 2.5<br />

Procedure code edit PRFLGPTR), 5.8<br />

Procedure codes (SGPTR), 5.5<br />

Procedure table, 3.14<br />

Procedures data type, 4.3<br />

Program edits, A.3<br />

Program tables, 3.3<br />

Prospective payment system, 1.3<br />

Provider number, 2.4<br />

Provider number data type, 4.3<br />

PROVPTR (<strong>Medicare</strong> provider), 5.6<br />

Purpose of the software, 1.4<br />

Q<br />

Questionable admission, A.5<br />

R<br />

Ranges for valid data entry, 1.4<br />

Report<br />

example, 2.4<br />

generated claim summary, 2.3<br />

Report descriptions (DSCPTR), 5.11<br />

Report programs, 6.3<br />

control block, 5.11<br />

format A, 6.3<br />

uses of, 6.5<br />

format B, 6.3<br />

uses of, 6.5<br />

format C, 6.4<br />

uses of, 6.5<br />

how to use, 6.5<br />

optional lines, 5.11<br />

Requires secondary dx, A.5<br />

Run<br />

sample COBOL program (CBTSTJCL), 3.6<br />

sample COBOL program and print output<br />

(COBOLPRT), 3.6<br />

S<br />

Sample JCL<br />

for edit-only procedure, 4.5<br />

for edit-print procedure, 4.6<br />

to edit test database in COBOL environment, 3.18<br />

to install English description file, 3.9<br />

to install JCL library, 3.6<br />

to install object library, 3.7<br />

to install program source library, 3.11<br />

to install test databases, 3.8<br />

Secondary diagnosis code, 2.5<br />

Sex (SEXPTR), 5.5<br />

Sex conflict, A.4<br />

Sex data type, 4.3<br />

SEXPTR (sex), 5.5<br />

SGPTR (procedure codes), 5.5<br />

<strong>Software</strong> edits, A.3<br />

Source library, 3.6, 3.11<br />

copying to disk, 3.11<br />

members, 3.11<br />

SRCLOAD (load source library), 3.6<br />

Summary of changes, B.3<br />

T<br />

Tables installed, 3.3<br />

Tables, changes in this release, B.3<br />

Taglines, 6.4<br />

diagnosis, 6.4<br />

error messages, 6.4<br />

procedure, 6.4<br />

Test database, 3.6<br />

copying to disk, 3.8<br />

format, 3.8<br />

Test database installation (file 3), 3.8<br />

Title line, 2.4<br />

Title VI, Social Security Amendment, 1.3<br />

U<br />

UB-04 discharge disposition codes, 2.5<br />

UB-92 discharge status codes, 5.5<br />

Unacceptable principal diagnosis, A.5<br />

Uses for the report programs, 6.5<br />

V<br />

Version ID and date flag (VPTR), 5.7<br />

Version to use, what determines, 1.4<br />

Versions<br />

in the software, 1.4<br />

I.4 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/24/09<br />

of DRGs, 1.4<br />

Versions of the program<br />

changes in this release, B.3<br />

VPTR (version ID and date flag), 5.7<br />

VSAMLOAD (load ICD-9-CM description files), 3.6<br />

October 2009<br />

Index I.5


06/24/09 Preliminary<br />

I.6 <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> <strong>Software</strong><br />

October 2009


Preliminary 06/12/09<br />

Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

PBL–011 October 2009


06/12/09 Preliminary<br />

Document number<br />

October 2009<br />

PBL–011<br />

ii Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

October 2009


Preliminary 06/12/09<br />

About this document<br />

THE MEDICARE CODE EDITOR (MCE) detects and reports<br />

errors in the coding claims data. This manual contains a<br />

description of each coding edit with corresponding ICD-9-CM code<br />

lists.<br />

The coding edit information in this manual is effective from<br />

10/01/2009 to 09/30/2010.<br />

October 2009<br />

iii


06/12/09 Preliminary<br />

iv Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

October 2009


Preliminary 06/12/09<br />

Contents<br />

Preface<br />

About this document iii<br />

Chapter 1 Edit code lists 1.3<br />

1. Invalid diagnosis or procedure code 1.4<br />

2. E-code as principal diagnosis 1.4<br />

3. Duplicate of PDX 1.4<br />

4. Age conflict 1.4<br />

5. Sex conflict 1.19<br />

6. Manifestation code as principal diagnosis 1.38<br />

7. Non-specific principal diagnosis 1.41<br />

8. Questionable admission 1.41<br />

9. Unacceptable principal diagnosis 1.42<br />

10. Non-specific O.R. procedure 1.50<br />

11. Non-covered procedure 1.50<br />

12. Open biopsy check 1.53<br />

13. Bilateral procedure 1.54<br />

14. Invalid age 1.55<br />

15. Invalid sex 1.55<br />

16. Invalid discharge status 1.55<br />

17. Limited coverage 1.56<br />

18. Wrong procedure performed 1.57<br />

Chapter 2 <strong>Code</strong> list changes 2.3<br />

Changes to existing edits 2.3<br />

New edit 2.13<br />

Index I.1<br />

October 2009<br />

Contents v


06/12/09 Preliminary<br />

vi Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

October 2009


Chapter 1<br />

1Edit code lists


Contents Edit code lists 1.3<br />

1. Invalid diagnosis or procedure code 1.4<br />

2. E-code as principal diagnosis 1.4<br />

3. Duplicate of PDX 1.4<br />

4. Age conflict 1.4<br />

5. Sex conflict 1.19<br />

6. Manifestation code as principal diagnosis 1.38<br />

7. Non-specific principal diagnosis 1.41<br />

8. Questionable admission 1.41<br />

9. Unacceptable principal diagnosis 1.42<br />

10. Non-specific O.R. procedure 1.50<br />

11. Non-covered procedure 1.50<br />

12. Open biopsy check 1.53<br />

13. Bilateral procedure 1.54<br />

14. Invalid age 1.55<br />

15. Invalid sex 1.55<br />

16. Invalid discharge status 1.55<br />

17. Limited coverage 1.56<br />

18. Wrong procedure performed 1.57<br />

1.2 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Chapter 1<br />

Edit code lists<br />

BELOW IS A LIST of current edits described in this chapter.<br />

1. Invalid diagnosis or procedure code<br />

2. E-code as principal diagnosis<br />

3. Duplicate of PDX<br />

4. Age conflict<br />

5. Sex conflict<br />

6. Manifestation code as principal diagnosis<br />

7. Non-specific principal diagnosis (Discontinued as of 10/01/07)<br />

8. Questionable admission<br />

9. Unacceptable principal diagnosis<br />

10. Non-specific O.R. procedure (Discontinued as of 10/01/07)<br />

11. Non-covered procedure<br />

12. Open biopsy check<br />

13. Bilateral procedure<br />

14. Invalid age<br />

15. Invalid sex<br />

16. Invalid discharge status<br />

17. Limited coverage<br />

18. Wrong procedure performed<br />

October 2009<br />

Edit code lists 1.3


1. Invalid 1. diagnosis Invalid or diagnosis procedure code or The <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> checks each diagnosis including the admitting<br />

diagnosis and each procedure against a table of valid ICD-9-CM<br />

procedure code<br />

codes. If an entered code does not agree with any code on the internal<br />

list, it is assumed to be invalid or that the 4th or 5th digit of the code is<br />

invalid or missing.<br />

2. 2. E-code E-code as principal as principal<br />

diagnosis For a list of all valid ICD-9-CM codes, see volumes 2 (diseases) and 3<br />

diagnosis (procedures) of the International Classification of Diseases, 9th Revision,<br />

Fourth Edition, Clinical Modification (ICD-9-CM).<br />

E-codes are ICD-9-CM codes beginning with the letter E. They<br />

describe the circumstance causing an injury, not the nature of the<br />

injury, and therefore should not be used as a principal diagnosis.<br />

For a list of all E-codes, see volume 2 (diseases) of the International<br />

Classification of Diseases, 9th Revision, Fourth Edition, Clinical<br />

Modification (ICD-9-CM).<br />

3. Duplicate of PDX Whenever a secondary diagnosis is coded the same as the principal<br />

diagnosis, the secondary diagnosis is identified as a duplicate of the<br />

principal diagnosis.<br />

4. Age conflict The <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> detects inconsistencies between a patient’s<br />

age and any diagnosis on the patient’s record. For example, a<br />

five-year-old patient with benign prostatic hypertrophy or a<br />

78-year-old patient coded with a delivery.<br />

In the above cases, the diagnosis is clinically and virtually impossible<br />

in a patient of the stated age. Therefore, either the diagnosis or the age<br />

is presumed to be incorrect. There are four age categories for diagnoses<br />

in the program:<br />

◆ Newborn. Age of 0 years; a subset of diagnoses intended only for<br />

newborns and neonates (e.g., fetal distress, perinatal jaundice).<br />

◆ Pediatric. Age range is 0–17 years inclusive (e.g., Reye’s syndrome,<br />

routine child health exam).<br />

◆ Maternity. Age range is 12–55 years inclusive (e.g., diabetes in<br />

pregnancy, antepartum pulmonary complication).<br />

◆ Adult. Age range is 15–124 years inclusive (e.g., senile delirium,<br />

mature cataract).<br />

The following pages contain lists of ICD-9-CM diagnosis codes with<br />

corresponding English descriptions for each of the age categories<br />

described above.<br />

1.4 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Newborn diagnoses<br />

27701 Cystic fibrosis w ileus<br />

74783 Persistent fetal circ<br />

76077 Mat anticonv aff NB/fet<br />

76078 Mat antimetabol aff NB<br />

7620 Placenta previa aff NB<br />

7621 Placenta hem NEC aff NB<br />

7622 Abn plac NEC/NOS aff NB<br />

7623 Placent transfusion syn<br />

7624 Prolapsed cord aff NB<br />

7625 Oth umbil cord compress<br />

7626 Umbil cond NEC aff NB<br />

7627 Chorioamnionitis aff NB<br />

7628 Abn amnion NEC aff NB<br />

7629 Abn amnion NOS aff NB<br />

7630 Breech del/extrac aff NB<br />

7631 Malpos/dispro NEC aff NB<br />

7632 Forceps delivery aff NB<br />

7633 Vacuum extrac del aff NB<br />

7634 Cesarean delivery aff NB<br />

7635 Mat anesth/analg aff NB<br />

7636 Precipitate del aff NB<br />

7637 Abn uterine contr aff NB<br />

76381 Ab ftl hrt rt/rh b/f lab<br />

76382 Ab ftl hrt rt/rh dur lab<br />

76383 Ab ftl hrt rt/rhy NOS<br />

76384 Meconium dur del aff NB<br />

76389 Compl del NEC aff NB<br />

7639 Compl deliv NOS aff NB<br />

76400 Light-for-dates wtNOS<br />

76401 Light-for-dates


Newborn diagnoses<br />

77013 Amniotc asp w/o resp sym<br />

77014 Amniotic asp w resp sym<br />

77015 Blood asp w/o resp sympt<br />

77016 Blood asp w resp sympt<br />

77017 NB asp w/o resp symp NEC<br />

77018 NB asp w resp symp NEC<br />

7702 NB interstit emphysema<br />

7703 NB pulmonary hemorrhage<br />

7704 Primary atelectasis<br />

7705 NB atelectasis NEC/NOS<br />

7706 NB transitory tachypnea<br />

77081 Primary apnea of newborn<br />

77082 Other apnea of newborn<br />

77083 Cyanotic attack, newborn<br />

77084 Resp failure of newborn<br />

77085 Stomch cont asp w/o resp<br />

77086 Stomach cont asp w resp<br />

77087 NB respiratory arrest<br />

77088 NB hypoxia<br />

77089 Resp prob after brth NEC<br />

7709 NB respiratory cond NOS<br />

7710 Congenital rubella<br />

7711 Cong cytomegalovirus inf<br />

7712 Congenital infec NEC<br />

7713 Tetanus neonatorum<br />

7714 Omphalitis of newborn<br />

7715 Neonatal infec mastitis<br />

7716 Neonatal conjunctivitis<br />

7717 Neonatal candida infect<br />

77181 NB septicemia [sepsis]<br />

77182 NB urinary tract infectn<br />

77183 Bacteremia of newborn<br />

77189 Perinatal infection NEC<br />

7720 NB fetal blood loss NEC<br />

77210 NB intraven hem NOS<br />

77211 NB intraven hem,grade i<br />

77212 NB intraven hem,grade ii<br />

77213 NB intravn hem,grade iii<br />

77214 NB intraven hem,grade iv<br />

7722 NB subarachnoid hemorr<br />

7723 Post-birth umbil hemorr<br />

7724 NB GI hemorrhage<br />

7725 NB adrenal hemorrhage<br />

7726 NB cutaneous hemorrhage<br />

7728 Neonatal hemorrhage NEC<br />

7729 Neonatal hemorrhage NOS<br />

7730 NB hemolyt dis:rh isoimm<br />

7731 NB hemolyt dis-abo isoim<br />

7732 NB hemolyt dis-isoim NEC<br />

7733 Hydrops fetalis:isoimm<br />

7734 NB kernicterus:isoimmun<br />

7735 NB late anemia:isoimmun<br />

7740 Perinat jaund-hered anem<br />

7741 Perinat jaund:hemolysis<br />

7742 Neonat jaund preterm del<br />

77430 Delay conjugat jaund NOS<br />

77431 Neonat jaund in oth dis<br />

77439 Delay conjugat jaund NEC<br />

7744 Fetal/neonatal hepatitis<br />

7745 Perinatal jaundice NEC<br />

7746 Fetal/neonatal jaund NOS<br />

7747 NB kernicterus<br />

7750 Infant diabet mother syn<br />

7751 Neonat diabetes mellitus<br />

7752 Neonat myasthenia gravis<br />

7753 Neonatal thyrotoxicosis<br />

7754 Hypocalcem/hypomagnes NB<br />

7755 Neonatal dehydration<br />

7756 Neonatal hypoglycemia<br />

7757 Late metab acidosis NB<br />

77581 NB acidosis NEC<br />

77589 Neonat endo/met dis NEC<br />

7759 Transient met dis NB NOS<br />

7760 NB hemorrhagic disease<br />

7761 Neonatal thrombocytopen<br />

7762 Dissem intravasc coag NB<br />

7763 Oth neonatal coag dis<br />

7764 Polycythemia neonatorum<br />

7765 Congenital anemia<br />

7766 Anemia of prematurity<br />

7767 Neonatal neutropenia<br />

7768 Transient hemat dis NEC<br />

7769 NB hematological dis NOS<br />

7771 Meconium obstruction<br />

7772 Intest obst-inspiss milk<br />

7773 Swallowed blood syndrome<br />

7774 Transitory ileus of NB<br />

77750 Nec enterocoltis NB NOS<br />

77751 Stg I nec enterocol NB<br />

77752 Stg II nec enterocol NB<br />

77753 Stg III nec enterocol NB<br />

7776 Perinatal intest perfor<br />

7778 Perinat GI sys dis NEC<br />

7779 Perinat GI sys dis NOS<br />

7780 Hydrops fetalis no isoim<br />

7781 Sclerema neonatorum<br />

7782 NB cold injury syndrome<br />

7783 NB hypothermia NEC<br />

7784 NB temp regulat dis NEC<br />

7785 Edema of newborn NEC/NOS<br />

7787 NB breast engorgement<br />

7788 NB integument cond NEC<br />

7789 NB integument cond NOS<br />

7790 Convulsions in newborn<br />

7791 NB cereb irrit NEC/NOS<br />

7792 Cns dysfunction syn NB<br />

77931 NB feeding problems<br />

77932 NB bilious vomiting<br />

77933 NB other vomiting<br />

77934 NB failure to thrive<br />

7794 NB drug reaction/intoxic<br />

7795 NB drug withdrawal syndr<br />

7796 Termination of pregnancy<br />

77981 Neonatal bradycardia<br />

77982 Neonatal tachycardia<br />

77983 Delay separate umbl cord<br />

77984 Meconium staining<br />

77985 NB cardiac arrest<br />

77989 Perinatal condition NEC<br />

7799 Perinatal condition NOS<br />

78092 Excess cry infant/baby<br />

7966 Abnorm neonate screening<br />

V2031 Health supvsn nb


Newborn diagnoses<br />

V3200<br />

V3201<br />

V321<br />

V3300<br />

V3301<br />

V331<br />

V3400<br />

V3401<br />

V341<br />

V3500<br />

V3501<br />

V351<br />

V3600<br />

V3601<br />

V361<br />

V3700<br />

V3701<br />

V371<br />

V3900<br />

V3901<br />

V391<br />

Twin-mate sb-hosp w/o cs<br />

Twin-mate sb-hosp w cs<br />

Twin, mate sb-before adm<br />

Twin-NOS-in hosp w/o cs<br />

Twin-NOS-in hosp w cs<br />

Twin NOS-before admissn<br />

Oth mult lb-hosp w/o cs<br />

Oth mult lb-in hosp w cs<br />

Oth mult nb-before adm<br />

Oth mult sb-hosp w/o cs<br />

Oth mult sb-in hosp w cs<br />

Oth mult sb-before adm<br />

Mult lb/sb-in hos w/o cs<br />

Mult lb/sb-in hosp w cs<br />

Mult nb/sb-before adm<br />

Mult brth NOS-hos w/o cs<br />

Mult birth NOS-hosp w cs<br />

Mult brth NOS-before adm<br />

Liveborn NOS-hosp w/o cs<br />

Liveborn NOS-hosp w cs<br />

Liveborn NOS-before adm<br />

October 2009<br />

Edit code lists 1.7


Pediatric diagnoses (age 0 through 17)<br />

04041 Infant botulism<br />

05810 Roseola infantum NOS<br />

05811 Roseola infant d/t HHV-6<br />

05812 Roseola infant d/t HHV-7<br />

2591 Sexual precocity NEC<br />

31389 Emotional dis child NEC<br />

3139 Emotional dis child NOS<br />

33181 Reye's syndrome<br />

69011 Seborrhea capitis<br />

69012 Sbrheic infantl drmtitis<br />

7511 Atresia small intestine<br />

7512 Atresia large intestine<br />

75161 Biliary atresia<br />

78091 Fussy infant/baby<br />

78341 Failure to thrive-child<br />

78342 Delayed milestones<br />

7897 Colic<br />

7980 Sudden infant death synd<br />

79982 Appar life threat-infant<br />

99550 Child abuse NOS<br />

99551 Child emotnl/psych abuse<br />

99552 Child neglect-nutrition<br />

99553 Child sexual abuse<br />

99554 Child physical abuse<br />

99555 Shaken infant syndrome<br />

99559 Child abuse/neglect NEC<br />

V200 Foundling health care<br />

V201 Care of healthy chld NEC<br />

V202 Routin child health exam<br />

V695 Behav insomnia-childhood<br />

V8551 BMI,pediatric


Maternity diagnoses (age 12 through 55)<br />

630 Hydatidiform mole<br />

631 Oth abn prod conception<br />

632 Missed abortion<br />

63300 Abd preg w/o intrau preg<br />

63301 Abd preg w intraut preg<br />

63310 Tubal preg w/o intra prg<br />

63311 Tubal preg w intra preg<br />

63320 Ovarn preg w/o intra prg<br />

63321 Ovarian preg w intra prg<br />

63380 Ect preg NEC w/o int prg<br />

63381 Ectpc prg NEC w int preg<br />

63390 Ect preg NOS w/o int prg<br />

63391 Ectp preg NOS w int preg<br />

63400 Spon abor w pel inf-unsp<br />

63401 Spon abor w pelv inf-inc<br />

63402 Spon abor w pel inf-comp<br />

63410 Spon abort w hemorr-unsp<br />

63411 Spon abort w hemorr-inc<br />

63412 Spon abort w hemorr-comp<br />

63420 Spon ab w pel damag-unsp<br />

63421 Spon ab w pelv damag-inc<br />

63422 Spon ab w pel damag-comp<br />

63430 Spon ab w ren fail-unsp<br />

63431 Spon ab w ren fail-inc<br />

63432 Spon ab w ren fail-comp<br />

63440 Spon ab w metab dis-unsp<br />

63441 Spon ab w metab dis-inc<br />

63442 Spon ab w metab dis-comp<br />

63450 Spon abort w shock-unsp<br />

63451 Spon abort w shock-inc<br />

63452 Spon abort w shock-comp<br />

63460 Spon abort w embol-unsp<br />

63461 Spon abort w embol-inc<br />

63462 Spon abort w embol-comp<br />

63470 Spon ab w compl NEC-unsp<br />

63471 Spon ab w compl NEC-inc<br />

63472 Spon ab w compl NEC-comp<br />

63480 Spon ab w compl NOS-unsp<br />

63481 Spon ab w compl NOS-inc<br />

63482 Spon ab w compl NOS-comp<br />

63490 Spon abort uncompl-unsp<br />

63491 Spon abort uncompl-inc<br />

63492 Spon abort uncompl-comp<br />

63500 Leg abor w pelv inf-unsp<br />

63501 Leg abor w pelv inf-inc<br />

63502 Leg abor w pelv inf-comp<br />

63510 Legal abor w hemorr-unsp<br />

63511 Legal abort w hemorr-inc<br />

63512 Legal abor w hemorr-comp<br />

63520 Leg ab w pelv damag-unsp<br />

63521 Leg ab w pelv damag-inc<br />

63522 Leg ab w pelv damag-comp<br />

63530 Leg abor w ren fail-unsp<br />

63531 Leg abor w ren fail-inc<br />

63532 Leg abor w ren fail-comp<br />

63540 Leg ab w metab dis-unsp<br />

63541 Leg ab w metab dis-inc<br />

63542 Leg ab w metab dis-comp<br />

63550 Legal abort w shock-unsp<br />

63551 Legal abort w shock-inc<br />

63552 Legal abort w shock-comp<br />

63560 Legal abort w embol-unsp<br />

63561 Legal abort w embol-inc<br />

63562 Legal abort w embol-comp<br />

63570 Leg ab w compl NEC-unsp<br />

63571 Leg ab w compl NEC-inc<br />

63572 Leg ab w compl NEC-comp<br />

63580 Leg ab w compl NOS-unsp<br />

63581 Leg ab w compl NOS-inc<br />

63582 Leg ab w compl NOS-comp<br />

63590 Legal abort uncompl-unsp<br />

63591 Legal abort uncompl-inc<br />

63592 Legal abort uncompl-comp<br />

63600 Illeg ab w pelv inf-unsp<br />

63601 Illeg ab w pelv inf-inc<br />

63602 Illeg ab w pelv inf-comp<br />

63610 Illeg ab w hemorr-unspec<br />

63611 Illeg ab w hemorr-inc<br />

63612 Illeg ab w hemorr-comp<br />

63620 Illeg ab w pel damg-unsp<br />

63621 Illeg ab w pel damag-inc<br />

63622 Illeg ab w pel damg-comp<br />

63630 Illeg ab w ren fail-unsp<br />

63631 Illeg ab w ren fail-inc<br />

63632 Illeg ab w ren fail-comp<br />

63640 Illeg ab w met dis-unsp<br />

63641 Illeg ab w metab dis-inc<br />

63642 Illeg ab w met dis-comp<br />

63650 Illeg abort w shock-unsp<br />

63651 Illeg abort w shock-inc<br />

63652 Illeg abort w shock-comp<br />

63660 Illeg ab w embolism-unsp<br />

63661 Illeg ab w embolism-inc<br />

63662 Illeg ab w embolism-comp<br />

63670 Illg ab w compl NEC-unsp<br />

63671 Illeg ab w compl NEC-inc<br />

63672 Illg ab w compl NEC-comp<br />

63680 Illg ab w compl NOS-unsp<br />

63681 Illeg ab w compl NOS-inc<br />

63682 Illg ab w compl NOS-comp<br />

63690 Illeg abort uncompl-unsp<br />

63691 Illeg abort uncompl-inc<br />

63692 Illeg abort uncompl-comp<br />

63700 Abort NOS w pel inf-unsp<br />

63701 Abort NOS w pel inf-inc<br />

63702 Abort NOS w pel inf-comp<br />

63710 Abort NOS w hemorr-unsp<br />

63711 Abort NOS w hemorr-inc<br />

63712 Abort NOS w hemorr-comp<br />

63720 Ab NOS w pelv damag-unsp<br />

63721 Ab NOS w pelv damag-inc<br />

63722 Ab NOS w pelv damag-comp<br />

63730 Ab NOS w renal fail-unsp<br />

63731 Ab NOS w renal fail-inc<br />

63732 Ab NOS w renal fail-comp<br />

63740 Ab NOS w metab dis-unsp<br />

63741 Ab NOS w metab dis-inc<br />

63742 Ab NOS w metab dis-comp<br />

63750 Abort NOS w shock-unsp<br />

63751 Abort NOS w shock-inc<br />

63752 Abort NOS w shock-comp<br />

63760 Ab NOS w embolism-unsp<br />

63761 Ab NOS w embolism-inc<br />

63762 Ab NOS w embolism-comp<br />

63770 Ab NOS w compl NEC-unsp<br />

63771 Ab NOS w compl NEC-inc<br />

63772 Ab NOS w compl NEC-comp<br />

63780 Ab NOS w compl NOS-unsp<br />

63781 Ab NOS w compl NOS-inc<br />

63782 Ab NOS w compl NOS-comp<br />

October 2009<br />

Edit code lists 1.9


Maternity diagnoses (age 12 through 55)<br />

63790 Ab NOS uncomplicat-unsp<br />

63791 Ab NOS uncomplicat-inc<br />

63792 Ab NOS uncomplicat-comp<br />

6380 Attem abort w pelvic inf<br />

6381 Attem abort w hemorrhage<br />

6382 Attem abort w pelv damag<br />

6383 Attem abort w renal fail<br />

6384 Attem abor w metabol dis<br />

6385 Attem abortion w shock<br />

6386 Attemp abort w embolism<br />

6387 Attemp abort w compl NEC<br />

6388 Attemp abort w compl NOS<br />

6389 Attempted abort uncompl<br />

6390 Postabortion gu infect<br />

6391 Postabortion hemorrhage<br />

6392 Postabort pelvic damage<br />

6393 Postabort kidney failure<br />

6394 Postabort metabolic dis<br />

6395 Postabortion shock<br />

6396 Postabortion embolism<br />

6398 Postabortion compl NEC<br />

6399 Postabortion compl NOS<br />

64000 Threatened abort-unspec<br />

64001 Threatened abort-deliver<br />

64003 Threaten abort-antepart<br />

64080 Hem early preg NEC-unsp<br />

64081 Hem early preg NEC-deliv<br />

64083 Hem early pg NEC-antepar<br />

64090 Hemorr early preg-unspec<br />

64091 Hem early preg-delivered<br />

64093 Hem early preg-antepart<br />

64100 Placenta previa-unspec<br />

64101 Placenta previa-deliver<br />

64103 Placenta previa-antepart<br />

64110 Placenta prev hem-unspec<br />

64111 Placenta prev hem-deliv<br />

64113 Placen prev hem-antepart<br />

64120 Prem separ placen-unspec<br />

64121 Prem separ placen-deliv<br />

64123 Prem separ plac-antepart<br />

64130 Coag def hemorr-unspec<br />

64131 Coag def hemorr-deliver<br />

64133 Coag def hemorr-antepart<br />

64180 Antepart hem NEC-unspec<br />

64181 Antepartum hem NEC-deliv<br />

64183 Antepart hem NEC-antepar<br />

64190 Antepart hem NOS-unspec<br />

64191 Antepartum hem NOS-deliv<br />

64193 Antepart hem NOS-antepar<br />

64200 Essen hyperten preg-unsp<br />

64201 Essen hyperten-delivered<br />

64202 Essen hyperten-del w p/p<br />

64203 Essen hyperten-antepart<br />

64204 Essen hyperten-postpart<br />

64210 Renal hyperten preg-unsp<br />

64211 Renal hyperten pg-deliv<br />

64212 Renal hyperten-del p/p<br />

64213 Renal hyperten-antepart<br />

64214 Renal hyperten-postpart<br />

64220 Old hyperten preg-unspec<br />

64221 Old hyperten NEC-deliver<br />

64222 Old hyperten-deliv w p/p<br />

64223 Old hyperten NEC-antepar<br />

64224 Old hyperten NEC-postpar<br />

64230 Trans hyperten preg-unsp<br />

64231 Trans hyperten-delivered<br />

64232 Trans hyperten-del w p/p<br />

64233 Trans hyperten-antepart<br />

64234 Trans hyperten-postpart<br />

64240 Mild/NOS preeclamp-unsp<br />

64241 Mild/NOS preeclamp-deliv<br />

64242 Mild preeclamp-del w p/p<br />

64243 Mild/NOS preeclamp-antep<br />

64244 Mild/NOS preeclamp-p/p<br />

64250 Severe preeclamp-unspec<br />

64251 Severe preeclamp-deliver<br />

64252 Sev preeclamp-del w p/p<br />

64253 Sev preeclamp-antepartum<br />

64254 Sev preeclamp-postpartum<br />

64260 Eclampsia-unspecified<br />

64261 Eclampsia-delivered<br />

64262 Eclampsia-deliv w p/p<br />

64263 Eclampsia-antepartum<br />

64264 Eclampsia-postpartum<br />

64270 Tox w old hyperten-unsp<br />

64271 Tox w old hyperten-deliv<br />

64272 Tox w old hyp-del w p/p<br />

64273 Tox w old hyper-antepart<br />

64274 Tox w old hyper-postpart<br />

64290 Hyperten preg NOS-unspec<br />

64291 Hypertens NOS-delivered<br />

64292 Hypertens NOS-del w p/p<br />

64293 Hypertens NOS-antepartum<br />

64294 Hypertens NOS-postpartum<br />

64300 Mild hyperem grav-unspec<br />

64301 Mild hyperem grav-deliv<br />

64303 Mild hyperemesis-antepar<br />

64310 Hyperem w metab dis-unsp<br />

64311 Hyperem w metab dis-del<br />

64313 Hyperem w metab-antepart<br />

64320 Late vomit of preg-unsp<br />

64321 Late vomit of preg-deliv<br />

64323 Late vomit preg-antepart<br />

64380 Vomit compl preg-unspec<br />

64381 Vomit compl preg-deliver<br />

64383 Vomit compl preg-antepar<br />

64390 Vomit of preg NOS-unspec<br />

64391 Vomit of preg NOS-deliv<br />

64393 Vomit of pg NOS-antepart<br />

64400 Threat prem labor-unspec<br />

64403 Thrt prem labor-antepart<br />

64410 Threat labor NEC-unspec<br />

64413 Threat labor NEC-antepar<br />

64420 Early onset deliv-unspec<br />

64421 Early onset delivery-del<br />

64510 Post term preg-unsp<br />

64511 Post term preg-del<br />

64513 Post term preg-antepar<br />

64520 Prolonged preg-unsp<br />

64521 Prolonged preg-del<br />

64523 Prolonged preg-antepar<br />

64600 Papyraceous fetus-unspec<br />

64601 Papyraceous fetus-deliv<br />

64603 Papyraceous fet-antepar<br />

64610 Edema in preg-unspec<br />

64611 Edema in preg-delivered<br />

64612 Edema in preg-del w p/p<br />

64613 Edema in preg-antepartum<br />

64614 Edema in preg-postpartum<br />

64620 Renal dis preg NOS-unsp<br />

64621 Renal dis NOS-delivered<br />

64622 Renal dis NOS-del w p/p<br />

64623 Renal dis NOS-antepartum<br />

64624 Renal dis NOS-postpartum<br />

64630 Habitual aborter-unspec<br />

64631 Habitual aborter-deliver<br />

1.10 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Maternity diagnoses (age 12 through 55)<br />

64633 Habitual abort-antepart<br />

64640 Neuritis of preg-unspec<br />

64641 Neuritis-delivered<br />

64642 Neuritis-delivered w p/p<br />

64643 Neuritis of preg-antepar<br />

64644 Neuritis of preg-postpar<br />

64650 Bacteriuria preg-unspec<br />

64651 Asym bacteriuria-deliver<br />

64652 Asy bacteruria-del w p/p<br />

64653 Asy bacteriuria-antepart<br />

64654 Asy bacteriuria-postpart<br />

64660 Gu infect in preg-unspec<br />

64661 Gu infection-delivered<br />

64662 Gu infection-deliv w p/p<br />

64663 Gu infection-antepartum<br />

64664 Gu infection-postpartum<br />

64670 Liver dis in preg-unspec<br />

64671 Liver disorder-delivered<br />

64673 Liver disorder-antepart<br />

64680 Preg compl NEC-unspec<br />

64681 Preg compl NEC-delivered<br />

64682 Preg compl NEC-del w p/p<br />

64683 Preg compl NEC-antepart<br />

64684 Preg compl NEC-postpart<br />

64690 Preg compl NOS-unspec<br />

64691 Preg compl NOS-delivered<br />

64693 Preg compl NOS-antepart<br />

64700 Syphilis in preg-unspec<br />

64701 Syphilis-delivered<br />

64702 Syphilis-delivered w p/p<br />

64703 Syphilis-antepartum<br />

64704 Syphilis-postpartum<br />

64710 Gonorrhea in preg-unspec<br />

64711 Gonorrhea-delivered<br />

64712 Gonorrhea-deliver w p/p<br />

64713 Gonorrhea-antepartum<br />

64714 Gonorrhea-postpartum<br />

64720 Other VD in preg-unspec<br />

64721 Other vd-delivered<br />

64722 Other vd-delivered w p/p<br />

64723 Other vd-antepartum<br />

64724 Other vd-postpartum<br />

64730 TB in preg-unspecified<br />

64731 Tuberculosis-delivered<br />

64732 Tuberculosis-deliv w p/p<br />

64733 Tuberculosis-antepartum<br />

64734 Tuberculosis-postpartum<br />

64740 Malaria in preg-unspec<br />

64741 Malaria-delivered<br />

64742 Malaria-delivered w p/p<br />

64743 Malaria-antepartum<br />

64744 Malaria-postpartum<br />

64750 Rubella in preg-unspec<br />

64751 Rubella-delivered<br />

64752 Rubella-delivered w p/p<br />

64753 Rubella-antepartum<br />

64754 Rubella-postpartum<br />

64760 Oth virus in preg-unspec<br />

64761 Oth viral dis-delivered<br />

64762 Oth viral dis-del w p/p<br />

64763 Oth viral dis-antepartum<br />

64764 Oth viral dis-postpartum<br />

64780 Inf dis in preg NEC-unsp<br />

64781 Infect dis NEC-delivered<br />

64782 Infect dis NEC-del w p/p<br />

64783 Infect dis NEC-antepart<br />

64784 Infect dis NEC-postpart<br />

64790 Infect in preg NOS-unsp<br />

64791 Infect NOS-delivered<br />

64792 Infect NOS-deliver w p/p<br />

64793 Infect NOS-antepartum<br />

64794 Infect NOS-postpartum<br />

64800 Diabetes in preg-unspec<br />

64801 Diabetes-delivered<br />

64802 Diabetes-delivered w p/p<br />

64803 Diabetes-antepartum<br />

64804 Diabetes-postpartum<br />

64810 Thyroid dysfun preg-unsp<br />

64811 Thyroid dysfunc-deliver<br />

64812 Thyroid dysfun-del w p/p<br />

64813 Thyroid dysfunc-antepart<br />

64814 Thyroid dysfunc-postpart<br />

64820 Anemia in preg-unspec<br />

64821 Anemia-delivered<br />

64822 Anemia-delivered w p/p<br />

64823 Anemia-antepartum<br />

64824 Anemia-postpartum<br />

64830 Drug depend preg-unspec<br />

64831 Drug dependence-deliver<br />

64832 Drug dependen-del w p/p<br />

64833 Drug dependence-antepart<br />

64834 Drug dependence-postpart<br />

64840 Mental dis preg-unspec<br />

64841 Mental disorder-deliver<br />

64842 Mental dis-deliv w p/p<br />

64843 Mental disorder-antepart<br />

64844 Mental disorder-postpart<br />

64850 Congen CV dis preg-unsp<br />

64851 Congen CV dis-delivered<br />

64852 Congen CV dis-del w p/p<br />

64853 Congen CV dis-antepartum<br />

64854 Congen CV dis-postpartum<br />

64860 CV dis NEC preg-unspec<br />

64861 CV dis NEC preg-deliver<br />

64862 CV dis NEC-deliver w p/p<br />

64863 CV dis NEC-antepartum<br />

64864 CV dis NEC-postpartum<br />

64870 Bone disord in preg-unsp<br />

64871 Bone disorder-delivered<br />

64872 Bone disorder-del w p/p<br />

64873 Bone disorder-antepartum<br />

64874 Bone disorder-postpartum<br />

64880 Abn glucose in preg-unsp<br />

64881 Abn glucose toler-deliv<br />

64882 Abn glucose-deliv w p/p<br />

64883 Abn glucose-antepartum<br />

64884 Abn glucose-postpartum<br />

64890 Oth curr cond preg-unsp<br />

64891 Oth curr cond-delivered<br />

64892 Oth curr cond-del w p/p<br />

64893 Oth curr cond-antepartum<br />

64894 Oth curr cond-postpartum<br />

64900 Tobacco use disord-unsp<br />

64901 Tobacco use disor-delliv<br />

64902 Tobacco use dis-del-p/p<br />

64903 Tobacco use dis-antepart<br />

64904 Tobacco use dis-postpart<br />

64910 Obesity-unspecified<br />

64911 Obesity-delivered<br />

64912 Obesity-delivered w p/p<br />

64913 Obesity-antepartum<br />

64914 Obesity-postpartum<br />

64920 Bariatric surg stat-unsp<br />

64921 Bariatric surg stat-del<br />

64922 Bariatric surg-del w p/p<br />

64923 Bariatrc surg stat-antep<br />

October 2009<br />

Edit code lists 1.11


Maternity diagnoses (age 12 through 55)<br />

64924 Bariatrc surg stat w p/p<br />

64930 Coagulation def-unspec<br />

64931 Coagulation def-deliv<br />

64932 Coagulatn def-del w p/p<br />

64933 Coagulation def-antepart<br />

64934 Coagulation def-postpart<br />

64940 Epilepsy-unspecified<br />

64941 Epilepsy-delivered<br />

64942 Epilepsy-delivered w p/p<br />

64943 Epilepsy-antepartum<br />

64944 Epilepsy-postpartum<br />

64950 Spotting-unspecified<br />

64951 Spotting-delivered<br />

64953 Spotting-antepartum<br />

64960 Uterine size descrp-unsp<br />

64961 Uterine size descrep-del<br />

64962 Uterine size-del w p/p<br />

64963 Uterine size des-antepar<br />

64964 Uterine size descrep-p/p<br />

64970 Cervical shortening-unsp<br />

64971 Cervical shortening-del<br />

64973 Cervical shortening-ante<br />

650 Normal delivery<br />

65100 Twin pregnancy-unspec<br />

65101 Twin pregnancy-delivered<br />

65103 Twin pregnancy-antepart<br />

65110 Triplet pregnancy-unspec<br />

65111 Triplet pregnancy-deliv<br />

65113 Triplet preg-antepartum<br />

65120 Quadruplet preg-unspec<br />

65121 Quadruplet preg-deliver<br />

65123 Quadruplet preg-antepart<br />

65130 Twins w fetal loss-unsp<br />

65131 Twins w fetal loss-del<br />

65133 Twins w fetal loss-ante<br />

65140 Triplets w fet loss-unsp<br />

65141 Triplets w fet loss-del<br />

65143 Triplets w fet loss-ante<br />

65150 Quads w fetal loss-unsp<br />

65151 Quads w fetal loss-del<br />

65153 Quads w fetal loss-ante<br />

65160 Mult ges w fet loss-unsp<br />

65161 Mult ges w fet loss-del<br />

65163 Mult ges w fet loss-ante<br />

65170 Mul gest-fet reduct unsp<br />

65171 Mult gest-fet reduct del<br />

65173 Mul gest-fet reduct ante<br />

65180 Multi gestat NEC-unspec<br />

65181 Multi gestat NEC-deliver<br />

65183 Multi gest NEC-antepart<br />

65190 Multi gestat NOS-unspec<br />

65191 Mult gestation NOS-deliv<br />

65193 Multi gest NOS-antepart<br />

65200 Unstable lie-unspecified<br />

65201 Unstable lie-delivered<br />

65203 Unstable lie-antepartum<br />

65210 Cephalic vers NOS-unspec<br />

65211 Cephalic vers NOS-deliv<br />

65213 Cephal vers NOS-antepart<br />

65220 Breech presentat-unspec<br />

65221 Breech presentat-deliver<br />

65223 Breech present-antepart<br />

65230 Transv/obliq lie-unspec<br />

65231 Transver/obliq lie-deliv<br />

65233 Transv/obliq lie-antepar<br />

65240 Face/brow present-unspec<br />

65241 Face/brow present-deliv<br />

65243 Face/brow pres-antepart<br />

65250 High head at term-unspec<br />

65251 High head at term-deliv<br />

65253 High head term-antepart<br />

65260 Mult gest malpresen-unsp<br />

65261 Mult gest malpres-deliv<br />

65263 Mult ges malpres-antepar<br />

65270 Prolapsed arm-unspec<br />

65271 Prolapsed arm-delivered<br />

65273 Prolapsed arm-antepart<br />

65280 Malposition NEC-unspec<br />

65281 Malposition NEC-deliver<br />

65283 Malposition NEC-antepart<br />

65290 Malposition NOS-unspec<br />

65291 Malposition NOS-deliver<br />

65293 Malposition NOS-antepart<br />

65300 Pelvic deform NOS-unspec<br />

65301 Pelvic deform NOS-deliv<br />

65303 Pelv deform NOS-antepart<br />

65310 Contract pelv NOS-unspec<br />

65311 Contract pelv NOS-deliv<br />

65313 Contrac pelv NOS-antepar<br />

65320 Inlet contraction-unspec<br />

65321 Inlet contraction-deliv<br />

65323 Inlet contract-antepart<br />

65330 Outlet contraction-unsp<br />

65331 Outlet contraction-deliv<br />

65333 Outlet contract-antepart<br />

65340 Fetopelv disprop-unspec<br />

65341 Fetopelv dispropor-deliv<br />

65343 Fetopel disprop-antepart<br />

65350 Fetal disprop NOS-unspec<br />

65351 Fetal disprop NOS-deliv<br />

65353 Fetal dispro NOS-antepar<br />

65360 Hydrocephal fetus-unspec<br />

65361 Hydroceph fetus-deliver<br />

65363 Hydroceph fetus-antepart<br />

65370 Oth abn fet disprop-unsp<br />

65371 Oth abn fet dispro-deliv<br />

65373 Oth abn fet dispro-antep<br />

65380 Disproportion NEC-unspec<br />

65381 Disproportion NEC-deliv<br />

65383 Dispropor NEC-antepartum<br />

65390 Disproportion NOS-unspec<br />

65391 Disproportion NOS-deliv<br />

65393 Dispropor NOS-antepartum<br />

65400 Cong abn uter preg-unsp<br />

65401 Congen abn uterus-deliv<br />

65402 Cong abn uter-del w p/p<br />

65403 Congen abn uter-antepart<br />

65404 Congen abn uter-postpart<br />

65410 Uter tumor in preg-unsp<br />

65411 Uterine tumor-delivered<br />

65412 Uterine tumor-del w p/p<br />

65413 Uterine tumor-antepartum<br />

65414 Uterine tumor-postpartum<br />

65420 Prev c-delivery unspec<br />

65421 Prev c-delivery-delivrd<br />

65423 Prev c-delivery-antepart<br />

65430 Retrovert uterus-unspec<br />

65431 Retrovert uterus-deliver<br />

65432 Retrovert uter-del w p/p<br />

65433 Retrovert uter-antepart<br />

65434 Retrovert uter-postpart<br />

65440 Abn grav uterus NEC-unsp<br />

65441 Abn uterus NEC-delivered<br />

65442 Abn uterus NEC-del w p/p<br />

65443 Abn uterus NEC-antepart<br />

65444 Abn uterus NEC-postpart<br />

1.12 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Maternity diagnoses (age 12 through 55)<br />

65450 Cerv incompet preg-unsp<br />

65451 Cervical incompet-deliv<br />

65452 Cerv incompet-del w p/p<br />

65453 Cerv incompet-antepartum<br />

65454 Cerv incompet-postpartum<br />

65460 Abn cervix NEC preg-unsp<br />

65461 Abn cervix NEC-delivered<br />

65462 Abn cervix NEC-del w p/p<br />

65463 Abn cervix NEC-antepart<br />

65464 Abn cervix NEC-postpart<br />

65470 Abn vagina in preg-unsp<br />

65471 Abnorm vagina-delivered<br />

65472 Abnorm vagina-del w p/p<br />

65473 Abnorm vagina-antepartum<br />

65474 Abnorm vagina-postpartum<br />

65480 Abn vulva in preg-unspec<br />

65481 Abnormal vulva-delivered<br />

65482 Abnormal vulva-del w p/p<br />

65483 Abnormal vulva-antepart<br />

65484 Abnormal vulva-postpart<br />

65490 Abn pel NEC in preg-unsp<br />

65491 Abn pelv org NEC-deliver<br />

65492 Abn pelv NEC-deliv w p/p<br />

65493 Abn pelv org NEC-antepar<br />

65494 Abn pelv org NEC-postpar<br />

65500 Fetal cns malform-unspec<br />

65501 Fetal cns malform-deliv<br />

65503 Fetal cns malfor-antepar<br />

65510 Fetal chromos abn-unspec<br />

65511 Fetal chromoso abn-deliv<br />

65513 Fet chromo abn-antepart<br />

65520 Famil heredit dis-unspec<br />

65521 Famil heredit dis-deliv<br />

65523 Famil hered dis-antepart<br />

65530 Fet damg d/t virus-unsp<br />

65531 Fet damg d/t virus-deliv<br />

65533 Fet damg d/t virus-antep<br />

65540 Fet damg d/t dis-unspec<br />

65541 Fet damg d/t dis-deliver<br />

65543 Fet damg d/t dis-antepar<br />

65550 Fetal damg d/t drug-unsp<br />

65551 Fet damag d/t drug-deliv<br />

65553 Fet damg d/t drug-antepa<br />

65560 Radiat fetal damag-unsp<br />

65561 Radiat fetal damag-deliv<br />

65563 Radiat fet damag-antepar<br />

65570 Decrease fetl movmt unsp<br />

65571 Decrease fetal movmt del<br />

65573 Dec fetal movmt antepart<br />

65580 Fetal abnorm NEC-unspec<br />

65581 Fetal abnorm NEC-deliver<br />

65583 Fetal abnorm NEC-antepar<br />

65590 Fetal abnorm NOS-unspec<br />

65591 Fetal abnorm NOS-deliver<br />

65593 Fetal abnorm NOS-antepar<br />

65600 Fetal-maternal hem-unsp<br />

65601 Fetal-maternal hem-deliv<br />

65603 Fetal-matern hem-antepar<br />

65610 Rh isoimmunization-unsp<br />

65611 Rh isoimmunizat-deliver<br />

65613 Rh isoimmunizat-antepart<br />

65620 Abo isoimmunization-unsp<br />

65621 Abo isoimmunizat-deliver<br />

65623 Abo isoimmunizat-antepar<br />

65630 Fetal distress-unspec<br />

65631 Fetal distress-delivered<br />

65633 Fetal distress-antepart<br />

65640 Intrauterine death-unsp<br />

65641 Intrauter death-deliver<br />

65643 Intrauter death-antepart<br />

65650 Poor fetal growth-unspec<br />

65651 Poor fetal growth-deliv<br />

65653 Poor fetal grth-antepart<br />

65660 Excess fetal grth-unspec<br />

65661 Excess fetal grth-deliv<br />

65663 Excess fet grth-antepart<br />

65670 Oth placent cond-unspec<br />

65671 Oth placent cond-deliver<br />

65673 Oth placent cond-antepar<br />

65680 Fet/plac prob NEC-unspec<br />

65681 Fet/plac prob NEC-deliv<br />

65683 Fet/plac prob NEC-antepa<br />

65690 Fet/plac prob NOS-unspec<br />

65691 Fet/plac prob NOS-deliv<br />

65693 Fet/plac prob NOS-antepa<br />

65700 Polyhydramnios-unspec<br />

65701 Polyhydramnios-delivered<br />

65703 Polyhydramnios-antepart<br />

65800 Oligohydramnios-unspec<br />

65801 Oligohydramnios-deliver<br />

65803 Oligohydramnios-antepar<br />

65810 Prem rupt membran-unspec<br />

65811 Prem rupt membran-deliv<br />

65813 Prem rupt memb-antepart<br />

65820 Prolong rupt memb-unspec<br />

65821 Prolong rupt memb-deliv<br />

65823 Prolong rup memb-antepar<br />

65830 Artific rupt membr-unsp<br />

65831 Artific rupt membr-deliv<br />

65833 Artif rupt memb-antepart<br />

65840 Amniotic infection-unsp<br />

65841 Amniotic infection-deliv<br />

65843 Amniotic infect-antepart<br />

65880 Amniotic prob NEC-unspec<br />

65881 Amniotic prob NEC-deliv<br />

65883 Amnion prob NEC-antepart<br />

65890 Amniotic prob NOS-unspec<br />

65891 Amniotic prob NOS-deliv<br />

65893 Amnion prob NOS-antepart<br />

65900 Fail mechan induct-unsp<br />

65901 Fail mech induct-deliver<br />

65903 Fail mech induct-antepar<br />

65910 Fail induction NOS-unsp<br />

65911 Fail induction NOS-deliv<br />

65913 Fail induct NOS-antepart<br />

65920 Pyrexia in labor-unspec<br />

65921 Pyrexia in labor-deliver<br />

65923 Pyrexia in labor-antepar<br />

65930 Septicemia in labor-unsp<br />

65931 Septicem in labor-deliv<br />

65933 Septicem in labor-antepa<br />

65940 Grand multiparity-unspec<br />

65941 Grand multiparity-deliv<br />

65943 Grand multiparity-antepa<br />

65950 Elderly primigravid-unsp<br />

65951 Elderly primigravida-del<br />

65953 Elder primigravid-antepa<br />

65960 Elderly multigravida-uns<br />

65961 Elderly multigravida-del<br />

65963 Elderly multigravd-antep<br />

65970 Abn ftl hrt rate/rhy-uns<br />

65971 Abn ftl hrt rate/rhy-del<br />

65973 Abn ftl hrt rate/rhy-ant<br />

65980 Complic labor NEC-unsp<br />

65981 Complic labor NEC-deliv<br />

65983 Compl labor NEC-antepart<br />

October 2009<br />

Edit code lists 1.13


Maternity diagnoses (age 12 through 55)<br />

65990 Complic labor NOS-unsp<br />

65991 Complic labor NOS-deliv<br />

65993 Compl labor NOS-antepart<br />

66000 Obstruct/fet malpos-unsp<br />

66001 Obstruc/fet malpos-deliv<br />

66003 Obstruc/fet malpos-antep<br />

66010 Bony pelv obstruc-unspec<br />

66011 Bony pelv obstruct-deliv<br />

66013 Bony pelv obstruc-antepa<br />

66020 Abn pelv tiss obstr-unsp<br />

66021 Abn pelv tis obstr-deliv<br />

66023 Abn pelv tis obstr-antep<br />

66030 Persist occipitpost-unsp<br />

66031 Persist occiptpost-deliv<br />

66033 Persist occiptpost-antep<br />

66040 Shoulder dystocia-unspec<br />

66041 Shoulder dystocia-deliv<br />

66043 Shoulder dystocia-antepa<br />

66050 Locked twins-unspecified<br />

66051 Locked twins-delivered<br />

66053 Locked twins-antepartum<br />

66060 Fail trial lab NOS-unsp<br />

66061 Fail trial lab NOS-deliv<br />

66063 Fail trial lab NOS-antep<br />

66070 Failed forcep NOS-unspec<br />

66071 Failed forceps NOS-deliv<br />

66073 Fail forceps NOS-antepar<br />

66080 Obstruc labor NEC-unspec<br />

66081 Obstruct labor NEC-deliv<br />

66083 Obstruc labor NEC-antepa<br />

66090 Obstruc labor NOS-unspec<br />

66091 Obstruct labor NOS-deliv<br />

66093 Obstruc labor NOS-antepa<br />

66100 Prim uterine inert-unsp<br />

66101 Prim uterine inert-deliv<br />

66103 Prim uter inert-antepart<br />

66110 Sec uterine inert-unspec<br />

66111 Sec uterine inert-deliv<br />

66113 Sec uterine inert-antepa<br />

66120 Uterine inertia NEC-unsp<br />

66121 Uterine inert NEC-deliv<br />

66123 Uterine inert NEC-antepa<br />

66130 Precipitate labor-unspec<br />

66131 Precipitate labor-deliv<br />

66133 Precipitate labor-antepa<br />

66140 Uter dystocia NOS-unspec<br />

66141 Uter dystocia NOS-deliv<br />

66143 Uter dystocia NOS-antepa<br />

66190 Abnormal labor NOS-unsp<br />

66191 Abnormal labor NOS-deliv<br />

66193 Abnorm labor NOS-antepar<br />

66200 Prolonged 1st stage-unsp<br />

66201 Prolong 1st stage-deliv<br />

66203 Prolong 1st stage-antepa<br />

66210 Prolonged labor NOS-unsp<br />

66211 Prolong labor NOS-deliv<br />

66213 Prolong labor NOS-antepa<br />

66220 Prolonged 2nd stage-unsp<br />

66221 Prolong 2nd stage-deliv<br />

66223 Prolong 2nd stage-antepa<br />

66230 Delay del 2nd twin-unsp<br />

66231 Delay del 2nd twin-deliv<br />

66233 Delay del 2 twin-antepar<br />

66300 Cord prolapse-unspec<br />

66301 Cord prolapse-delivered<br />

66303 Cord prolapse-antepartum<br />

66310 Cord around neck-unspec<br />

66311 Cord around neck-deliver<br />

66313 Cord around neck-antepar<br />

66320 Cord compress NEC-unspec<br />

66321 Cord compress NEC-deliv<br />

66323 Cord compres NEC-antepar<br />

66330 Cord entangle NEC-unspec<br />

66331 Cord entangle NEC-deliv<br />

66333 Cord entangl NEC-antepar<br />

66340 Short cord-unspecified<br />

66341 Short cord-delivered<br />

66343 Short cord-antepartum<br />

66350 Vasa previa-unspecified<br />

66351 Vasa previa-delivered<br />

66353 Vasa previa-antepartum<br />

66360 Vasc lesion cord-unspec<br />

66361 Vasc lesion cord-deliver<br />

66363 Vasc lesion cord-antepar<br />

66380 Cord complicat NEC-unsp<br />

66381 Cord complicat NEC-deliv<br />

66383 Cord compl NEC-antepart<br />

66390 Cord complicat NOS-unsp<br />

66391 Cord complicat NOS-deliv<br />

66393 Cord compl NOS-antepart<br />

66400 Del w 1 deg lacerat-unsp<br />

66401 Del w 1 deg lacerat-del<br />

66404 Del w 1 deg lac-postpart<br />

66410 Del w 2 deg lacerat-unsp<br />

66411 Del w 2 deg lacerat-del<br />

66414 Del w 2 deg lac-postpart<br />

66420 Del w 3 deg lacerat-unsp<br />

66421 Del w 3 deg lacerat-del<br />

66424 Del w 3 deg lac-postpart<br />

66430 Del w 4 deg lacerat-unsp<br />

66431 Del w 4 deg lacerat-del<br />

66434 Del w 4 deg lac-postpart<br />

66440 Ob perineal lac NOS-unsp<br />

66441 Ob perineal lac NOS-del<br />

66444 Perineal lac NOS-postpar<br />

66450 Ob perineal hematom-unsp<br />

66451 Ob perineal hematoma-del<br />

66454 Perin hematoma-postpart<br />

66460 Anal sphincter tear NOS<br />

66461 Anal sphincter tear-del<br />

66464 Anal sphinctr tear w p/p<br />

66480 Ob perin traum NEC-unsp<br />

66481 Ob perineal trau NEC-del<br />

66484 Perin traum NEC-postpart<br />

66490 Ob perin traum NOS-unsp<br />

66491 Ob perineal trau NOS-del<br />

66494 Perin traum NOS-postpart<br />

66500 Prelabor rupt uter-unsp<br />

66501 Prelabor rupt uterus-del<br />

66503 Prelab rupt uter-antepar<br />

66510 Rupture uterus NOS-unsp<br />

66511 Rupture uterus NOS-deliv<br />

66520 Inversion of uterus-unsp<br />

66522 Invers uterus-del w p/p<br />

66524 Invers uterus-postpart<br />

66530 Lacerat of cervix-unspec<br />

66531 Lacerat of cervix-deliv<br />

66534 Lacer of cervix-postpart<br />

66540 High vaginal lacer-unsp<br />

66541 High vaginal lacer-deliv<br />

66544 High vaginal lac-postpar<br />

66550 Ob inj pelv org NEC-unsp<br />

66551 Ob inj pelv org NEC-del<br />

66554 Inj pelv org NEC-postpar<br />

66560 Damage to pelvic jt-unsp<br />

66561 Damage to pelvic jt-del<br />

1.14 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Maternity diagnoses (age 12 through 55)<br />

67153 Thrombosis NEC-antepart<br />

67154 Thrombosis NEC-postpart<br />

67180 Ven compl preg NEC-unsp<br />

67181 Venous compl NEC-deliver<br />

67182 Ven comp NEC-deliv w p/p<br />

67183 Venous compl NEC-antepar<br />

67184 Venous compl NEC-postpar<br />

67190 Ven compl preg NOS-unsp<br />

67191 Venous compl NOS-deliver<br />

67192 Ven comp NOS-deliv w p/p<br />

67193 Venous compl NOS-antepar<br />

67194 Venous compl NOS-postpar<br />

67200 Puerperal pyrexia-unspec<br />

67202 Puerp pyrexia-del w p/p<br />

67204 Puerp pyrexia-postpartum<br />

67300 Ob air embolism-unspec<br />

67301 Ob air embolism-deliver<br />

67302 Ob air embol-deliv w p/p<br />

67303 Ob air embolism-antepart<br />

67304 Ob air embolism-postpart<br />

67310 Amniotic embolism-unspec<br />

67311 Amniotic embolism-deliv<br />

67312 Amniot embol-deliv w p/p<br />

67313 Amniotic embol-antepart<br />

67314 Amniotic embol-postpart<br />

67320 Ob pulm embol NOS-unspec<br />

67321 Pulm embol NOS-delivered<br />

67322 Pulm embol NOS-del w p/p<br />

67323 Pulm embol NOS-antepart<br />

67324 Pulm embol NOS-postpart<br />

67330 Ob pyemic embol-unspec<br />

67331 Ob pyemic embol-deliver<br />

67332 Ob pyem embol-del w p/p<br />

67333 Ob pyemic embol-antepart<br />

67334 Ob pyemic embol-postpart<br />

67380 Ob pulmon embol NEC-unsp<br />

67381 Pulmon embol NEC-deliver<br />

67382 Pulm embol NEC-del w p/p<br />

67383 Pulmon embol NEC-antepar<br />

67384 Pulmon embol NEC-postpar<br />

67400 Puerp cerebvasc dis-unsp<br />

67401 Puerp cerebvas dis-deliv<br />

67402 Cerebvas dis-deliv w p/p<br />

67403 Cerebrovasc dis-antepart<br />

67404 Cerebrovasc dis-postpart<br />

67410 Disrupt c-sect wnd-unsp<br />

67412 Disrupt c-sect-del w p/p<br />

67414 Disrupt c-sect-postpart<br />

67420 Disrupt perineum-unspec<br />

67422 Disrupt perin-del w p/p<br />

67424 Disrupt perineum-postpar<br />

67430 Ob surg compl NEC-unspec<br />

67432 Ob surg compl-del w p/p<br />

67434 Ob surg comp NEC-postpar<br />

67440 Placental polyp-unspec<br />

67442 Placent polyp-del w p/p<br />

67444 Placental polyp-postpart<br />

67450 Peripart cardiomy-unspec<br />

67451 Peripartum cardiomy-del<br />

67452 Peripart card del w p/p<br />

67453 Peripartum card-antepart<br />

67454 Peripartum card-postpart<br />

67480 Puerp compl NEC-unspec<br />

67482 Puerp comp NEC-del w p/p<br />

67484 Puerp compl NEC-postpart<br />

67490 Puerp compl NOS-unspec<br />

67492 Puerp comp NOS-del w p/p<br />

67494 Puerp compl NOS-postpart<br />

67500 Infect nipple preg-unsp<br />

67501 Infect nipple-delivered<br />

67502 Infect nipple-del w p/p<br />

67503 Infect nipple-antepartum<br />

67504 Infect nipple-postpartum<br />

67510 Breast abscess preg-unsp<br />

67511 Breast abscess-delivered<br />

67512 Breast abscess-del w p/p<br />

67513 Breast abscess-antepart<br />

67514 Breast abscess-postpart<br />

67520 Mastitis in preg-unspec<br />

67521 Mastitis-delivered<br />

67522 Mastitis-deliv w p/p<br />

67523 Mastitis-antepartum<br />

67524 Mastitis-postpartum<br />

67580 Breast inf preg NEC-unsp<br />

67581 Breast infect NEC-deliv<br />

67582 Breast inf NEC-del w p/p<br />

67583 Breast inf NEC-antepart<br />

67584 Breast inf NEC-postpart<br />

67590 Breast inf preg NOS-unsp<br />

67591 Breast infect NOS-deliv<br />

67592 Breast inf NOS-del w p/p<br />

67593 Breast inf NOS-antepart<br />

67594 Breast inf NOS-postpart<br />

67600 Retract nipple preg-unsp<br />

67601 Retracted nipple-deliver<br />

67602 Retract nipple-del w p/p<br />

67603 Retract nipple-antepart<br />

67604 Retract nipple-postpart<br />

67610 Cracked nipple preg-unsp<br />

67611 Cracked nipple-delivered<br />

67612 Cracked nipple-del w p/p<br />

67613 Cracked nipple-antepart<br />

67614 Cracked nipple-postpart<br />

67620 Breast engorge-unspec<br />

67621 Breast engorge-delivered<br />

67622 Breast engorge-del w p/p<br />

67623 Breast engorge-antepart<br />

67624 Breast engorge-postpart<br />

67630 Breast dis preg NEC-unsp<br />

67631 Breast dis NEC-delivered<br />

67632 Breast dis NEC-del w p/p<br />

67633 Breast dis NEC-antepart<br />

67634 Breast dis NEC-postpart<br />

67640 Lactation fail-unspec<br />

67641 Lactation fail-delivered<br />

67642 Lactation fail-del w p/p<br />

67643 Lactation fail-antepart<br />

67644 Lactation fail-postpart<br />

67650 Suppr lactation-unspec<br />

67651 Suppr lactation-deliver<br />

67652 Suppr lactat-del w p/p<br />

67653 Suppr lactation-antepar<br />

67654 Suppr lactation-postpart<br />

67660 Galactorrhea preg-unspec<br />

67661 Galactorrhea-delivered<br />

67662 Galactorrhea-del w p/p<br />

67663 Galactorrhea-antepartum<br />

67664 Galactorrhea-postpartum<br />

67680 Lactation dis NEC-unspec<br />

67681 Lactation dis NEC-deliv<br />

67682 Lactat dis NEC-del w p/p<br />

67683 Lactat dis NEC-antepart<br />

67684 Lactat dis NEC-postpart<br />

67690 Lactation dis NOS-unspec<br />

67691 Lactation dis NOS-deliv<br />

67692 Lactat dis NOS-del w p/p<br />

October 2009<br />

Edit code lists 1.15


Maternity diagnoses (age 12 through 55)<br />

66564 Damage pelvic jt-postpar<br />

66570 Ob pelvic hematoma-unsp<br />

66571 Ob pelvic hematoma-deliv<br />

66572 Pelvic hematom-del w pp<br />

66574 Pelvic hematoma-postpart<br />

66580 Ob trauma NEC-unspec<br />

66581 Ob trauma NEC-delivered<br />

66582 Ob trauma NEC-del w p/p<br />

66583 Ob trauma NEC-antepartum<br />

66584 Ob trauma NEC-postpartum<br />

66590 Ob trauma NOS-unspec<br />

66591 Ob trauma NOS-delivered<br />

66592 Ob trauma NOS-del w p/p<br />

66593 Ob trauma NOS-antepartum<br />

66594 Ob trauma NOS-postpartum<br />

66600 Third-stage hem-unspec<br />

66602 Thrd-stage hem-del w p/p<br />

66604 Third-stage hem-postpart<br />

66610 Postpartum hem NEC-unsp<br />

66612 Postpa hem NEC-del w p/p<br />

66614 Postpart hem NEC-postpar<br />

66620 Delay p/part hem-unspec<br />

66622 Delay p/p hem-del w p/p<br />

66624 Delay p/part hem-postpar<br />

66630 Postpart coagul def-unsp<br />

66632 P/p coag def-del w p/p<br />

66634 Postpart coag def-postpa<br />

66700 Retain placenta NOS-unsp<br />

66702 Retnd plac NOS-del w p/p<br />

66704 Retain plac NOS-postpart<br />

66710 Retain prod concept-unsp<br />

66712 Ret prod conc-del w p/p<br />

66714 Ret prod concept-postpar<br />

66800 Pulm compl in del-unspec<br />

66801 Pulm compl in del-deliv<br />

66802 Pulm complic-del w p/p<br />

66803 Pulm complicat-antepart<br />

66804 Pulm complicat-postpart<br />

66810 Heart compl in del-unsp<br />

66811 Heart compl in del-deliv<br />

66812 Heart compl-del w p/p<br />

66813 Heart complic-antepart<br />

66814 Heart complic-postpart<br />

66820 Cns compl labor/del-unsp<br />

66821 Cns compl lab/del-deliv<br />

66822 Cns complic-del w p/p<br />

66823 Cns compl in del-antepar<br />

66824 Cns compl in del-postpar<br />

66880 Anesth comp del NEC-unsp<br />

66881 Anesth compl NEC-deliver<br />

66882 Anesth compl NEC-del p/p<br />

66883 Anesth compl antepartum<br />

66884 Anesth compl-postpartum<br />

66890 Anesth comp del NOS-unsp<br />

66891 Anesth compl NOS-deliver<br />

66892 Anesth compl NOS-del p/p<br />

66893 Anesth compl-antepartum<br />

66894 Anesth compl-postpartum<br />

66900 Maternal distress-unspec<br />

66901 Maternal distress-deliv<br />

66902 Matern distres-del w p/p<br />

66903 Matern distress-antepar<br />

66904 Matern distress-postpart<br />

66910 Obstetric shock-unspec<br />

66911 Obstetric shock-deliver<br />

66912 Obstet shock-deliv w p/p<br />

66913 Obstetric shock-antepar<br />

66914 Obstetric shock-postpart<br />

66920 Matern hypotens syn-unsp<br />

66921 Matern hypoten syn-deliv<br />

66922 Matern hypoten-del w p/p<br />

66923 Matern hypotens-antepar<br />

66924 Matern hypotens-postpart<br />

66930 Ac kidny fail w del-unsp<br />

66932 Ac kidney fail-del w p/p<br />

66934 Ac kidney fail-postpart<br />

66940 Oth ob surg compl-unspec<br />

66941 Oth ob compl-delivered<br />

66942 Oth ob compl-deliv w p/p<br />

66943 Complc ob surg anteprtm<br />

66944 Oth ob surg compl-postpa<br />

66950 Forcep deliv NOS-unspec<br />

66951 Forcep deliv NOS-deliver<br />

66960 Breech extr NOS-unspec<br />

66961 Breech extr NOS-deliver<br />

66970 Cesarean deliv NOS-unsp<br />

66971 Cesarean delivery NOS<br />

66980 Compl lab/deliv NEC-unsp<br />

66981 Comp lab/deliv NEC-deliv<br />

66982 Compl del NEC-del w p/p<br />

66983 Compl deliv NEC-antepar<br />

66984 Compl deliv NEC-postpart<br />

66990 Compl lab/deliv NOS-unsp<br />

66991 Comp lab/deliv NOS-deliv<br />

66992 Compl del NOS-del w p/p<br />

66993 Compl deliv NOS-antepar<br />

66994 Compl deliv NOS-postpart<br />

67000 Maj puerp inf NOS-unsp<br />

67002 Maj puer inf NOS-del p/p<br />

67004 Major puerp inf NOS-p/p<br />

67010 Puerp endometritis-unsp<br />

67012 Puerp endomet del w p/p<br />

67014 Puerp endomet-postpart<br />

67020 Puerperal sepsis-unsp<br />

67022 Puerprl sepsis-del w p/p<br />

67024 Puerperl sepsis-postpart<br />

67030 Puerp septc thromb-unsp<br />

67032 Prp sptc thrmb-del w p/p<br />

67034 Prp septc thrmb-postpart<br />

67080 Maj prp infec NEC-unspec<br />

67082 Maj prp inf NEC-dl w p/p<br />

67084 Maj puerp infec NEC-p/p<br />

67100 Varic vein leg preg-unsp<br />

67101 Varicose vein leg-deliv<br />

67102 Varic vein leg-del w p/p<br />

67103 Varic vein leg-antepart<br />

67104 Varic vein leg-postpart<br />

67110 Varic vulva preg-unspec<br />

67111 Varicose vulva-delivered<br />

67112 Varicose vulva-del w p/p<br />

67113 Varicose vulva-antepart<br />

67114 Varicose vulva-postpart<br />

67120 Thrombophleb preg-unspec<br />

67121 Thrombophlebitis-deliver<br />

67122 Thrombophleb-deliv w p/p<br />

67123 Thrombophlebit-antepart<br />

67124 Thrombophlebit-postpart<br />

67130 Deep thromb antepar-unsp<br />

67131 Deep throm antepar-deliv<br />

67133 Deep vein thromb-antepar<br />

67140 Deep thromb postpar-unsp<br />

67142 Thromb postpar-del w p/p<br />

67144 Deep vein thromb-postpar<br />

67150 Thrombosis NEC preg-unsp<br />

67151 Thrombosis NEC-delivered<br />

67152 Thromb NEC-deliv w p/p<br />

1.16 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Maternity diagnoses (age 12 through 55)<br />

67693 Lactat dis NOS-antepart<br />

67694 Lactat dis NOS-postpart<br />

67800 Fetal hematologic-unspec<br />

67801 Fetal hematologic-deliv<br />

67803 Fetal hematologic-ante<br />

67810 Fetal conjoin twins-unsp<br />

67811 Fetal conjoin twins-del<br />

67813 Fetal conjoin twins-ante<br />

67900 Mat comp in utero-unsp<br />

67901 Mat comp in utero-del<br />

67902 Mat comp in utro-del-p/p<br />

67903 Mat comp in utero-ante<br />

67904 Mat comp in utero-p/p<br />

67910 Fetal comp in utero-unsp<br />

67911 Fetal comp in utero-del<br />

67912 Ftl cmp in utro-del-p/p<br />

67913 Fetal comp in utero-ante<br />

67914 Fetal comp in utero-p/p<br />

7923 Abn find-amniotic fluid<br />

7965 Abn find antenatl screen<br />

V230 Preg w hx of infertility<br />

V231 Preg w hx-trophoblas dis<br />

V232 Preg w hx of abortion<br />

V233 Grand multiparity<br />

V2341 Preg w hx pre-term labor<br />

V2349 Preg w poor obs hx NEC<br />

V235 Preg w poor reproduct hx<br />

V237 Insufficnt prenatal care<br />

V2381 Suprv elderly primigrav<br />

V2382 Suprv elderly multigrav<br />

V2383 Suprv young primigravida<br />

V2384 Suprv young multigravida<br />

V2385 Pregnt-assist repro tech<br />

V2386 Preg-hx in utro prev prg<br />

V2389 Suprv high-risk preg NEC<br />

V239 Suprv high-risk preg NOS<br />

V240 Postpart care after del<br />

V270 Deliver-single liveborn<br />

V271 Deliver-single stillborn<br />

V272 Deliver-twins, both live<br />

V273 Del-twins, 1 nb, 1 sb<br />

V274 Deliver-twins, both sb<br />

V275 Del-mult birth, all live<br />

V276 Del-mult brth, some live<br />

V277 Del-mult birth, all sb<br />

V279 Outcome of delivery NOS<br />

V280 Screening-chromosom anom<br />

V281 Screen-alphafetoprotein<br />

V282 Screen by amniocent NEC<br />

V286 Antenatal screen strep b<br />

V2881 Scrn fetal anatmc survey<br />

V2882 Scrn risk preterm labor<br />

V2889 Antenatal screening NEC<br />

V616 Illegitimate pregnancy<br />

V617 Unwanted pregnancy NEC<br />

V7242 Pregnancy test-positive<br />

V8901 Sus amntc cav/mem nt fnd<br />

V8902 Sus placentl prob nt fnd<br />

V8903 Sus fetal anomaly nt fnd<br />

V8904 Sus fetal growth not fnd<br />

V8905 Sus cervcl shortn nt fnd<br />

V8909 Oth sus mat/ftl nt fnd<br />

October 2009<br />

Edit code lists 1.17


Adult diagnoses (age greater than 14)<br />

25631 Premature menopause<br />

2900 Senile dementia uncomp<br />

29010 Presenile dementia<br />

29011 Presenile delirium<br />

29012 Presenile delusion<br />

29013 Presenile depression<br />

29020 Senile delusion<br />

29021 Senile depressive<br />

2903 Senile delirium<br />

29040 Vascular dementia,uncomp<br />

29041 Vasc dementia w delirium<br />

29042 Vasc dementia w delusion<br />

29043 Vasc dementia w depressn<br />

2909 Senile psychot cond NOS<br />

33520 Amyotrophic sclerosis<br />

36610 Senile cataract NOS<br />

36611 Pseudoexfol lens capsule<br />

36612 Incipient cataract<br />

36613 Ant subcaps senile catar<br />

36614 Post subcap senile catar<br />

36615 Cortical senile cataract<br />

36616 Senile nuclear cataract<br />

36617 Mature cataract<br />

36618 Hypermature cataract<br />

36619 Senile cataract NEC<br />

37401 Senile entropion<br />

37411 Senile ectropion<br />

41400 Cor ath unsp vsl ntv/gft<br />

41401 Crnry athrscl natve vssl<br />

41402 Crn ath atlg vn bps grft<br />

41403 Crn ath nonatlg blg grft<br />

41404 Cor ath artry bypas grft<br />

41405 Cor ath bypass graft NOS<br />

41407 Cor ath bps graft tp hrt<br />

4143 Cor ath d/t lpd rch plaq<br />

42971 Acq cardiac septl defect<br />

42979 Other sequelae of MI NEC<br />

4370 Cerebral atherosclerosis<br />

4400 Aortic atherosclerosis<br />

4401 Renal artery atheroscler<br />

44020 Athscl extrm ntv art NOS<br />

44021 Ath ext ntv at w claudct<br />

44022 Ath ext ntv at w rst pn<br />

44023 Ath ext ntv art ulcrtion<br />

44029 Athrsc extrm ntv art oth<br />

44030 Athscl extrm bps gft NOS<br />

44031 Ath ext autologs bps gft<br />

44032 Ath ext nonautlg bps gft<br />

4408 Atherosclerosis NEC<br />

4409 Atherosclerosis NOS<br />

4540 Leg varicosity w ulcer<br />

4541 Leg varicosity w inflam<br />

4542 Varicos leg ulcer/inflam<br />

4549 Asympt varicose veins<br />

4570 Postmastect lymphedema<br />

500 Coal workers' pneumocon<br />

501 Asbestosis<br />

5710 Alcoholic fatty liver<br />

5711 Ac alcoholic hepatitis<br />

5712 Alcohol cirrhosis liver<br />

5713 Alcohol liver damage NOS<br />

60000 BPH w/o urinary obs/LUTS<br />

60001 BPH w urinary obs/LUTS<br />

60010 Nod prostate w/o ur obst<br />

60011 Nod prostate w ur obst<br />

60020 BPH loc w/o ur obs/LUTS<br />

60021 BPH loc w urin obs/LUTS<br />

6003 Cyst of prostate<br />

60090 BPH NOS w/o ur obs/LUTS<br />

60091 BPH NOS w ur obs/LUTS<br />

6010 Acute prostatitis<br />

6011 Chronic prostatitis<br />

6012 Abscess of prostate<br />

6013 Prostatocystitis<br />

6014 Prostatitis in oth dis<br />

6018 Prostatic inflam dis NEC<br />

6019 Prostatitis NOS<br />

6020 Calculus of prostate<br />

6021 Prostatic congest/hemorr<br />

6022 Atrophy of prostate<br />

6028 Prostatic disorders NEC<br />

6029 Prostatic disorder NOS<br />

6060 Azoospermia<br />

6061 Oligospermia<br />

6068 Male infertility NEC<br />

6069 Male infertility NOS<br />

60784 Impotence, organic orign<br />

6101 Diffus cystic mastopathy<br />

61181 Ptosis of breast<br />

61182 Hypoplasia of breast<br />

61183 Capslr contrctr brst imp<br />

6120 Deformity reconst breast<br />

6121 Disproportn reconst brst<br />

7286 Contracted palmar fascia<br />

7837 Failure to thrive-adult<br />

79093 Elvtd prstate spcf antgn<br />

79981 Decreased libido<br />

99580 Adult maltreatment NOS<br />

99581 Adult physical abuse<br />

99582 Adult emotnl/psych abuse<br />

99583 Adult sexual abuse<br />

99584 Adult neglect-nutrition<br />

99585 Oth adult abuse/neglect<br />

V2385 Pregnt-assist repro tech<br />

V4981 Asympt postmeno status<br />

V510 Brst reconst fol mastect<br />

V6221 Hx military deployment<br />

V6222 Hx retrn military deploy<br />

V6229 Occupationl circumst NEC<br />

V7101 Obsv-adult antisoc behav<br />

V850 BMI less than 19,adult<br />

V851 BMI between 19-24,adult<br />

V8521 BMI 25.0-25.9,adult<br />

V8522 BMI 26.0-26.9,adult<br />

V8523 BMI 27.0-27.9,adult<br />

V8524 BMI 28.0-28.9,adult<br />

V8525 BMI 29.0-29.9,adult<br />

V8530 BMI 30.0-30.9,adult<br />

V8531 BMI 31.0-31.9,adult<br />

V8532 BMI 32.0-32.9,adult<br />

V8533 BMI 33.0-33.9,adult<br />

V8534 BMI 34.0-34.9,adult<br />

V8535 BMI 35.0-35.9,adult<br />

V8536 BMI 36.0-36.9,adult<br />

V8537 BMI 37.0-37.9,adult<br />

V8538 BMI 38.0-38.9,adult<br />

V8539 BMI 39.0-39.9,adult<br />

V854 BMI 40 and over,adult<br />

1.18 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


5. Sex conflict <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> detects inconsistencies between a patient’s sex<br />

and any diagnosis or procedure on the patient’s record. For example, a<br />

male patient with cervical cancer (diagnosis) or a female patient with<br />

a prostatectomy (procedure).<br />

In both instances, the indicated diagnosis or the procedure conflicts<br />

with the stated sex of the patient. Therefore, either the patient’s diagnosis,<br />

procedure or sex is presumed to be incorrect.<br />

The following pages contain lists of male and female related<br />

ICD-9-CM diagnosis and procedure codes with corresponding<br />

English descriptions.<br />

October 2009<br />

Edit code lists 1.19


Diagnoses allowed for females only<br />

01660 TB ovary & tube-unspec<br />

01661 TB ovary & tube-no exam<br />

01662 TB ovary/tube-exam unkn<br />

01663 TB ovary & tube-micro dx<br />

01664 TB ovary & tube-cult dx<br />

01665 TB ovary & tube-histo dx<br />

01666 TB ovary & tube-oth test<br />

01670 TB female gen NEC-unspec<br />

01671 TB fem gen NEC-no exam<br />

01672 TB fem gen NEC-exam unkn<br />

01673 TB fem gen NEC-micro dx<br />

01674 TB fem gen NEC-cult dx<br />

01675 TB fem gen NEC-histo dx<br />

01676 TB fem gen NEC-oth test<br />

05411 Herpetic vulvovaginitis<br />

05412 Herpetic ulcer of vulva<br />

09815 Gc cervicitis (acute)<br />

09816 Gc endometritis (acute)<br />

09817 Acute gc salpingitis<br />

09835 Gc cervicitis, chronic<br />

09836 Gc endometritis, chronic<br />

09837 Gc salpingitis (chronic)<br />

1121 Candidal vulvovaginitis<br />

13101 Trichomonal vaginitis<br />

1740 Malig neo nipple<br />

1741 Mal neo breast-central<br />

1742 Mal neo breast up-inner<br />

1743 Mal neo breast low-inner<br />

1744 Mal neo breast up-outer<br />

1745 Mal neo breast low-outer<br />

1746 Mal neo breast-axillary<br />

1748 Malign neopl breast NEC<br />

1749 Malign neopl breast NOS<br />

179 Malig neopl uterus NOS<br />

1800 Malig neo endocervix<br />

1801 Malig neo exocervix<br />

1808 Malig neo cervix NEC<br />

1809 Mal neo cervix uteri NOS<br />

181 Malignant neopl placenta<br />

1820 Malig neo corpus uteri<br />

1821 Mal neo uterine isthmus<br />

1828 Mal neo body uterus NEC<br />

1830 Malign neopl ovary<br />

1832 Mal neo fallopian tube<br />

1833 Mal neo broad ligament<br />

1834 Malig neo parametrium<br />

1835 Mal neo round ligament<br />

1838 Mal neo adnexa NEC<br />

1839 Mal neo adnexa NOS<br />

1840 Malign neopl vagina<br />

1841 Mal neo labia majora<br />

1842 Mal neo labia minora<br />

1843 Malign neopl clitoris<br />

1844 Malign neopl vulva NOS<br />

1848 Mal neo female genit NEC<br />

1849 Mal neo female genit NOS<br />

1986 Second malig neo ovary<br />

2180 Submucous leiomyoma<br />

2181 Intramural leiomyoma<br />

2182 Subserous leiomyoma<br />

2189 Uterine leiomyoma NOS<br />

2190 Benign neo cervix uteri<br />

2191 Benign neo corpus uteri<br />

2198 Benign neo uterus NEC<br />

2199 Benign neo uterus NOS<br />

220 Benign neoplasm ovary<br />

2210 Ben neo fallopian tube<br />

2211 Benign neoplasm vagina<br />

2212 Benign neoplasm vulva<br />

2218 Ben neo fem genital NEC<br />

2219 Ben neo fem genital NOS<br />

2331 Ca in situ cervix uteri<br />

2332 Ca in situ uterus NEC<br />

23330 Ca in situ fem gen NOS<br />

23331 Carcinoma in situ vagina<br />

23332 Carcinoma in situ vulva<br />

23339 Ca in situ fem gen NEC<br />

2360 Uncert behav neo uterus<br />

2361 Unc behav neo placenta<br />

2362 Unc behav neo ovary<br />

2363 Unc behav neo female NEC<br />

2560 Hyperestrogenism<br />

2561 Ovarian hyperfunc NEC<br />

2562 Postablativ ovarian fail<br />

25631 Premature menopause<br />

25639 Ovarian failure NEC<br />

2564 Polycystic ovaries<br />

2568 Ovarian dysfunction NEC<br />

2569 Ovarian dysfunction NOS<br />

30273 Female orgasmic disorder<br />

30276 Dyspareunia,psychogenic<br />

30651 Psychogenic vaginismus<br />

30652 Psychogenic dysmenorrhea<br />

34640 Menst mgr wo ntrc wo st<br />

34641 Menstl mgrn w ntrc wo st<br />

34642 Menstl mgr wo ntrc w st<br />

34643 Menstl mgrn w ntrc w st<br />

4566 Vulval varices<br />

6140 Ac salpingo-oophoritis<br />

6141 Chr salpingo-oophoritis<br />

6142 Salpingo-oophoritis NOS<br />

6143 Acute parametritis<br />

6144 Chronic parametritis<br />

6145 Ac pelv peritonitis-fem<br />

6146 Fem pelvic periton adhes<br />

6147 Chr pelv periton NEC-fem<br />

6148 Fem pelv inflam dis NEC<br />

6149 Fem pelv inflam dis NOS<br />

6150 Ac uterine inflammation<br />

6151 Chr uterine inflammation<br />

6159 Uterine inflam dis NOS<br />

6160 Cervicitis<br />

61610 Vaginitis NOS<br />

61611 Vaginitis in oth disease<br />

6162 Bartholin's gland cyst<br />

6163 Bartholin's glnd abscess<br />

6164 Abscess of vulva NEC<br />

61650 Ulceration of vulva NOS<br />

61651 Vulvar ulcer in oth dis<br />

61681 Mucositis cerv,vag,vulva<br />

61689 Inflm cerv,vag,vulva NEC<br />

6169 Female gen inflam NOS<br />

6170 Uterine endometriosis<br />

6171 Ovarian endometriosis<br />

6172 Tubal endometriosis<br />

6173 Pelv perit endometriosis<br />

6174 Vaginal endometriosis<br />

6175 Intestinal endometriosis<br />

6176 Endometriosis in scar<br />

6178 Endometriosis NEC<br />

1.20 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for females only<br />

6179 Endometriosis NOS<br />

61800 Vaginal wall prolpse NOS<br />

61801 Cystocele, midline<br />

61802 Cystocele, lateral<br />

61803 Urethrocele<br />

61804 Rectocele<br />

61805 Perineocele<br />

61809 Cystourethrocele<br />

6181 Uterine prolapse<br />

6182 Uterovag prolaps-incompl<br />

6183 Uterovag prolaps-complet<br />

6184 Utervaginal prolapse NOS<br />

6185 Postop vaginal prolapse<br />

6186 Vaginal enterocele<br />

6187 Old lacer pelvic muscle<br />

61881 Incomptnce pubocerv tiss<br />

61882 Incomptnce rectovag tiss<br />

61883 Pelvic muscle wasting<br />

61884 Cervical stump prolapse<br />

61889 Genital prolapse NEC<br />

6189 Genital prolapse NOS<br />

6190 Urin-genital fistul, fem<br />

6191 Digest-genit fistul, fem<br />

6192 Genital-skin fistul, fem<br />

6198 Fem genital fistula NEC<br />

6199 Fem genital fistula NOS<br />

6200 Follicular cyst of ovary<br />

6201 Corpus luteum cyst<br />

6202 Ovarian cyst NEC/NOS<br />

6203 Acq atrophy ovary & tube<br />

6204 Prolapse of ovary & tube<br />

6205 Torsion of ovary or tube<br />

6206 Broad ligament lacer syn<br />

6207 Broad ligament hematoma<br />

6208 Noninfl dis ova/adnx NEC<br />

6209 Noninfl dis ova/adnx NOS<br />

6210 Polyp of corpus uteri<br />

6211 Chr uterine subinvolutn<br />

6212 Hypertrophy of uterus<br />

62130 Endometrial hyperpla NOS<br />

62131 Simp endo hyper w/o atyp<br />

62132 Comp endo hyper w/o atyp<br />

62133 Endomet hyperpla w atyp<br />

62134 Ben endomet hyperplasia<br />

62135 Endomet intraepithl neop<br />

6214 Hematometra<br />

6215 Intrauterine synechiae<br />

6216 Malposition of uterus<br />

6217 Chr inversion of uterus<br />

6218 Disorders of uterus NEC<br />

6219 Disorder of uterus NOS<br />

6220 Erosion/ectropion cervix<br />

62210 Dysplasia of cervix NOS<br />

62211 Mild dysplasia of cervix<br />

62212 Mod dysplasia of cervix<br />

6222 Leukoplakia of cervix<br />

6223 Old laceration of cervix<br />

6224 Stricture of cervix<br />

6225 Incompetence of cervix<br />

6226 Hypertrophic elong cervx<br />

6227 Mucous polyp of cervix<br />

6228 Noninflam dis cervix NEC<br />

6229 Noninflam dis cervix NOS<br />

6230 Dysplasia of vagina<br />

6231 Leukoplakia of vagina<br />

6232 Stricture of vagina<br />

6233 Tight hymenal ring<br />

6234 Old vaginal laceration<br />

6235 Noninfect vag leukorrhea<br />

6236 Vaginal hematoma<br />

6237 Polyp of vagina<br />

6238 Noninflam dis vagina NEC<br />

6239 Noninflam dis vagina NOS<br />

62401 Vulvar intraeph neopl I<br />

62402 Vulvr intraepth neopl II<br />

62409 Dystrophy of vulva NEC<br />

6241 Atrophy of vulva<br />

6242 Hypertrophy of clitoris<br />

6243 Hypertrophy of labia<br />

6244 Old laceration of vulva<br />

6245 Hematoma of vulva<br />

6246 Polyp of labia and vulva<br />

6248 Noninflam dis vulva NEC<br />

6249 Noninflam dis vulva NOS<br />

6250 Dyspareunia<br />

6251 Vaginismus<br />

6252 Mittelschmerz<br />

6253 Dysmenorrhea<br />

6254 Premenstrual tension<br />

6255 Pelvic congestion synd<br />

6256 Fem stress incontinence<br />

62570 Vulvodynia NOS<br />

62571 Vulvar vestibulitis<br />

62579 Other vulvodynia<br />

6258 Fem genital symptoms NEC<br />

6259 Fem genital symptoms NOS<br />

6260 Absence of menstruation<br />

6261 Scanty menstruation<br />

6262 Excessive menstruation<br />

6263 Pubertal menorrhagia<br />

6264 Irregular menstruation<br />

6265 Ovulation bleeding<br />

6266 Metrorrhagia<br />

6267 Postcoital bleeding<br />

6268 Menstrual disorder NEC<br />

6269 Menstrual disorder NOS<br />

6270 Premenopause menorrhagia<br />

6271 Postmenopausal bleeding<br />

6272 Sympt fem climact state<br />

6273 Atrophic vaginitis<br />

6274 Sympt state w artif meno<br />

6278 Menopausal disorder NEC<br />

6279 Menopausal disorder NOS<br />

6280 Infertility-anovulation<br />

6281 Infertil-pituitary orig<br />

6282 Infertility-tubal origin<br />

6283 Infertility-uterine orig<br />

6284 Infertil-cervical orig<br />

6288 Female infertility NEC<br />

6289 Female infertility NOS<br />

6290 Hematocele, female NEC<br />

6291 Hydrocele canal nuck-fem<br />

62920 Genital mutilation NOS<br />

62921 Genital mutilatn type I<br />

62922 Genital mutilatn type II<br />

62923 Genital muilatn type III<br />

62929 Fem genital mutilate NEC<br />

62981 Hab abortr w/o curr preg<br />

62989 Female genital disor NEC<br />

6299 Female genital dis NOS<br />

630 Hydatidiform mole<br />

631 Oth abn prod conception<br />

632 Missed abortion<br />

63300 Abd preg w/o intrau preg<br />

63301 Abd preg w intraut preg<br />

63310 Tubal preg w/o intra prg<br />

October 2009<br />

Edit code lists 1.21


Diagnoses allowed for females only<br />

63311 Tubal preg w intra preg<br />

63320 Ovarn preg w/o intra prg<br />

63321 Ovarian preg w intra prg<br />

63380 Ect preg NEC w/o int prg<br />

63381 Ectpc prg NEC w int preg<br />

63390 Ect preg NOS w/o int prg<br />

63391 Ectp preg NOS w int preg<br />

63400 Spon abor w pel inf-unsp<br />

63401 Spon abor w pelv inf-inc<br />

63402 Spon abor w pel inf-comp<br />

63410 Spon abort w hemorr-unsp<br />

63411 Spon abort w hemorr-inc<br />

63412 Spon abort w hemorr-comp<br />

63420 Spon ab w pel damag-unsp<br />

63421 Spon ab w pelv damag-inc<br />

63422 Spon ab w pel damag-comp<br />

63430 Spon ab w ren fail-unsp<br />

63431 Spon ab w ren fail-inc<br />

63432 Spon ab w ren fail-comp<br />

63440 Spon ab w metab dis-unsp<br />

63441 Spon ab w metab dis-inc<br />

63442 Spon ab w metab dis-comp<br />

63450 Spon abort w shock-unsp<br />

63451 Spon abort w shock-inc<br />

63452 Spon abort w shock-comp<br />

63460 Spon abort w embol-unsp<br />

63461 Spon abort w embol-inc<br />

63462 Spon abort w embol-comp<br />

63470 Spon ab w compl NEC-unsp<br />

63471 Spon ab w compl NEC-inc<br />

63472 Spon ab w compl NEC-comp<br />

63480 Spon ab w compl NOS-unsp<br />

63481 Spon ab w compl NOS-inc<br />

63482 Spon ab w compl NOS-comp<br />

63490 Spon abort uncompl-unsp<br />

63491 Spon abort uncompl-inc<br />

63492 Spon abort uncompl-comp<br />

63500 Leg abor w pelv inf-unsp<br />

63501 Leg abor w pelv inf-inc<br />

63502 Leg abor w pelv inf-comp<br />

63510 Legal abor w hemorr-unsp<br />

63511 Legal abort w hemorr-inc<br />

63512 Legal abor w hemorr-comp<br />

63520 Leg ab w pelv damag-unsp<br />

63521 Leg ab w pelv damag-inc<br />

63522 Leg ab w pelv damag-comp<br />

63530 Leg abor w ren fail-unsp<br />

63531 Leg abor w ren fail-inc<br />

63532 Leg abor w ren fail-comp<br />

63540 Leg ab w metab dis-unsp<br />

63541 Leg ab w metab dis-inc<br />

63542 Leg ab w metab dis-comp<br />

63550 Legal abort w shock-unsp<br />

63551 Legal abort w shock-inc<br />

63552 Legal abort w shock-comp<br />

63560 Legal abort w embol-unsp<br />

63561 Legal abort w embol-inc<br />

63562 Legal abort w embol-comp<br />

63570 Leg ab w compl NEC-unsp<br />

63571 Leg ab w compl NEC-inc<br />

63572 Leg ab w compl NEC-comp<br />

63580 Leg ab w compl NOS-unsp<br />

63581 Leg ab w compl NOS-inc<br />

63582 Leg ab w compl NOS-comp<br />

63590 Legal abort uncompl-unsp<br />

63591 Legal abort uncompl-inc<br />

63592 Legal abort uncompl-comp<br />

63600 Illeg ab w pelv inf-unsp<br />

63601 Illeg ab w pelv inf-inc<br />

63602 Illeg ab w pelv inf-comp<br />

63610 Illeg ab w hemorr-unspec<br />

63611 Illeg ab w hemorr-inc<br />

63612 Illeg ab w hemorr-comp<br />

63620 Illeg ab w pel damg-unsp<br />

63621 Illeg ab w pel damag-inc<br />

63622 Illeg ab w pel damg-comp<br />

63630 Illeg ab w ren fail-unsp<br />

63631 Illeg ab w ren fail-inc<br />

63632 Illeg ab w ren fail-comp<br />

63640 Illeg ab w met dis-unsp<br />

63641 Illeg ab w metab dis-inc<br />

63642 Illeg ab w met dis-comp<br />

63650 Illeg abort w shock-unsp<br />

63651 Illeg abort w shock-inc<br />

63652 Illeg abort w shock-comp<br />

63660 Illeg ab w embolism-unsp<br />

63661 Illeg ab w embolism-inc<br />

63662 Illeg ab w embolism-comp<br />

63670 Illg ab w compl NEC-unsp<br />

63671 Illeg ab w compl NEC-inc<br />

63672 Illg ab w compl NEC-comp<br />

63680 Illg ab w compl NOS-unsp<br />

63681 Illeg ab w compl NOS-inc<br />

63682 Illg ab w compl NOS-comp<br />

63690 Illeg abort uncompl-unsp<br />

63691 Illeg abort uncompl-inc<br />

63692 Illeg abort uncompl-comp<br />

63700 Abort NOS w pel inf-unsp<br />

63701 Abort NOS w pel inf-inc<br />

63702 Abort NOS w pel inf-comp<br />

63710 Abort NOS w hemorr-unsp<br />

63711 Abort NOS w hemorr-inc<br />

63712 Abort NOS w hemorr-comp<br />

63720 Ab NOS w pelv damag-unsp<br />

63721 Ab NOS w pelv damag-inc<br />

63722 Ab NOS w pelv damag-comp<br />

63730 Ab NOS w renal fail-unsp<br />

63731 Ab NOS w renal fail-inc<br />

63732 Ab NOS w renal fail-comp<br />

63740 Ab NOS w metab dis-unsp<br />

63741 Ab NOS w metab dis-inc<br />

63742 Ab NOS w metab dis-comp<br />

63750 Abort NOS w shock-unsp<br />

63751 Abort NOS w shock-inc<br />

63752 Abort NOS w shock-comp<br />

63760 Ab NOS w embolism-unsp<br />

63761 Ab NOS w embolism-inc<br />

63762 Ab NOS w embolism-comp<br />

63770 Ab NOS w compl NEC-unsp<br />

63771 Ab NOS w compl NEC-inc<br />

63772 Ab NOS w compl NEC-comp<br />

63780 Ab NOS w compl NOS-unsp<br />

63781 Ab NOS w compl NOS-inc<br />

63782 Ab NOS w compl NOS-comp<br />

63790 Ab NOS uncomplicat-unsp<br />

63791 Ab NOS uncomplicat-inc<br />

63792 Ab NOS uncomplicat-comp<br />

6380 Attem abort w pelvic inf<br />

6381 Attem abort w hemorrhage<br />

6382 Attem abort w pelv damag<br />

6383 Attem abort w renal fail<br />

6384 Attem abor w metabol dis<br />

6385 Attem abortion w shock<br />

6386 Attemp abort w embolism<br />

6387 Attemp abort w compl NEC<br />

6388 Attemp abort w compl NOS<br />

1.22 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for females only<br />

6389 Attempted abort uncompl<br />

6390 Postabortion gu infect<br />

6391 Postabortion hemorrhage<br />

6392 Postabort pelvic damage<br />

6393 Postabort kidney failure<br />

6394 Postabort metabolic dis<br />

6395 Postabortion shock<br />

6396 Postabortion embolism<br />

6398 Postabortion compl NEC<br />

6399 Postabortion compl NOS<br />

64000 Threatened abort-unspec<br />

64001 Threatened abort-deliver<br />

64003 Threaten abort-antepart<br />

64080 Hem early preg NEC-unsp<br />

64081 Hem early preg NEC-deliv<br />

64083 Hem early pg NEC-antepar<br />

64090 Hemorr early preg-unspec<br />

64091 Hem early preg-delivered<br />

64093 Hem early preg-antepart<br />

64100 Placenta previa-unspec<br />

64101 Placenta previa-deliver<br />

64103 Placenta previa-antepart<br />

64110 Placenta prev hem-unspec<br />

64111 Placenta prev hem-deliv<br />

64113 Placen prev hem-antepart<br />

64120 Prem separ placen-unspec<br />

64121 Prem separ placen-deliv<br />

64123 Prem separ plac-antepart<br />

64130 Coag def hemorr-unspec<br />

64131 Coag def hemorr-deliver<br />

64133 Coag def hemorr-antepart<br />

64180 Antepart hem NEC-unspec<br />

64181 Antepartum hem NEC-deliv<br />

64183 Antepart hem NEC-antepar<br />

64190 Antepart hem NOS-unspec<br />

64191 Antepartum hem NOS-deliv<br />

64193 Antepart hem NOS-antepar<br />

64200 Essen hyperten preg-unsp<br />

64201 Essen hyperten-delivered<br />

64202 Essen hyperten-del w p/p<br />

64203 Essen hyperten-antepart<br />

64204 Essen hyperten-postpart<br />

64210 Renal hyperten preg-unsp<br />

64211 Renal hyperten pg-deliv<br />

64212 Renal hyperten-del p/p<br />

64213 Renal hyperten-antepart<br />

64214 Renal hyperten-postpart<br />

64220 Old hyperten preg-unspec<br />

64221 Old hyperten NEC-deliver<br />

64222 Old hyperten-deliv w p/p<br />

64223 Old hyperten NEC-antepar<br />

64224 Old hyperten NEC-postpar<br />

64230 Trans hyperten preg-unsp<br />

64231 Trans hyperten-delivered<br />

64232 Trans hyperten-del w p/p<br />

64233 Trans hyperten-antepart<br />

64234 Trans hyperten-postpart<br />

64240 Mild/NOS preeclamp-unsp<br />

64241 Mild/NOS preeclamp-deliv<br />

64242 Mild preeclamp-del w p/p<br />

64243 Mild/NOS preeclamp-antep<br />

64244 Mild/NOS preeclamp-p/p<br />

64250 Severe preeclamp-unspec<br />

64251 Severe preeclamp-deliver<br />

64252 Sev preeclamp-del w p/p<br />

64253 Sev preeclamp-antepartum<br />

64254 Sev preeclamp-postpartum<br />

64260 Eclampsia-unspecified<br />

64261 Eclampsia-delivered<br />

64262 Eclampsia-deliv w p/p<br />

64263 Eclampsia-antepartum<br />

64264 Eclampsia-postpartum<br />

64270 Tox w old hyperten-unsp<br />

64271 Tox w old hyperten-deliv<br />

64272 Tox w old hyp-del w p/p<br />

64273 Tox w old hyper-antepart<br />

64274 Tox w old hyper-postpart<br />

64290 Hyperten preg NOS-unspec<br />

64291 Hypertens NOS-delivered<br />

64292 Hypertens NOS-del w p/p<br />

64293 Hypertens NOS-antepartum<br />

64294 Hypertens NOS-postpartum<br />

64300 Mild hyperem grav-unspec<br />

64301 Mild hyperem grav-deliv<br />

64303 Mild hyperemesis-antepar<br />

64310 Hyperem w metab dis-unsp<br />

64311 Hyperem w metab dis-del<br />

64313 Hyperem w metab-antepart<br />

64320 Late vomit of preg-unsp<br />

64321 Late vomit of preg-deliv<br />

64323 Late vomit preg-antepart<br />

64380 Vomit compl preg-unspec<br />

64381 Vomit compl preg-deliver<br />

64383 Vomit compl preg-antepar<br />

64390 Vomit of preg NOS-unspec<br />

64391 Vomit of preg NOS-deliv<br />

64393 Vomit of pg NOS-antepart<br />

64400 Threat prem labor-unspec<br />

64403 Thrt prem labor-antepart<br />

64410 Threat labor NEC-unspec<br />

64413 Threat labor NEC-antepar<br />

64420 Early onset deliv-unspec<br />

64421 Early onset delivery-del<br />

64510 Post term preg-unsp<br />

64511 Post term preg-del<br />

64513 Post term preg-antepar<br />

64520 Prolonged preg-unsp<br />

64521 Prolonged preg-del<br />

64523 Prolonged preg-antepar<br />

64600 Papyraceous fetus-unspec<br />

64601 Papyraceous fetus-deliv<br />

64603 Papyraceous fet-antepar<br />

64610 Edema in preg-unspec<br />

64611 Edema in preg-delivered<br />

64612 Edema in preg-del w p/p<br />

64613 Edema in preg-antepartum<br />

64614 Edema in preg-postpartum<br />

64620 Renal dis preg NOS-unsp<br />

64621 Renal dis NOS-delivered<br />

64622 Renal dis NOS-del w p/p<br />

64623 Renal dis NOS-antepartum<br />

64624 Renal dis NOS-postpartum<br />

64630 Habitual aborter-unspec<br />

64631 Habitual aborter-deliver<br />

64633 Habitual abort-antepart<br />

64640 Neuritis of preg-unspec<br />

64641 Neuritis-delivered<br />

64642 Neuritis-delivered w p/p<br />

64643 Neuritis of preg-antepar<br />

64644 Neuritis of preg-postpar<br />

64650 Bacteriuria preg-unspec<br />

64651 Asym bacteriuria-deliver<br />

64652 Asy bacteruria-del w p/p<br />

64653 Asy bacteriuria-antepart<br />

64654 Asy bacteriuria-postpart<br />

64660 Gu infect in preg-unspec<br />

October 2009<br />

Edit code lists 1.23


Diagnoses allowed for females only<br />

64661 Gu infection-delivered<br />

64662 Gu infection-deliv w p/p<br />

64663 Gu infection-antepartum<br />

64664 Gu infection-postpartum<br />

64670 Liver dis in preg-unspec<br />

64671 Liver disorder-delivered<br />

64673 Liver disorder-antepart<br />

64680 Preg compl NEC-unspec<br />

64681 Preg compl NEC-delivered<br />

64682 Preg compl NEC-del w p/p<br />

64683 Preg compl NEC-antepart<br />

64684 Preg compl NEC-postpart<br />

64690 Preg compl NOS-unspec<br />

64691 Preg compl NOS-delivered<br />

64693 Preg compl NOS-antepart<br />

64700 Syphilis in preg-unspec<br />

64701 Syphilis-delivered<br />

64702 Syphilis-delivered w p/p<br />

64703 Syphilis-antepartum<br />

64704 Syphilis-postpartum<br />

64710 Gonorrhea in preg-unspec<br />

64711 Gonorrhea-delivered<br />

64712 Gonorrhea-deliver w p/p<br />

64713 Gonorrhea-antepartum<br />

64714 Gonorrhea-postpartum<br />

64720 Other VD in preg-unspec<br />

64721 Other vd-delivered<br />

64722 Other vd-delivered w p/p<br />

64723 Other vd-antepartum<br />

64724 Other vd-postpartum<br />

64730 TB in preg-unspecified<br />

64731 Tuberculosis-delivered<br />

64732 Tuberculosis-deliv w p/p<br />

64733 Tuberculosis-antepartum<br />

64734 Tuberculosis-postpartum<br />

64740 Malaria in preg-unspec<br />

64741 Malaria-delivered<br />

64742 Malaria-delivered w p/p<br />

64743 Malaria-antepartum<br />

64744 Malaria-postpartum<br />

64750 Rubella in preg-unspec<br />

64751 Rubella-delivered<br />

64752 Rubella-delivered w p/p<br />

64753 Rubella-antepartum<br />

64754 Rubella-postpartum<br />

64760 Oth virus in preg-unspec<br />

64761 Oth viral dis-delivered<br />

64762 Oth viral dis-del w p/p<br />

64763 Oth viral dis-antepartum<br />

64764 Oth viral dis-postpartum<br />

64780 Inf dis in preg NEC-unsp<br />

64781 Infect dis NEC-delivered<br />

64782 Infect dis NEC-del w p/p<br />

64783 Infect dis NEC-antepart<br />

64784 Infect dis NEC-postpart<br />

64790 Infect in preg NOS-unsp<br />

64791 Infect NOS-delivered<br />

64792 Infect NOS-deliver w p/p<br />

64793 Infect NOS-antepartum<br />

64794 Infect NOS-postpartum<br />

64800 Diabetes in preg-unspec<br />

64801 Diabetes-delivered<br />

64802 Diabetes-delivered w p/p<br />

64803 Diabetes-antepartum<br />

64804 Diabetes-postpartum<br />

64810 Thyroid dysfun preg-unsp<br />

64811 Thyroid dysfunc-deliver<br />

64812 Thyroid dysfun-del w p/p<br />

64813 Thyroid dysfunc-antepart<br />

64814 Thyroid dysfunc-postpart<br />

64820 Anemia in preg-unspec<br />

64821 Anemia-delivered<br />

64822 Anemia-delivered w p/p<br />

64823 Anemia-antepartum<br />

64824 Anemia-postpartum<br />

64830 Drug depend preg-unspec<br />

64831 Drug dependence-deliver<br />

64832 Drug dependen-del w p/p<br />

64833 Drug dependence-antepart<br />

64834 Drug dependence-postpart<br />

64840 Mental dis preg-unspec<br />

64841 Mental disorder-deliver<br />

64842 Mental dis-deliv w p/p<br />

64843 Mental disorder-antepart<br />

64844 Mental disorder-postpart<br />

64850 Congen CV dis preg-unsp<br />

64851 Congen CV dis-delivered<br />

64852 Congen CV dis-del w p/p<br />

64853 Congen CV dis-antepartum<br />

64854 Congen CV dis-postpartum<br />

64860 CV dis NEC preg-unspec<br />

64861 CV dis NEC preg-deliver<br />

64862 CV dis NEC-deliver w p/p<br />

64863 CV dis NEC-antepartum<br />

64864 CV dis NEC-postpartum<br />

64870 Bone disord in preg-unsp<br />

64871 Bone disorder-delivered<br />

64872 Bone disorder-del w p/p<br />

64873 Bone disorder-antepartum<br />

64874 Bone disorder-postpartum<br />

64880 Abn glucose in preg-unsp<br />

64881 Abn glucose toler-deliv<br />

64882 Abn glucose-deliv w p/p<br />

64883 Abn glucose-antepartum<br />

64884 Abn glucose-postpartum<br />

64890 Oth curr cond preg-unsp<br />

64891 Oth curr cond-delivered<br />

64892 Oth curr cond-del w p/p<br />

64893 Oth curr cond-antepartum<br />

64894 Oth curr cond-postpartum<br />

64900 Tobacco use disord-unsp<br />

64901 Tobacco use disor-delliv<br />

64902 Tobacco use dis-del-p/p<br />

64903 Tobacco use dis-antepart<br />

64904 Tobacco use dis-postpart<br />

64910 Obesity-unspecified<br />

64911 Obesity-delivered<br />

64912 Obesity-delivered w p/p<br />

64913 Obesity-antepartum<br />

64914 Obesity-postpartum<br />

64920 Bariatric surg stat-unsp<br />

64921 Bariatric surg stat-del<br />

64922 Bariatric surg-del w p/p<br />

64923 Bariatrc surg stat-antep<br />

64924 Bariatrc surg stat w p/p<br />

64930 Coagulation def-unspec<br />

64931 Coagulation def-deliv<br />

64932 Coagulatn def-del w p/p<br />

64933 Coagulation def-antepart<br />

64934 Coagulation def-postpart<br />

64940 Epilepsy-unspecified<br />

64941 Epilepsy-delivered<br />

64942 Epilepsy-delivered w p/p<br />

64943 Epilepsy-antepartum<br />

64944 Epilepsy-postpartum<br />

64950 Spotting-unspecified<br />

1.24 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for females only<br />

64951 Spotting-delivered<br />

64953 Spotting-antepartum<br />

64960 Uterine size descrp-unsp<br />

64961 Uterine size descrep-del<br />

64962 Uterine size-del w p/p<br />

64963 Uterine size des-antepar<br />

64964 Uterine size descrep-p/p<br />

64970 Cervical shortening-unsp<br />

64971 Cervical shortening-del<br />

64973 Cervical shortening-ante<br />

650 Normal delivery<br />

65100 Twin pregnancy-unspec<br />

65101 Twin pregnancy-delivered<br />

65103 Twin pregnancy-antepart<br />

65110 Triplet pregnancy-unspec<br />

65111 Triplet pregnancy-deliv<br />

65113 Triplet preg-antepartum<br />

65120 Quadruplet preg-unspec<br />

65121 Quadruplet preg-deliver<br />

65123 Quadruplet preg-antepart<br />

65130 Twins w fetal loss-unsp<br />

65131 Twins w fetal loss-del<br />

65133 Twins w fetal loss-ante<br />

65140 Triplets w fet loss-unsp<br />

65141 Triplets w fet loss-del<br />

65143 Triplets w fet loss-ante<br />

65150 Quads w fetal loss-unsp<br />

65151 Quads w fetal loss-del<br />

65153 Quads w fetal loss-ante<br />

65160 Mult ges w fet loss-unsp<br />

65161 Mult ges w fet loss-del<br />

65163 Mult ges w fet loss-ante<br />

65170 Mul gest-fet reduct unsp<br />

65171 Mult gest-fet reduct del<br />

65173 Mul gest-fet reduct ante<br />

65180 Multi gestat NEC-unspec<br />

65181 Multi gestat NEC-deliver<br />

65183 Multi gest NEC-antepart<br />

65190 Multi gestat NOS-unspec<br />

65191 Mult gestation NOS-deliv<br />

65193 Multi gest NOS-antepart<br />

65200 Unstable lie-unspecified<br />

65201 Unstable lie-delivered<br />

65203 Unstable lie-antepartum<br />

65210 Cephalic vers NOS-unspec<br />

65211 Cephalic vers NOS-deliv<br />

65213 Cephal vers NOS-antepart<br />

65220 Breech presentat-unspec<br />

65221 Breech presentat-deliver<br />

65223 Breech present-antepart<br />

65230 Transv/obliq lie-unspec<br />

65231 Transver/obliq lie-deliv<br />

65233 Transv/obliq lie-antepar<br />

65240 Face/brow present-unspec<br />

65241 Face/brow present-deliv<br />

65243 Face/brow pres-antepart<br />

65250 High head at term-unspec<br />

65251 High head at term-deliv<br />

65253 High head term-antepart<br />

65260 Mult gest malpresen-unsp<br />

65261 Mult gest malpres-deliv<br />

65263 Mult ges malpres-antepar<br />

65270 Prolapsed arm-unspec<br />

65271 Prolapsed arm-delivered<br />

65273 Prolapsed arm-antepart<br />

65280 Malposition NEC-unspec<br />

65281 Malposition NEC-deliver<br />

65283 Malposition NEC-antepart<br />

65290 Malposition NOS-unspec<br />

65291 Malposition NOS-deliver<br />

65293 Malposition NOS-antepart<br />

65300 Pelvic deform NOS-unspec<br />

65301 Pelvic deform NOS-deliv<br />

65303 Pelv deform NOS-antepart<br />

65310 Contract pelv NOS-unspec<br />

65311 Contract pelv NOS-deliv<br />

65313 Contrac pelv NOS-antepar<br />

65320 Inlet contraction-unspec<br />

65321 Inlet contraction-deliv<br />

65323 Inlet contract-antepart<br />

65330 Outlet contraction-unsp<br />

65331 Outlet contraction-deliv<br />

65333 Outlet contract-antepart<br />

65340 Fetopelv disprop-unspec<br />

65341 Fetopelv dispropor-deliv<br />

65343 Fetopel disprop-antepart<br />

65350 Fetal disprop NOS-unspec<br />

65351 Fetal disprop NOS-deliv<br />

65353 Fetal dispro NOS-antepar<br />

65360 Hydrocephal fetus-unspec<br />

65361 Hydroceph fetus-deliver<br />

65363 Hydroceph fetus-antepart<br />

65370 Oth abn fet disprop-unsp<br />

65371 Oth abn fet dispro-deliv<br />

65373 Oth abn fet dispro-antep<br />

65380 Disproportion NEC-unspec<br />

65381 Disproportion NEC-deliv<br />

65383 Dispropor NEC-antepartum<br />

65390 Disproportion NOS-unspec<br />

65391 Disproportion NOS-deliv<br />

65393 Dispropor NOS-antepartum<br />

65400 Cong abn uter preg-unsp<br />

65401 Congen abn uterus-deliv<br />

65402 Cong abn uter-del w p/p<br />

65403 Congen abn uter-antepart<br />

65404 Congen abn uter-postpart<br />

65410 Uter tumor in preg-unsp<br />

65411 Uterine tumor-delivered<br />

65412 Uterine tumor-del w p/p<br />

65413 Uterine tumor-antepartum<br />

65414 Uterine tumor-postpartum<br />

65420 Prev c-delivery unspec<br />

65421 Prev c-delivery-delivrd<br />

65423 Prev c-delivery-antepart<br />

65430 Retrovert uterus-unspec<br />

65431 Retrovert uterus-deliver<br />

65432 Retrovert uter-del w p/p<br />

65433 Retrovert uter-antepart<br />

65434 Retrovert uter-postpart<br />

65440 Abn grav uterus NEC-unsp<br />

65441 Abn uterus NEC-delivered<br />

65442 Abn uterus NEC-del w p/p<br />

65443 Abn uterus NEC-antepart<br />

65444 Abn uterus NEC-postpart<br />

65450 Cerv incompet preg-unsp<br />

65451 Cervical incompet-deliv<br />

65452 Cerv incompet-del w p/p<br />

65453 Cerv incompet-antepartum<br />

65454 Cerv incompet-postpartum<br />

65460 Abn cervix NEC preg-unsp<br />

65461 Abn cervix NEC-delivered<br />

65462 Abn cervix NEC-del w p/p<br />

65463 Abn cervix NEC-antepart<br />

65464 Abn cervix NEC-postpart<br />

65470 Abn vagina in preg-unsp<br />

65471 Abnorm vagina-delivered<br />

October 2009<br />

Edit code lists 1.25


Diagnoses allowed for females only<br />

65472 Abnorm vagina-del w p/p<br />

65473 Abnorm vagina-antepartum<br />

65474 Abnorm vagina-postpartum<br />

65480 Abn vulva in preg-unspec<br />

65481 Abnormal vulva-delivered<br />

65482 Abnormal vulva-del w p/p<br />

65483 Abnormal vulva-antepart<br />

65484 Abnormal vulva-postpart<br />

65490 Abn pel NEC in preg-unsp<br />

65491 Abn pelv org NEC-deliver<br />

65492 Abn pelv NEC-deliv w p/p<br />

65493 Abn pelv org NEC-antepar<br />

65494 Abn pelv org NEC-postpar<br />

65500 Fetal cns malform-unspec<br />

65501 Fetal cns malform-deliv<br />

65503 Fetal cns malfor-antepar<br />

65510 Fetal chromos abn-unspec<br />

65511 Fetal chromoso abn-deliv<br />

65513 Fet chromo abn-antepart<br />

65520 Famil heredit dis-unspec<br />

65521 Famil heredit dis-deliv<br />

65523 Famil hered dis-antepart<br />

65530 Fet damg d/t virus-unsp<br />

65531 Fet damg d/t virus-deliv<br />

65533 Fet damg d/t virus-antep<br />

65540 Fet damg d/t dis-unspec<br />

65541 Fet damg d/t dis-deliver<br />

65543 Fet damg d/t dis-antepar<br />

65550 Fetal damg d/t drug-unsp<br />

65551 Fet damag d/t drug-deliv<br />

65553 Fet damg d/t drug-antepa<br />

65560 Radiat fetal damag-unsp<br />

65561 Radiat fetal damag-deliv<br />

65563 Radiat fet damag-antepar<br />

65570 Decrease fetl movmt unsp<br />

65571 Decrease fetal movmt del<br />

65573 Dec fetal movmt antepart<br />

65580 Fetal abnorm NEC-unspec<br />

65581 Fetal abnorm NEC-deliver<br />

65583 Fetal abnorm NEC-antepar<br />

65590 Fetal abnorm NOS-unspec<br />

65591 Fetal abnorm NOS-deliver<br />

65593 Fetal abnorm NOS-antepar<br />

65600 Fetal-maternal hem-unsp<br />

65601 Fetal-maternal hem-deliv<br />

65603 Fetal-matern hem-antepar<br />

65610 Rh isoimmunization-unsp<br />

65611 Rh isoimmunizat-deliver<br />

65613 Rh isoimmunizat-antepart<br />

65620 Abo isoimmunization-unsp<br />

65621 Abo isoimmunizat-deliver<br />

65623 Abo isoimmunizat-antepar<br />

65630 Fetal distress-unspec<br />

65631 Fetal distress-delivered<br />

65633 Fetal distress-antepart<br />

65640 Intrauterine death-unsp<br />

65641 Intrauter death-deliver<br />

65643 Intrauter death-antepart<br />

65650 Poor fetal growth-unspec<br />

65651 Poor fetal growth-deliv<br />

65653 Poor fetal grth-antepart<br />

65660 Excess fetal grth-unspec<br />

65661 Excess fetal grth-deliv<br />

65663 Excess fet grth-antepart<br />

65670 Oth placent cond-unspec<br />

65671 Oth placent cond-deliver<br />

65673 Oth placent cond-antepar<br />

65680 Fet/plac prob NEC-unspec<br />

65681 Fet/plac prob NEC-deliv<br />

65683 Fet/plac prob NEC-antepa<br />

65690 Fet/plac prob NOS-unspec<br />

65691 Fet/plac prob NOS-deliv<br />

65693 Fet/plac prob NOS-antepa<br />

65700 Polyhydramnios-unspec<br />

65701 Polyhydramnios-delivered<br />

65703 Polyhydramnios-antepart<br />

65800 Oligohydramnios-unspec<br />

65801 Oligohydramnios-deliver<br />

65803 Oligohydramnios-antepar<br />

65810 Prem rupt membran-unspec<br />

65811 Prem rupt membran-deliv<br />

65813 Prem rupt memb-antepart<br />

65820 Prolong rupt memb-unspec<br />

65821 Prolong rupt memb-deliv<br />

65823 Prolong rup memb-antepar<br />

65830 Artific rupt membr-unsp<br />

65831 Artific rupt membr-deliv<br />

65833 Artif rupt memb-antepart<br />

65840 Amniotic infection-unsp<br />

65841 Amniotic infection-deliv<br />

65843 Amniotic infect-antepart<br />

65880 Amniotic prob NEC-unspec<br />

65881 Amniotic prob NEC-deliv<br />

65883 Amnion prob NEC-antepart<br />

65890 Amniotic prob NOS-unspec<br />

65891 Amniotic prob NOS-deliv<br />

65893 Amnion prob NOS-antepart<br />

65900 Fail mechan induct-unsp<br />

65901 Fail mech induct-deliver<br />

65903 Fail mech induct-antepar<br />

65910 Fail induction NOS-unsp<br />

65911 Fail induction NOS-deliv<br />

65913 Fail induct NOS-antepart<br />

65920 Pyrexia in labor-unspec<br />

65921 Pyrexia in labor-deliver<br />

65923 Pyrexia in labor-antepar<br />

65930 Septicemia in labor-unsp<br />

65931 Septicem in labor-deliv<br />

65933 Septicem in labor-antepa<br />

65940 Grand multiparity-unspec<br />

65941 Grand multiparity-deliv<br />

65943 Grand multiparity-antepa<br />

65950 Elderly primigravid-unsp<br />

65951 Elderly primigravida-del<br />

65953 Elder primigravid-antepa<br />

65960 Elderly multigravida-uns<br />

65961 Elderly multigravida-del<br />

65963 Elderly multigravd-antep<br />

65970 Abn ftl hrt rate/rhy-uns<br />

65971 Abn ftl hrt rate/rhy-del<br />

65973 Abn ftl hrt rate/rhy-ant<br />

65980 Complic labor NEC-unsp<br />

65981 Complic labor NEC-deliv<br />

65983 Compl labor NEC-antepart<br />

65990 Complic labor NOS-unsp<br />

65991 Complic labor NOS-deliv<br />

65993 Compl labor NOS-antepart<br />

66000 Obstruct/fet malpos-unsp<br />

66001 Obstruc/fet malpos-deliv<br />

66003 Obstruc/fet malpos-antep<br />

66010 Bony pelv obstruc-unspec<br />

66011 Bony pelv obstruct-deliv<br />

66013 Bony pelv obstruc-antepa<br />

66020 Abn pelv tiss obstr-unsp<br />

66021 Abn pelv tis obstr-deliv<br />

66023 Abn pelv tis obstr-antep<br />

1.26 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for females only<br />

66030 Persist occipitpost-unsp<br />

66031 Persist occiptpost-deliv<br />

66033 Persist occiptpost-antep<br />

66040 Shoulder dystocia-unspec<br />

66041 Shoulder dystocia-deliv<br />

66043 Shoulder dystocia-antepa<br />

66050 Locked twins-unspecified<br />

66051 Locked twins-delivered<br />

66053 Locked twins-antepartum<br />

66060 Fail trial lab NOS-unsp<br />

66061 Fail trial lab NOS-deliv<br />

66063 Fail trial lab NOS-antep<br />

66070 Failed forcep NOS-unspec<br />

66071 Failed forceps NOS-deliv<br />

66073 Fail forceps NOS-antepar<br />

66080 Obstruc labor NEC-unspec<br />

66081 Obstruct labor NEC-deliv<br />

66083 Obstruc labor NEC-antepa<br />

66090 Obstruc labor NOS-unspec<br />

66091 Obstruct labor NOS-deliv<br />

66093 Obstruc labor NOS-antepa<br />

66100 Prim uterine inert-unsp<br />

66101 Prim uterine inert-deliv<br />

66103 Prim uter inert-antepart<br />

66110 Sec uterine inert-unspec<br />

66111 Sec uterine inert-deliv<br />

66113 Sec uterine inert-antepa<br />

66120 Uterine inertia NEC-unsp<br />

66121 Uterine inert NEC-deliv<br />

66123 Uterine inert NEC-antepa<br />

66130 Precipitate labor-unspec<br />

66131 Precipitate labor-deliv<br />

66133 Precipitate labor-antepa<br />

66140 Uter dystocia NOS-unspec<br />

66141 Uter dystocia NOS-deliv<br />

66143 Uter dystocia NOS-antepa<br />

66190 Abnormal labor NOS-unsp<br />

66191 Abnormal labor NOS-deliv<br />

66193 Abnorm labor NOS-antepar<br />

66200 Prolonged 1st stage-unsp<br />

66201 Prolong 1st stage-deliv<br />

66203 Prolong 1st stage-antepa<br />

66210 Prolonged labor NOS-unsp<br />

66211 Prolong labor NOS-deliv<br />

66213 Prolong labor NOS-antepa<br />

66220 Prolonged 2nd stage-unsp<br />

66221 Prolong 2nd stage-deliv<br />

66223 Prolong 2nd stage-antepa<br />

66230 Delay del 2nd twin-unsp<br />

66231 Delay del 2nd twin-deliv<br />

66233 Delay del 2 twin-antepar<br />

66300 Cord prolapse-unspec<br />

66301 Cord prolapse-delivered<br />

66303 Cord prolapse-antepartum<br />

66310 Cord around neck-unspec<br />

66311 Cord around neck-deliver<br />

66313 Cord around neck-antepar<br />

66320 Cord compress NEC-unspec<br />

66321 Cord compress NEC-deliv<br />

66323 Cord compres NEC-antepar<br />

66330 Cord entangle NEC-unspec<br />

66331 Cord entangle NEC-deliv<br />

66333 Cord entangl NEC-antepar<br />

66340 Short cord-unspecified<br />

66341 Short cord-delivered<br />

66343 Short cord-antepartum<br />

66350 Vasa previa-unspecified<br />

66351 Vasa previa-delivered<br />

66353 Vasa previa-antepartum<br />

66360 Vasc lesion cord-unspec<br />

66361 Vasc lesion cord-deliver<br />

66363 Vasc lesion cord-antepar<br />

66380 Cord complicat NEC-unsp<br />

66381 Cord complicat NEC-deliv<br />

66383 Cord compl NEC-antepart<br />

66390 Cord complicat NOS-unsp<br />

66391 Cord complicat NOS-deliv<br />

66393 Cord compl NOS-antepart<br />

66400 Del w 1 deg lacerat-unsp<br />

66401 Del w 1 deg lacerat-del<br />

66404 Del w 1 deg lac-postpart<br />

66410 Del w 2 deg lacerat-unsp<br />

66411 Del w 2 deg lacerat-del<br />

66414 Del w 2 deg lac-postpart<br />

66420 Del w 3 deg lacerat-unsp<br />

66421 Del w 3 deg lacerat-del<br />

66424 Del w 3 deg lac-postpart<br />

66430 Del w 4 deg lacerat-unsp<br />

66431 Del w 4 deg lacerat-del<br />

66434 Del w 4 deg lac-postpart<br />

66440 Ob perineal lac NOS-unsp<br />

66441 Ob perineal lac NOS-del<br />

66444 Perineal lac NOS-postpar<br />

66450 Ob perineal hematom-unsp<br />

66451 Ob perineal hematoma-del<br />

66454 Perin hematoma-postpart<br />

66460 Anal sphincter tear NOS<br />

66461 Anal sphincter tear-del<br />

66464 Anal sphinctr tear w p/p<br />

66480 Ob perin traum NEC-unsp<br />

66481 Ob perineal trau NEC-del<br />

66484 Perin traum NEC-postpart<br />

66490 Ob perin traum NOS-unsp<br />

66491 Ob perineal trau NOS-del<br />

66494 Perin traum NOS-postpart<br />

66500 Prelabor rupt uter-unsp<br />

66501 Prelabor rupt uterus-del<br />

66503 Prelab rupt uter-antepar<br />

66510 Rupture uterus NOS-unsp<br />

66511 Rupture uterus NOS-deliv<br />

66520 Inversion of uterus-unsp<br />

66522 Invers uterus-del w p/p<br />

66524 Invers uterus-postpart<br />

66530 Lacerat of cervix-unspec<br />

66531 Lacerat of cervix-deliv<br />

66534 Lacer of cervix-postpart<br />

66540 High vaginal lacer-unsp<br />

66541 High vaginal lacer-deliv<br />

66544 High vaginal lac-postpar<br />

66550 Ob inj pelv org NEC-unsp<br />

66551 Ob inj pelv org NEC-del<br />

66554 Inj pelv org NEC-postpar<br />

66560 Damage to pelvic jt-unsp<br />

66561 Damage to pelvic jt-del<br />

66564 Damage pelvic jt-postpar<br />

66570 Ob pelvic hematoma-unsp<br />

66571 Ob pelvic hematoma-deliv<br />

66572 Pelvic hematom-del w pp<br />

66574 Pelvic hematoma-postpart<br />

66580 Ob trauma NEC-unspec<br />

66581 Ob trauma NEC-delivered<br />

66582 Ob trauma NEC-del w p/p<br />

66583 Ob trauma NEC-antepartum<br />

66584 Ob trauma NEC-postpartum<br />

66590 Ob trauma NOS-unspec<br />

66591 Ob trauma NOS-delivered<br />

October 2009<br />

Edit code lists 1.27


Diagnoses allowed for females only<br />

66592 Ob trauma NOS-del w p/p<br />

66593 Ob trauma NOS-antepartum<br />

66594 Ob trauma NOS-postpartum<br />

66600 Third-stage hem-unspec<br />

66602 Thrd-stage hem-del w p/p<br />

66604 Third-stage hem-postpart<br />

66610 Postpartum hem NEC-unsp<br />

66612 Postpa hem NEC-del w p/p<br />

66614 Postpart hem NEC-postpar<br />

66620 Delay p/part hem-unspec<br />

66622 Delay p/p hem-del w p/p<br />

66624 Delay p/part hem-postpar<br />

66630 Postpart coagul def-unsp<br />

66632 P/p coag def-del w p/p<br />

66634 Postpart coag def-postpa<br />

66700 Retain placenta NOS-unsp<br />

66702 Retnd plac NOS-del w p/p<br />

66704 Retain plac NOS-postpart<br />

66710 Retain prod concept-unsp<br />

66712 Ret prod conc-del w p/p<br />

66714 Ret prod concept-postpar<br />

66800 Pulm compl in del-unspec<br />

66801 Pulm compl in del-deliv<br />

66802 Pulm complic-del w p/p<br />

66803 Pulm complicat-antepart<br />

66804 Pulm complicat-postpart<br />

66810 Heart compl in del-unsp<br />

66811 Heart compl in del-deliv<br />

66812 Heart compl-del w p/p<br />

66813 Heart complic-antepart<br />

66814 Heart complic-postpart<br />

66820 Cns compl labor/del-unsp<br />

66821 Cns compl lab/del-deliv<br />

66822 Cns complic-del w p/p<br />

66823 Cns compl in del-antepar<br />

66824 Cns compl in del-postpar<br />

66880 Anesth comp del NEC-unsp<br />

66881 Anesth compl NEC-deliver<br />

66882 Anesth compl NEC-del p/p<br />

66883 Anesth compl antepartum<br />

66884 Anesth compl-postpartum<br />

66890 Anesth comp del NOS-unsp<br />

66891 Anesth compl NOS-deliver<br />

66892 Anesth compl NOS-del p/p<br />

66893 Anesth compl-antepartum<br />

66894 Anesth compl-postpartum<br />

66900 Maternal distress-unspec<br />

66901 Maternal distress-deliv<br />

66902 Matern distres-del w p/p<br />

66903 Matern distress-antepar<br />

66904 Matern distress-postpart<br />

66910 Obstetric shock-unspec<br />

66911 Obstetric shock-deliver<br />

66912 Obstet shock-deliv w p/p<br />

66913 Obstetric shock-antepar<br />

66914 Obstetric shock-postpart<br />

66920 Matern hypotens syn-unsp<br />

66921 Matern hypoten syn-deliv<br />

66922 Matern hypoten-del w p/p<br />

66923 Matern hypotens-antepar<br />

66924 Matern hypotens-postpart<br />

66930 Ac kidny fail w del-unsp<br />

66932 Ac kidney fail-del w p/p<br />

66934 Ac kidney fail-postpart<br />

66940 Oth ob surg compl-unspec<br />

66941 Oth ob compl-delivered<br />

66942 Oth ob compl-deliv w p/p<br />

66943 Complc ob surg anteprtm<br />

66944 Oth ob surg compl-postpa<br />

66950 Forcep deliv NOS-unspec<br />

66951 Forcep deliv NOS-deliver<br />

66960 Breech extr NOS-unspec<br />

66961 Breech extr NOS-deliver<br />

66970 Cesarean deliv NOS-unsp<br />

66971 Cesarean delivery NOS<br />

66980 Compl lab/deliv NEC-unsp<br />

66981 Comp lab/deliv NEC-deliv<br />

66982 Compl del NEC-del w p/p<br />

66983 Compl deliv NEC-antepar<br />

66984 Compl deliv NEC-postpart<br />

66990 Compl lab/deliv NOS-unsp<br />

66991 Comp lab/deliv NOS-deliv<br />

66992 Compl del NOS-del w p/p<br />

66993 Compl deliv NOS-antepar<br />

66994 Compl deliv NOS-postpart<br />

67000 Maj puerp inf NOS-unsp<br />

67002 Maj puer inf NOS-del p/p<br />

67004 Major puerp inf NOS-p/p<br />

67010 Puerp endometritis-unsp<br />

67012 Puerp endomet del w p/p<br />

67014 Puerp endomet-postpart<br />

67020 Puerperal sepsis-unsp<br />

67022 Puerprl sepsis-del w p/p<br />

67024 Puerperl sepsis-postpart<br />

67030 Puerp septc thromb-unsp<br />

67032 Prp sptc thrmb-del w p/p<br />

67034 Prp septc thrmb-postpart<br />

67080 Maj prp infec NEC-unspec<br />

67082 Maj prp inf NEC-dl w p/p<br />

67084 Maj puerp infec NEC-p/p<br />

67100 Varic vein leg preg-unsp<br />

67101 Varicose vein leg-deliv<br />

67102 Varic vein leg-del w p/p<br />

67103 Varic vein leg-antepart<br />

67104 Varic vein leg-postpart<br />

67110 Varic vulva preg-unspec<br />

67111 Varicose vulva-delivered<br />

67112 Varicose vulva-del w p/p<br />

67113 Varicose vulva-antepart<br />

67114 Varicose vulva-postpart<br />

67120 Thrombophleb preg-unspec<br />

67121 Thrombophlebitis-deliver<br />

67122 Thrombophleb-deliv w p/p<br />

67123 Thrombophlebit-antepart<br />

67124 Thrombophlebit-postpart<br />

67130 Deep thromb antepar-unsp<br />

67131 Deep throm antepar-deliv<br />

67133 Deep vein thromb-antepar<br />

67140 Deep thromb postpar-unsp<br />

67142 Thromb postpar-del w p/p<br />

67144 Deep vein thromb-postpar<br />

67150 Thrombosis NEC preg-unsp<br />

67151 Thrombosis NEC-delivered<br />

67152 Thromb NEC-deliv w p/p<br />

67153 Thrombosis NEC-antepart<br />

67154 Thrombosis NEC-postpart<br />

67180 Ven compl preg NEC-unsp<br />

67181 Venous compl NEC-deliver<br />

67182 Ven comp NEC-deliv w p/p<br />

67183 Venous compl NEC-antepar<br />

67184 Venous compl NEC-postpar<br />

67190 Ven compl preg NOS-unsp<br />

67191 Venous compl NOS-deliver<br />

67192 Ven comp NOS-deliv w p/p<br />

67193 Venous compl NOS-antepar<br />

67194 Venous compl NOS-postpar<br />

1.28 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for females only<br />

67200 Puerperal pyrexia-unspec<br />

67202 Puerp pyrexia-del w p/p<br />

67204 Puerp pyrexia-postpartum<br />

67300 Ob air embolism-unspec<br />

67301 Ob air embolism-deliver<br />

67302 Ob air embol-deliv w p/p<br />

67303 Ob air embolism-antepart<br />

67304 Ob air embolism-postpart<br />

67310 Amniotic embolism-unspec<br />

67311 Amniotic embolism-deliv<br />

67312 Amniot embol-deliv w p/p<br />

67313 Amniotic embol-antepart<br />

67314 Amniotic embol-postpart<br />

67320 Ob pulm embol NOS-unspec<br />

67321 Pulm embol NOS-delivered<br />

67322 Pulm embol NOS-del w p/p<br />

67323 Pulm embol NOS-antepart<br />

67324 Pulm embol NOS-postpart<br />

67330 Ob pyemic embol-unspec<br />

67331 Ob pyemic embol-deliver<br />

67332 Ob pyem embol-del w p/p<br />

67333 Ob pyemic embol-antepart<br />

67334 Ob pyemic embol-postpart<br />

67380 Ob pulmon embol NEC-unsp<br />

67381 Pulmon embol NEC-deliver<br />

67382 Pulm embol NEC-del w p/p<br />

67383 Pulmon embol NEC-antepar<br />

67384 Pulmon embol NEC-postpar<br />

67400 Puerp cerebvasc dis-unsp<br />

67401 Puerp cerebvas dis-deliv<br />

67402 Cerebvas dis-deliv w p/p<br />

67403 Cerebrovasc dis-antepart<br />

67404 Cerebrovasc dis-postpart<br />

67410 Disrupt c-sect wnd-unsp<br />

67412 Disrupt c-sect-del w p/p<br />

67414 Disrupt c-sect-postpart<br />

67420 Disrupt perineum-unspec<br />

67422 Disrupt perin-del w p/p<br />

67424 Disrupt perineum-postpar<br />

67430 Ob surg compl NEC-unspec<br />

67432 Ob surg compl-del w p/p<br />

67434 Ob surg comp NEC-postpar<br />

67440 Placental polyp-unspec<br />

67442 Placent polyp-del w p/p<br />

67444 Placental polyp-postpart<br />

67450 Peripart cardiomy-unspec<br />

67451 Peripartum cardiomy-del<br />

67452 Peripart card del w p/p<br />

67453 Peripartum card-antepart<br />

67454 Peripartum card-postpart<br />

67480 Puerp compl NEC-unspec<br />

67482 Puerp comp NEC-del w p/p<br />

67484 Puerp compl NEC-postpart<br />

67490 Puerp compl NOS-unspec<br />

67492 Puerp comp NOS-del w p/p<br />

67494 Puerp compl NOS-postpart<br />

67500 Infect nipple preg-unsp<br />

67501 Infect nipple-delivered<br />

67502 Infect nipple-del w p/p<br />

67503 Infect nipple-antepartum<br />

67504 Infect nipple-postpartum<br />

67510 Breast abscess preg-unsp<br />

67511 Breast abscess-delivered<br />

67512 Breast abscess-del w p/p<br />

67513 Breast abscess-antepart<br />

67514 Breast abscess-postpart<br />

67520 Mastitis in preg-unspec<br />

67521 Mastitis-delivered<br />

67522 Mastitis-deliv w p/p<br />

67523 Mastitis-antepartum<br />

67524 Mastitis-postpartum<br />

67580 Breast inf preg NEC-unsp<br />

67581 Breast infect NEC-deliv<br />

67582 Breast inf NEC-del w p/p<br />

67583 Breast inf NEC-antepart<br />

67584 Breast inf NEC-postpart<br />

67590 Breast inf preg NOS-unsp<br />

67591 Breast infect NOS-deliv<br />

67592 Breast inf NOS-del w p/p<br />

67593 Breast inf NOS-antepart<br />

67594 Breast inf NOS-postpart<br />

67600 Retract nipple preg-unsp<br />

67601 Retracted nipple-deliver<br />

67602 Retract nipple-del w p/p<br />

67603 Retract nipple-antepart<br />

67604 Retract nipple-postpart<br />

67610 Cracked nipple preg-unsp<br />

67611 Cracked nipple-delivered<br />

67612 Cracked nipple-del w p/p<br />

67613 Cracked nipple-antepart<br />

67614 Cracked nipple-postpart<br />

67620 Breast engorge-unspec<br />

67621 Breast engorge-delivered<br />

67622 Breast engorge-del w p/p<br />

67623 Breast engorge-antepart<br />

67624 Breast engorge-postpart<br />

67630 Breast dis preg NEC-unsp<br />

67631 Breast dis NEC-delivered<br />

67632 Breast dis NEC-del w p/p<br />

67633 Breast dis NEC-antepart<br />

67634 Breast dis NEC-postpart<br />

67640 Lactation fail-unspec<br />

67641 Lactation fail-delivered<br />

67642 Lactation fail-del w p/p<br />

67643 Lactation fail-antepart<br />

67644 Lactation fail-postpart<br />

67650 Suppr lactation-unspec<br />

67651 Suppr lactation-deliver<br />

67652 Suppr lactat-del w p/p<br />

67653 Suppr lactation-antepar<br />

67654 Suppr lactation-postpart<br />

67660 Galactorrhea preg-unspec<br />

67661 Galactorrhea-delivered<br />

67662 Galactorrhea-del w p/p<br />

67663 Galactorrhea-antepartum<br />

67664 Galactorrhea-postpartum<br />

67680 Lactation dis NEC-unspec<br />

67681 Lactation dis NEC-deliv<br />

67682 Lactat dis NEC-del w p/p<br />

67683 Lactat dis NEC-antepart<br />

67684 Lactat dis NEC-postpart<br />

67690 Lactation dis NOS-unspec<br />

67691 Lactation dis NOS-deliv<br />

67692 Lactat dis NOS-del w p/p<br />

67693 Lactat dis NOS-antepart<br />

67694 Lactat dis NOS-postpart<br />

677 Late effct cmplcatn preg<br />

67800 Fetal hematologic-unspec<br />

67801 Fetal hematologic-deliv<br />

67803 Fetal hematologic-ante<br />

67810 Fetal conjoin twins-unsp<br />

67811 Fetal conjoin twins-del<br />

67813 Fetal conjoin twins-ante<br />

67900 Mat comp in utero-unsp<br />

67901 Mat comp in utero-del<br />

67902 Mat comp in utro-del-p/p<br />

October 2009<br />

Edit code lists 1.29


Diagnoses allowed for females only<br />

67903 Mat comp in utero-ante<br />

67904 Mat comp in utero-p/p<br />

67910 Fetal comp in utero-unsp<br />

67911 Fetal comp in utero-del<br />

67912 Ftl cmp in utro-del-p/p<br />

67913 Fetal comp in utero-ante<br />

67914 Fetal comp in utero-p/p<br />

71630 Climact arthritis-unspec<br />

71631 Climact arthritis-shlder<br />

71632 Climact arthritis-up/arm<br />

71633 Climact arthrit-forearm<br />

71634 Climact arthritis-hand<br />

71635 Climact arthritis-pelvis<br />

71636 Climact arthritis-l/leg<br />

71637 Climact arthritis-ankle<br />

71638 Climact arthritis NEC<br />

71639 Climact arthritis-mult<br />

7520 Anomalies of ovaries<br />

75210 Tubal/broad lig anom NOS<br />

75211 Embryonic cyst of adnexa<br />

75219 Tubal/broad lig anom NEC<br />

7522 Doubling of uterus<br />

7523 Uterine anomaly NEC<br />

75240 Cervix/fem gen anom NOS<br />

75241 Embryon cyst fem gen NEC<br />

75242 Imperforate hymen<br />

75249 Cervix/fem gen anom NEC<br />

7923 Abn find-amniotic fluid<br />

79500 Abn glandular pap smear<br />

79501 Pap smear (ASC-US)<br />

79502 Pap smear (ASC-H)<br />

79503 Pap smear cervix w LGSIL<br />

79504 Pap smear cervix w HGSIL<br />

79505 Cervical (HPV) DNA pos<br />

79506 Pap smr cytol evid malig<br />

79507 Sat cerv smr-no trnsfrm<br />

79508 Unsat cerv cytlogy smear<br />

79509 Abn pap cervix HPV NEC<br />

79510 Abn gland pap smr vagina<br />

79511 Pap smear vag w ASC-US<br />

79512 Pap smear vagina w ASC-H<br />

79513 Pap smear vagina w LGSIL<br />

79514 Pap smear vagina w HGSIL<br />

79515 Vag hi risk HPV-DNA pos<br />

79516 Pap smr vag-cytol malig<br />

79518 Vaginl cytol smr unsatis<br />

79519 Oth abn Pap smr vag/HPV<br />

79582 Elev ca antigen 125<br />

7965 Abn find antenatl screen<br />

8674 Uterus injury-closed<br />

8675 Uterus injury-open<br />

8784 Open wound of vulva<br />

8785 Open wound vulva-compl<br />

8786 Open wound of vagina<br />

8787 Open wound vagina-compl<br />

90255 Injury uterine artery<br />

90256 Injury uterine vein<br />

90281 Injury ovarian artery<br />

90282 Injury ovarian vein<br />

9391 Foreign body uterus<br />

9392 Foreign bdy vulva/vagina<br />

9474 Burn of vagina & uterus<br />

99632 Malfunction iud<br />

V074 Hormone replace postmeno<br />

V1040 Hx-female genit malg NOS<br />

V1041 Hx-cervical malignancy<br />

V1042 Hx-uterus malignancy NEC<br />

V1043 Hx of ovarian malignancy<br />

V1044<br />

V131<br />

V1321<br />

V1322<br />

V1329<br />

V1521<br />

V220<br />

V221<br />

V222<br />

V230<br />

V231<br />

V232<br />

V233<br />

V2341<br />

V2349<br />

V235<br />

V237<br />

V2381<br />

V2382<br />

V2383<br />

V2384<br />

V2385<br />

V2386<br />

V2389<br />

V239<br />

V240<br />

V241<br />

V242<br />

V2501<br />

V251<br />

V253<br />

V2541<br />

V2542<br />

V2543<br />

V255<br />

V261<br />

V2631<br />

V2632<br />

V2651<br />

V2681<br />

V270<br />

V271<br />

V272<br />

V273<br />

V274<br />

V275<br />

V276<br />

V277<br />

V279<br />

V280<br />

V281<br />

V282<br />

V283<br />

V284<br />

V285<br />

V286<br />

V2881<br />

V2882<br />

V2889<br />

V289<br />

V4551<br />

V4981<br />

V5042<br />

V524<br />

V5970<br />

V5971<br />

V5972<br />

V5973<br />

Hx-female genit malg NEC<br />

Hx-trophoblastic disease<br />

History-pre-term labor<br />

Hx of cervical dysplasia<br />

Hx-genital/obs dis NEC<br />

Hx in utero proc in preg<br />

Supervis normal 1st preg<br />

Supervis oth normal preg<br />

Preg state, incidental<br />

Preg w hx of infertility<br />

Preg w hx-trophoblas dis<br />

Preg w hx of abortion<br />

Grand multiparity<br />

Preg w hx pre-term labor<br />

Preg w poor obs hx NEC<br />

Preg w poor reproduct hx<br />

Insufficnt prenatal care<br />

Suprv elderly primigrav<br />

Suprv elderly multigrav<br />

Suprv young primigravida<br />

Suprv young multigravida<br />

Pregnt-assist repro tech<br />

Preg-hx in utro prev prg<br />

Suprv high-risk preg NEC<br />

Suprv high-risk preg NOS<br />

Postpart care after del<br />

Postpart care-lactation<br />

Rout postpart follow-up<br />

Prescrip-oral contracept<br />

Insertion of iud<br />

Menstrual extraction<br />

Contracept pill surveill<br />

Iud surveillance<br />

Srvl mplnt sbdrm cntrcep<br />

Nsrt mplnt sbdrm cntrcep<br />

Artificial insemination<br />

Fem genetic test dis car<br />

Female genetic test NEC<br />

Tubal ligation status<br />

Assist repro fertility<br />

Deliver-single liveborn<br />

Deliver-single stillborn<br />

Deliver-twins, both live<br />

Del-twins, 1 nb, 1 sb<br />

Deliver-twins, both sb<br />

Del-mult birth, all live<br />

Del-mult brth, some live<br />

Del-mult birth, all sb<br />

Outcome of delivery NOS<br />

Screening-chromosom anom<br />

Screen-alphafetoprotein<br />

Screen by amniocent NEC<br />

Scr fetl malfrm-ultrasnd<br />

Screen-fetal retardation<br />

Screen-isoimmunization<br />

Antenatal screen strep b<br />

Scrn fetal anatmc survey<br />

Scrn risk preterm labor<br />

Antenatal screening NEC<br />

Antenatal screening NOS<br />

Prsc ntrutr cntrcptv dvc<br />

Asympt postmeno status<br />

Prphylct orgn rmvl ovary<br />

Fit/adj breast pros/impl<br />

Egg donor NEC<br />

Egg donor age


Diagnoses allowed for females only<br />

V5974<br />

V616<br />

V617<br />

V6701<br />

V7231<br />

V7232<br />

V7240<br />

V7241<br />

V7242<br />

V7611<br />

V762<br />

V7646<br />

V7647<br />

V824<br />

V8402<br />

V8404<br />

V8801<br />

V8802<br />

V8803<br />

V8901<br />

V8902<br />

V8903<br />

V8904<br />

V8905<br />

V8909<br />

Egg donor age 35+ desig<br />

Illegitimate pregnancy<br />

Unwanted pregnancy NEC<br />

Follow-up vag pap smear<br />

Routine gyn examination<br />

Pap smear confirmation<br />

Pregnancy test unconfirm<br />

Pregnancy test negative<br />

Pregnancy test-positive<br />

Screen mammogram hi risk<br />

Screen mal neop-cervix<br />

Screen malig neop-ovary<br />

Screen malig neop-vagina<br />

Mat pstntl scr-chrm anom<br />

Genetc sus mal neo ovary<br />

Genetc susc mal neo endo<br />

Acq absnce cervix/uterus<br />

Acq ab ut remn cerv stmp<br />

Acq absnc cerv/remain ut<br />

Sus amntc cav/mem nt fnd<br />

Sus placentl prob nt fnd<br />

Sus fetal anomaly nt fnd<br />

Sus fetal growth not fnd<br />

Sus cervcl shortn nt fnd<br />

Oth sus mat/ftl nt fnd<br />

October 2009<br />

Edit code lists 1.31


Procedures allowed for females only<br />

6501 Laparoscopic oophorotomy<br />

6509 Other oophorotomy<br />

6511 Ovarian aspirat biopsy<br />

6512 Ovarian biopsy NEC<br />

6513 Lap biopsy of ovary<br />

6514 Oth lap dx proc ovaries<br />

6519 Ovarian dx procedure NEC<br />

6521 Ovarian cyst marsupializ<br />

6522 Ovarian wedge resection<br />

6523 Lap marsup ovarian cyst<br />

6524 Lap wedge resect ovary<br />

6525 Oth lap loc exc dest ova<br />

6529 Local destr ova les NEC<br />

6531 Lap unilat oophorectomy<br />

6539 Oth unilat oophorectomy<br />

6541 Lap uni salpingo-oophor<br />

6549 Oth uni salpingo-oophor<br />

6551 Oth remove both ovaries<br />

6552 Oth remove remain ovary<br />

6553 Lap remove both ovaries<br />

6554 Lap remove remain ovary<br />

6561 Oth remove ovaries/tubes<br />

6562 Oth remove rem ova/tube<br />

6563 Lap remove ovaries/tubes<br />

6564 Lap remove rem ova/tube<br />

6571 Oth simple suture ovary<br />

6572 Oth reimplant of ovary<br />

6573 Oth salpingo-oophoroplas<br />

6574 Lap simple suture ovary<br />

6575 Lap reimplant of ovary<br />

6576 Lap salpingo-oophoroplas<br />

6579 Repair of ovary NEC<br />

6581 Lap adhesiolys ova/tube<br />

6589 Adhesiolysis ovary/tube<br />

6591 Aspiration of ovary<br />

6592 Transplantation of ovary<br />

6593 Manual rupt ovarian cyst<br />

6594 Ovarian denervation<br />

6595 Ovarian torsion release<br />

6599 Ovarian operation NEC<br />

6601 Salpingotomy<br />

6602 Salpingostomy<br />

6611 Fallopian tube biopsy<br />

6619 Fallop tube dx proc NEC<br />

6621 Bilat endosc crush tube<br />

6622 Bilat endosc divis tube<br />

6629 Bilat endos occ tube NEC<br />

6631 Bilat tubal crushing NEC<br />

6632 Bilat tubal division NEC<br />

6639 Bilat tubal destruct NEC<br />

664 Total unilat salpingect<br />

6651 Remove both fallop tubes<br />

6652 Remove solitary fal tube<br />

6661 Destroy fallop tube les<br />

6662 Remov tube & ectop preg<br />

6663 Bilat part salpingec NOS<br />

6669 Partial salpingectom NEC<br />

6671 Simpl suture fallop tube<br />

6672 Salpingo-oophorostomy<br />

6673 Salpingo-salpingostomy<br />

6674 Salpingo-uterostomy<br />

6679 Fallop tube repair NEC<br />

668 Fallopian tube insufflat<br />

6691 Fallopian tube aspirat<br />

6692 Unilat fallop tube destr<br />

6693 Impl fallop tube prosth<br />

6694 Remov fallop tube prosth<br />

6695 Blow therapeut into tube<br />

6696 Fallopian tube dilation<br />

6697 Bury fimbriae in uterus<br />

6699 Fallopian tube op NEC<br />

670 Cervical canal dilation<br />

6711 Endocervical biopsy<br />

6712 Cervical biopsy NEC<br />

6719 Cervical dx procedur NEC<br />

672 Conization of cervix<br />

6731 Cervical cyst marsupial<br />

6732 Cervical les cauterizat<br />

6733 Cervical les cryotherapy<br />

6739 Cervical les destruc NEC<br />

674 Amputation of cervix<br />

6751 Transab cerclage cervix<br />

6759 Oth rep int cervical os<br />

6761 Suture cervical lacerat<br />

6762 Cervical fistula repair<br />

6769 Cervical repair NEC<br />

680 Hysterotomy<br />

6811 Digital exam of uterus<br />

6812 Hysteroscopy<br />

6813 Open uterine biopsy<br />

6814 Open uterine ligament bx<br />

6815 Clos uterine ligament bx<br />

6816 Closed uterine biopsy<br />

6819 Uterus/adnex dx proc NEC<br />

6821 Endomet synechiae divis<br />

6822 Incision uterine septum<br />

6823 Endometrial ablation<br />

6829 Uterine les destruct NEC<br />

6831 Lap scervic hysterectomy<br />

6839 Subtotl abd hyst NEC/NOS<br />

6841 Lap total abdominal hyst<br />

6849 Total abd hyst NEC/NOS<br />

6851 Lap ast vag hysterectomy<br />

6859 Vag hysterectomy NEC/NOS<br />

6861 Lap radical abdomnl hyst<br />

6869 Radical abd hyst NEC/NOS<br />

6871 Lap radical vaginal hyst<br />

6879 Radical vag hyst NEC/NOS<br />

688 Pelvic evisceration<br />

689 Hysterectomy NEC/NOS<br />

6901 D & C for preg terminat<br />

6902 D & C post delivery<br />

6909 D & C NEC<br />

6919 Destruc uter support NEC<br />

6921 Interposit op uterin lig<br />

6922 Uterine suspension NEC<br />

6923 Vag repair invers uterus<br />

6929 Uterus/adnexa repair NEC<br />

693 Paracerv uterine denerv<br />

6941 Suture uterine lacerat<br />

6942 Closure uterine fistula<br />

6949 Uterine repair NEC<br />

6951 Aspirat curet-preg termi<br />

6952 Aspirat curet-post deliv<br />

6959 Aspir curett uterus NEC<br />

696 Menstrual extraction<br />

697 Insertion of iud<br />

6991 Insert uterine device<br />

6992 Artificial insemination<br />

6993 Insertion of laminaria<br />

1.32 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Procedures allowed for females only<br />

6994 Man replace invert uter<br />

6995 Incision of cervix<br />

6996 Remove cervical cerclage<br />

6997 Remove penetrat cerv FB<br />

6998 Uterine support op NEC<br />

6999 Uterine operation NEC<br />

700 Culdocentesis<br />

7011 Hymenotomy<br />

7012 Culdotomy<br />

7013 Intralum vag adhesiolys<br />

7014 Vaginotomy NEC<br />

7021 Vaginoscopy<br />

7022 Culdoscopy<br />

7023 Cul-de-sac biopsy<br />

7024 Vaginal biopsy<br />

7029 Vagin/cul-de-sac dx NEC<br />

7031 Hymenectomy<br />

7032 Excis cul-de-sac lesion<br />

7033 Excision vaginal lesion<br />

704 Vaginal obliteration<br />

7050 Cystocel/rectocel repair<br />

7051 Cystocele repair<br />

7052 Rectocele repair<br />

7053 Cysto & recto w grf/pros<br />

7054 Rep cystocel w grft/pros<br />

7055 Rep rectocele w grf/pros<br />

7061 Vaginal construction<br />

7062 Vaginal reconstruction<br />

7071 Suture vagina laceration<br />

7072 Repair colovagin fistula<br />

7073 Repair rectovag fistula<br />

7074 Rep vaginoent fistul NEC<br />

7075 Repair vag fistula NEC<br />

7076 Hymenorrhaphy<br />

7077 Vaginal suspens & fixat<br />

7078 Vag susp/fix w grft/pros<br />

7079 Vaginal repair NEC<br />

708 Vaginal vault obliterat<br />

7091 Vaginal operation NEC<br />

7092 Cul-de-sac operation NEC<br />

7093 Cul-de-sac grf/pros NEC<br />

7094 Insert biological graft<br />

7095 Insert synth graft/prost<br />

7101 Vulvar adhesiolysis<br />

7109 Incis vulva/perineum NEC<br />

7111 Vulvar biopsy<br />

7119 Vulvar diagnos proc NEC<br />

7121 Percutan bartholin aspir<br />

7122 Incise bartholin's gland<br />

7123 Bartholin gland marsup<br />

7124 Destruc bartholin gland<br />

7129 Bartholin's gland op NEC<br />

713 Local vulvar excis NEC<br />

714 Operations on clitoris<br />

715 Radical vulvectomy<br />

7161 Unilateral vulvectomy<br />

7162 Bilateral vulvectomy<br />

7171 Suture vulvar laceration<br />

7172 Repair vulvar fistula<br />

7179 Vulvar/perin repair NEC<br />

718 Other vulvar operations<br />

719 Other female genital ops<br />

720 Low forceps operation<br />

721 Low forceps w episiotomy<br />

7221 Mid forceps w episiotomy<br />

7229 Mid forceps op NEC<br />

7231 High forceps w episiot<br />

7239 High forceps op NEC<br />

724 Forceps rotat fetal head<br />

7251 Part brch extrac w forcp<br />

7252 Part breech extract NEC<br />

7253 Tot brch extrac w forcep<br />

7254 Tot breech extrac NEC<br />

726 Forceps-aftercoming head<br />

7271 Vacuum ext del w episiot<br />

7279 Vacuum extract del NEC<br />

728 Instrument delivery NEC<br />

729 Instrument delivery NOS<br />

7301 Induct labor-rupt memb<br />

7309 Artif rupt membranes NEC<br />

731 Surg induct labor NEC<br />

7321 Int/comb version no extr<br />

7322 Int/comb version w extr<br />

733 Failed forceps<br />

734 Medical induction labor<br />

7351 Manual rotat fetal head<br />

7359 Manual assist deliv NEC<br />

736 Episiotomy<br />

738 Fetal ops-facilitate del<br />

7391 Ext version-assist deliv<br />

7392 Replace prolapsed cord<br />

7393 Incis cx to assist deliv<br />

7394 Pubiotomy to assist del<br />

7399 Ops assisting deliv NEC<br />

740 Classical c-section<br />

741 Low cervical c-section<br />

742 Extraperitoneal c-sect<br />

743 Rem extratub ectop preg<br />

744 Cesarean section NEC<br />

7491 Hysterotomy to termin pg<br />

7499 Cesarean section NOS<br />

750 Intra-amnion inj for ab<br />

751 Diagnostic amniocentesis<br />

752 Intrauterine transfusion<br />

7531 Amnioscopy<br />

7532 Fetal ekg<br />

7533 Fetal blood sample/bx<br />

7534 Other fetal monitoring<br />

7535 Dx proc fetus/amnion NEC<br />

7536 Correction fetal defect<br />

7537 Amnioinfusion<br />

7538 Fetal pulse oximetry<br />

754 Manual removal-placenta<br />

7550 Repair ob lac uterus NOS<br />

7551 Repair ob lacerat cervix<br />

7552 Repair ob lac corp uteri<br />

7561 Repair ob lac blad/ureth<br />

7562 Repair ob lac rect/anus<br />

7569 Repair ob laceration NEC<br />

757 Manual explor uterus p/p<br />

758 Ob tamponade uterus/vag<br />

7591 Evac ob inc hemat perin<br />

7592 Evac ob hemat vulva/vag<br />

7593 Surg corr invert uterus<br />

7594 Man replac invert uterus<br />

7599 Obstetric operation NEC<br />

8781 X-ray of gravid uterus<br />

8782 Gas hysterosalpingogram<br />

8783 Dye hysterosalpingogram<br />

8784 Percutaneous hysterogram<br />

8785 Tube & uterus x-ray NEC<br />

8789 Female genital x-ray NEC<br />

8846 Contrast placentogram<br />

8878 Dx ultrasound-grav uter<br />

8926 Gynecologic examination<br />

9141 Bact smear-female genit<br />

October 2009<br />

Edit code lists 1.33


Procedures allowed for females only<br />

9142 Culture-female genital<br />

9143 C & s-female genital<br />

9144 Parasitology-female gen<br />

9145 Toxicology-female genit<br />

9146 Cell blk/pap-female gen<br />

9149 Micro exam-femal gen NEC<br />

9217 Placental scan<br />

9614 Vaginal packing<br />

9615 Vaginal mold insertion<br />

9616 Other vaginal dilation<br />

9617 Vag diaphragm insertion<br />

9618 Oth vagin pessary insert<br />

9644 Vaginal douche<br />

9724 Replace vag diaphragm<br />

9725 Replace vaginal pessary<br />

9726 Replace vag/vulv packing<br />

9771 Removal iud<br />

9772 Remov intrauterine pack<br />

9773 Remov vaginal diaphragm<br />

9774 Removal oth vag pessary<br />

9775 Remov vag/vulv packing<br />

9816 Remov intralum uter FB<br />

9817 Remov intralum vag FB<br />

9823 Removal vulvar FB<br />

9998 Milk extraction<br />

1.34 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Diagnoses allowed for males only<br />

01640 TB epididymis-unspec<br />

01641 TB epididymis-no exam<br />

01642 TB epididymis-exam unkn<br />

01643 TB epididymis-micro dx<br />

01644 TB epididymis-cult dx<br />

01645 TB epididymis-histo dx<br />

01646 TB epididymis-oth test<br />

01650 TB male genit NEC-unspec<br />

01651 TB male gen NEC-no exam<br />

01652 TB male gen NEC-ex unkn<br />

01653 TB male gen NEC-micro dx<br />

01654 TB male gen NEC-cult dx<br />

01655 TB male gen NEC-histo dx<br />

01656 TB male gen NEC-oth test<br />

05413 Herpetic infect of penis<br />

0720 Mumps orchitis<br />

09812 Gc prostatitis (acute)<br />

09813 Gc orchitis (acute)<br />

09814 Gc sem vesiculit (acute)<br />

09832 Gc prostatitis, chronic<br />

09833 Gc orchitis, chronic<br />

09834 Gc sem vesiculitis, chr<br />

13103 Trichomonal prostatitis<br />

1750 Mal neo male nipple<br />

1759 Mal neo male breast NEC<br />

185 Malign neopl prostate<br />

1860 Mal neo undescend testis<br />

1869 Malig neo testis NEC<br />

1871 Malign neopl prepuce<br />

1872 Malig neo glans penis<br />

1873 Malig neo penis body<br />

1874 Malig neo penis NOS<br />

1875 Malig neo epididymis<br />

1876 Mal neo spermatic cord<br />

1877 Malign neopl scrotum<br />

1878 Mal neo male genital NEC<br />

1879 Mal neo male genital NOS<br />

2144 Lipoma spermatic cord<br />

2220 Benign neoplasm testis<br />

2221 Benign neoplasm penis<br />

2222 Benign neoplasm prostate<br />

2223 Benign neo epididymis<br />

2224 Benign neoplasm scrotum<br />

2228 Ben neo male genital NEC<br />

2229 Ben neo male genital NOS<br />

2334 Ca in situ prostate<br />

2335 Ca in situ penis<br />

2336 Ca in situ male gen NEC<br />

2364 Unc behav neo testis<br />

2365 Unc behav neo prostate<br />

2366 Unc behav neo male NEC<br />

2570 Testicular hyperfunction<br />

2571 Postablat testic hypofun<br />

2579 Testicular dysfunct NOS<br />

30274 Male orgasmic disorder<br />

30275 Premature ejaculation<br />

4564 Scrotal varices<br />

60000 BPH w/o urinary obs/LUTS<br />

60001 BPH w urinary obs/LUTS<br />

60010 Nod prostate w/o ur obst<br />

60011 Nod prostate w ur obst<br />

60020 BPH loc w/o ur obs/LUTS<br />

60021 BPH loc w urin obs/LUTS<br />

6003 Cyst of prostate<br />

60090 BPH NOS w/o ur obs/LUTS<br />

60091 BPH NOS w ur obs/LUTS<br />

6010 Acute prostatitis<br />

6011 Chronic prostatitis<br />

6012 Abscess of prostate<br />

6013 Prostatocystitis<br />

6014 Prostatitis in oth dis<br />

6018 Prostatic inflam dis NEC<br />

6019 Prostatitis NOS<br />

6020 Calculus of prostate<br />

6021 Prostatic congest/hemorr<br />

6022 Atrophy of prostate<br />

6023 Dysplasia of prostate<br />

6028 Prostatic disorders NEC<br />

6029 Prostatic disorder NOS<br />

6030 Encysted hydrocele<br />

6031 Infected hydrocele<br />

6038 Hydrocele NEC<br />

6039 Hydrocele NOS<br />

6040 Orchitis with abscess<br />

60490 Orchitis/epididymit NOS<br />

60491 Orchitis in oth disease<br />

60499 Orchitis/epididymit NEC<br />

605 Redun prepuce & phimosis<br />

6060 Azoospermia<br />

6061 Oligospermia<br />

6068 Male infertility NEC<br />

6069 Male infertility NOS<br />

6070 Leukoplakia of penis<br />

6071 Balanoposthitis<br />

6072 Inflam dis, penis NEC<br />

6073 Priapism<br />

60781 Balanitis xerotica oblit<br />

60782 Vascular disorder, penis<br />

60783 Edema of penis<br />

60784 Impotence, organic orign<br />

60785 Peyronie's disease<br />

60789 Disorder of penis NEC<br />

6079 Disorder of penis NOS<br />

6080 Seminal vesiculitis<br />

6081 Spermatocele<br />

60820 Torsion of testis NOS<br />

60821 Extravag tors sperm cord<br />

60822 Intravag tors sperm cord<br />

60823 Torsion appendix testis<br />

60824 Torsion appy epididymis<br />

6083 Atrophy of testis<br />

6084 Male gen inflam dis NEC<br />

60881 Male gen dis in oth dis<br />

60882 Hematospermia<br />

60883 Male gen vascul dis NEC<br />

60884 Chylocele, tunic vaginal<br />

60885 Stricture, male gen orgn<br />

60886 Edema, male genital orgn<br />

60887 Retrograde ejaculation<br />

60889 Male genital dis NEC<br />

6089 Male genital dis NOS<br />

75251 Undescended testis<br />

75252 Retractile testis<br />

75261 Hypospadias<br />

75262 Epispadias<br />

75263 Congenital chordee<br />

75264 Micropenis<br />

75265 Hidden penis<br />

75269 Penile anomalies NEC<br />

75281 Scrotal transposition<br />

October 2009<br />

Edit code lists 1.35


Diagnoses allowed for males only<br />

7587 Klinefelter's syndrome<br />

78832 Stress incontinence male<br />

79093 Elvtd prstate spcf antgn<br />

7922 Abn findings-semen<br />

8780 Open wound of penis<br />

8781 Open wound penis-compl<br />

8782 Opn wound scrotum/testes<br />

8783 Opn wnd scrot/test-compl<br />

9393 Foreign body penis<br />

95913 Fx corpus cavrnosm penis<br />

V1045 Hx-male genit malig NOS<br />

V1046 Hx-prostatic malignancy<br />

V1047 Hx-testicular malignancy<br />

V1048 Hx-epididymis malignancy<br />

V1049 Hx-male genit malig NEC<br />

V1361 Hx-hypospadius<br />

V2634 Male genetc test dis car<br />

V2635 Test male part hab abort<br />

V2639 Male genetic test NEC<br />

V2652 Vasectomy status<br />

V502 Routine circumcision<br />

V7644 Scrn malig neop-prostate<br />

V7645 Screen malig neop-testis<br />

V8403 Genetc sus mal neo prost<br />

1.36 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Procedures allowed for males only<br />

600 Incision of prostate<br />

6011 Closed prostatic biopsy<br />

6012 Open prostatic biopsy<br />

6013 Clos seminal vesicles bx<br />

6014 Open seminal vesicles bx<br />

6015 Periprostatic biopsy<br />

6018 Prostatic dx proced NEC<br />

6019 Semin ves dx proced NEC<br />

6021 Transureth prostatectomy<br />

6029 Oth transureth prostatec<br />

603 Suprapubic prostatectomy<br />

604 Retropubic prostatectomy<br />

605 Radical prostatectomy<br />

6061 Los excis prostatic les<br />

6062 Perineal prostatectomy<br />

6069 Prostatectomy NEC<br />

6071 Percut semin ves aspirat<br />

6072 Seminal vesicle incision<br />

6073 Seminal vesicle excision<br />

6079 Seminal vesicle op NEC<br />

6081 Periprostatic incision<br />

6082 Periprostatic excision<br />

6091 Percut prostatic aspirat<br />

6092 Injection into prostate<br />

6093 Repair of prostate<br />

6094 Control prostate hemorr<br />

6095 Trans bal dil pros ureth<br />

6096 Tu destr prostate by mt<br />

6097 Oth tu destr pros - rt<br />

6099 Prostatic operation NEC<br />

610 Scrotum & tunica i & d<br />

6111 Scrotum & tunica biopsy<br />

6119 Scrot/tunica dx proc NEC<br />

612 Excision of hydrocele<br />

613 Scrotal les destruction<br />

6141 Suture scrotal lacerat<br />

6142 Scrotal fistula repair<br />

6149 Scrotum/tunic repair NEC<br />

6191 Percut tunica aspiration<br />

6192 Excision tunica les NEC<br />

6199 Scrotum & tunica op NEC<br />

620 Incision of testes<br />

6211 Closed testicular biopsy<br />

6212 Open testicular biopsy<br />

6219 Testes dx procedure NEC<br />

622 Testicular les destruct<br />

623 Unilateral orchiectomy<br />

6241 Remove both testes<br />

6242 Remove solitary testis<br />

625 Orchiopexy<br />

6261 Suture testicular lacer<br />

6269 Testicular repair NEC<br />

627 Insert testicular prosth<br />

6291 Aspiration of testes<br />

6292 Injection into testes<br />

6299 Testicular operation NEC<br />

6301 Spermatic cord/vas biops<br />

6309 Spermat cord/vas dx NEC<br />

631 Exc spermatic varicocele<br />

632 Excise epididymis cyst<br />

633 Excise cord/epid les NEC<br />

634 Epididymectomy<br />

6351 Suture cord & epid lacer<br />

6352 Reduction torsion testes<br />

6353 Transplant spermat cord<br />

6359 Cord & epidid repair NEC<br />

636 Vasotomy<br />

6370 Male sterilization NOS<br />

6371 Ligation of vas deferens<br />

6372 Spermatic cord ligation<br />

6373 Vasectomy<br />

6381 Suture vas & epidid lac<br />

6382 Postop vas reconstruct<br />

6383 Epididymovasostomy<br />

6384 Removal vas ligature<br />

6385 Remov vas deferens valve<br />

6389 Vas & epididy repair NEC<br />

6391 Spermatocele aspiration<br />

6392 Epididymotomy<br />

6393 Spermatic cord incision<br />

6394 Sperm cord adhesiolysis<br />

6395 Insert valve in vas def<br />

6399 Cord/epid/vas ops NEC<br />

640 Circumcision<br />

6411 Penile biopsy<br />

6419 Penile diagnost proc NEC<br />

642 Local excis penile les<br />

643 Amputation of penis<br />

6441 Suture penile laceration<br />

6442 Release of chordee<br />

6443 Construction of penis<br />

6444 Reconstruction of penis<br />

6445 Replantation of penis<br />

6449 Penile repair NEC<br />

645 Sex transformat op NEC<br />

6491 Dorsal/lat slit prepuce<br />

6492 Incision of penis<br />

6493 Division of penile adhes<br />

6494 Fit ext penile prosthes<br />

6495 Ins noninfl penis prosth<br />

6496 Remove int penile prosth<br />

6497 Ins inflate penis prosth<br />

6498 Penile operation NEC<br />

6499 Male genital op NEC<br />

8791 Contr semin vesiculogram<br />

8792 Prostat/sem ves xray NEC<br />

8793 Contrast epididymogram<br />

8794 Contrast vasogram<br />

8795 Epididymis/vas x-ray NEC<br />

8799 Male genital x-ray NEC<br />

9824 Removal scrotal/penis FB<br />

9994 Prostatic massage<br />

9995 Stretching of foreskin<br />

9996 Sperm collection<br />

October 2009<br />

Edit code lists 1.37


6. Manifestation<br />

6. Manifestation<br />

code as principal<br />

code<br />

diagnosis<br />

as Manifestation codes describe the manifestation of an underlying disease,<br />

not the disease itself, and therefore should not be used as a<br />

principal diagnosis<br />

principal diagnosis.<br />

The following list contains ICD-9-CM diagnoses with corresponding<br />

English descriptions identified as manifestation codes.<br />

Manifestations not allowed as principal diagnosis<br />

2842 Myelophthisis<br />

28952 Splenic sequestration<br />

28983 Myelofibrosis<br />

29410 Dementia w/o behav dist<br />

29411 Dementia w behavior dist<br />

3207 Mening in oth bact dis<br />

3210 Cryptococcal meningitis<br />

3211 Mening in oth fungal dis<br />

3212 Mening in oth viral dis<br />

3213 Trypanosomiasis meningit<br />

3214 Meningit d/t sarcoidosis<br />

3218 Mening in oth nonbac dis<br />

32301 Enceph/encephmye oth dis<br />

32302 Myelitis-oth viral dis<br />

3231 Rickettsial encephalitis<br />

3232 Protozoal encephalitis<br />

32341 Enceph/myelitis-oth inf<br />

32342 Myelitis d/t oth infect<br />

32361 Inf ac dis encephalomyel<br />

32362 Postinf encephalitis NEC<br />

32363 Postinfectious myelitis<br />

32371 Toxic encph & encephlomy<br />

32372 Toxic myelitis<br />

32701 Insomnia in other dis<br />

32702 Insomnia dt mental disor<br />

32714 Hypersomnia in other dis<br />

32715 Hypersom dt mental disor<br />

32726 Sleep hypovent oth dis<br />

32727 Cntrl sleep apnea ot dis<br />

32737 Circadian rhym oth dis<br />

32744 Parasomnia oth diseases<br />

3302 Cereb degen in lipidosis<br />

3303 Cerb deg chld in oth dis<br />

3317 Cereb degen in oth dis<br />

3344 Cerebel atax in oth dis<br />

3362 Comb deg cord in oth dis<br />

3363 Myelopathy in oth dis<br />

3371 Aut neuropthy in oth dis<br />

34121 Acute myelitis oth cond<br />

34710 Narclpsy w/o cat oth dis<br />

34711 Narcolepsy w cat oth dis<br />

3571 Neurpthy in col vasc dis<br />

3572 Neuropathy in diabetes<br />

3573 Neuropathy in malig dis<br />

3574 Neuropathy in other dis<br />

3581 Myasthenia in oth dis<br />

3595 Myopathy in endocrin dis<br />

3596 Infl myopathy in oth dis<br />

36201 Diabetic retinopathy NOS<br />

36202 Prolif diab retinopathy<br />

36203 Nonprolf db retnoph NOS<br />

36204 Mild nonprolf db retnoph<br />

36205 Mod nonprolf db retinoph<br />

36206 Sev nonprolf db retinoph<br />

36207 Diabetic macular edema<br />

36271 Ret dystrph in lipidoses<br />

36272 Ret dystrph in syst dis<br />

36411 Chr iridocyl in oth dis<br />

36544 Glaucoma w systemic synd<br />

36641 Diabetic cataract<br />

36642 Tetanic cataract<br />

36643 Myotonic cataract<br />

36644 Cataract w syndrome NEC<br />

37044 Keratitis in exanthema<br />

37105 Phthisical cornea<br />

37215 Parasitic conjunctivitis<br />

37231 Rosacea conjunctivitis<br />

37233 Mucocutan dis conjunctiv<br />

3734 Infect derm lid w deform<br />

3735 Infec dermatitis lid NEC<br />

3736 Parasitic infest eyelid<br />

37451 Xanthelasma<br />

37613 Parasite infest, orbit<br />

37621 Thyrotoxic exophthalmos<br />

37622 Exophthalm ophthalmopleg<br />

38013 Ac infect extern ear NEC<br />

38015 Chr mycot otitis externa<br />

38202 Ac supp OM in oth dis<br />

4200 Ac pericardit in oth dis<br />

4211 Ac endocardit in oth dis<br />

4220 Ac myocardit in oth dis<br />

42491 Endocarditis in oth dis<br />

4257 Metabolic cardiomyopathy<br />

4258 Cardiomyopath in oth dis<br />

44381 Angiopathy in other dis<br />

45620 Bleed esoph var oth dis<br />

45621 Esoph varice oth dis NOS<br />

4841 Pneum w cytomeg incl dis<br />

4843 Pneumonia in whoop cough<br />

4845 Pneumonia in anthrax<br />

4846 Pneum in aspergillosis<br />

4847 Pneum in oth sys mycoses<br />

4848 Pneum in infect dis NEC<br />

5161 Idio pulm hemosiderosis<br />

5171 Rheumatic pneumonia<br />

5172 Syst sclerosis lung dis<br />

5173 Acute chest syndrome<br />

5178 Lung involv in oth dis<br />

52510 Acq absence of teeth NOS<br />

52511 Loss of teeth d/t trauma<br />

52512 Loss teeth d/t peri dis<br />

52513 Loss of teeth d/t caries<br />

52519 Loss of teeth NEC<br />

5670 Peritonitis in infec dis<br />

5731 Hepatitis in viral dis<br />

5732 Hepatitis in oth inf dis<br />

1.38 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Manifestations not allowed as principal diagnosis<br />

58081 Ac nephritis in oth dis<br />

58181 Nephrotic syn in oth dis<br />

58281 Chr nephritis in oth dis<br />

58381 Nephritis NOS in oth dis<br />

59081 Pyelonephrit in oth dis<br />

5954 Cystitis in oth dis<br />

59801 Ureth strict:oth infect<br />

6014 Prostatitis in oth dis<br />

60491 Orchitis in oth disease<br />

60881 Male gen dis in oth dis<br />

61611 Vaginitis in oth disease<br />

61651 Vulvar ulcer in oth dis<br />

6281 Infertil-pituitary orig<br />

71110 Reiter arthritis-unspec<br />

71111 Reiter arthritis-shlder<br />

71112 Reiter arthritis-up/arm<br />

71113 Reiter arthritis-forearm<br />

71114 Reiter arthritis-hand<br />

71115 Reiter arthritis-pelvis<br />

71116 Reiter arthritis-l/leg<br />

71117 Reiter arthritis-ankle<br />

71118 Reiter arthritis NEC<br />

71119 Reiter arthritis-mult<br />

71120 Behcet arthritis-unspec<br />

71121 Behcet arthritis-shlder<br />

71122 Behcet arthritis-up/arm<br />

71123 Behcet arthritis-forearm<br />

71124 Behcet arthritis-hand<br />

71125 Behcet arthritis-pelvis<br />

71126 Behcet arthritis-l/leg<br />

71127 Behcet arthritis-ankle<br />

71128 Behcet arthritis NEC<br />

71129 Behcet arthritis-mult<br />

71130 Dysenter arthrit-unspec<br />

71131 Dysenter arthrit-shlder<br />

71132 Dysenter arthrit-up/arm<br />

71133 Dysenter arthrit-forearm<br />

71134 Dysenter arthrit-hand<br />

71135 Dysenter arthrit-pelvis<br />

71136 Dysenter arthrit-l/leg<br />

71137 Dysenter arthrit-ankle<br />

71138 Dysenter arthrit NEC<br />

71139 Dysenter arthrit-mult<br />

71140 Bact arthritis-unspec<br />

71141 Bact arthritis-shlder<br />

71142 Bact arthritis-up/arm<br />

71143 Bact arthritis-forearm<br />

71144 Bact arthritis-hand<br />

71145 Bact arthritis-pelvis<br />

71146 Bact arthritis-l/leg<br />

71147 Bact arthritis-ankle<br />

71148 Bact arthritis NEC<br />

71149 Bact arthritis-mult<br />

71150 Viral arthritis-unspec<br />

71151 Viral arthritis-shlder<br />

71152 Viral arthritis-up/arm<br />

71153 Viral arthritis-forearm<br />

71154 Viral arthritis-hand<br />

71155 Viral arthritis-pelvis<br />

71156 Viral arthritis-l/leg<br />

71157 Viral arthritis-ankle<br />

71158 Viral arthritis NEC<br />

71159 Viral arthritis-mult<br />

71160 Mycotic arthritis-unspec<br />

71161 Mycotic arthritis-shlder<br />

71162 Mycotic arthritis-up/arm<br />

71163 Mycotic arthrit-forearm<br />

71164 Mycotic arthritis-hand<br />

71165 Mycotic arthritis-pelvis<br />

71166 Mycotic arthritis-l/leg<br />

71167 Mycotic arthritis-ankle<br />

71168 Mycotic arthritis NEC<br />

71169 Mycotic arthritis-mult<br />

71170 Helminth arthrit-unspec<br />

71171 Helminth arthrit-shlder<br />

71172 Helminth arthrit-up/arm<br />

71173 Helminth arthrit-forearm<br />

71174 Helminth arthrit-hand<br />

71175 Helminth arthrit-pelvis<br />

71176 Helminth arthrit-l/leg<br />

71177 Helminth arthrit-ankle<br />

71178 Helminth arthrit NEC<br />

71179 Helminth arthrit-mult<br />

71180 Inf arthritis NEC-unspec<br />

71181 Inf arthritis NEC-shlder<br />

71182 Inf arthritis NEC-up/arm<br />

71183 Inf arthrit NEC-forearm<br />

71184 Inf arthritis NEC-hand<br />

71185 Inf arthritis NEC-pelvis<br />

71186 Inf arthritis NEC-l/leg<br />

71187 Inf arthritis NEC-ankle<br />

71188 Inf arthrit NEC-oth site<br />

71189 Inf arthritis NEC-mult<br />

71210 Dicalc phos cryst-unspec<br />

71211 Dicalc phos cryst-shlder<br />

71212 Dicalc phos cryst-up/arm<br />

71213 Dicalc phos crys-forearm<br />

71214 Dicalc phos cryst-hand<br />

71215 Dicalc phos cryst-pelvis<br />

71216 Dicalc phos cryst-l/leg<br />

71217 Dicalc phos cryst-ankle<br />

71218 Dicalc phos cry-site NEC<br />

71219 Dicalc phos cryst-mult<br />

71220 Pyrophosph cryst-unspec<br />

71221 Pyrophosph cryst-shlder<br />

71222 Pyrophosph cryst-up/arm<br />

71223 Pyrophosph cryst-forearm<br />

71224 Pyrophosph cryst-hand<br />

71225 Pyrophosph cryst-pelvis<br />

71226 Pyrophosph cryst-l/leg<br />

71227 Pyrophosph cryst-ankle<br />

71228 Pyrophos cryst-site NEC<br />

71229 Pyrophos cryst-mult<br />

71230 Chondrocalcin NOS-unspec<br />

71231 Chondrocalcin NOS-shlder<br />

71232 Chondrocalcin NOS-up/arm<br />

71233 Chondrocalc NOS-forearm<br />

71234 Chondrocalcin NOS-hand<br />

71235 Chondrocalcin NOS-pelvis<br />

71236 Chondrocalcin NOS-l/leg<br />

71237 Chondrocalcin NOS-ankle<br />

71238 Chondrocalc NOS-oth site<br />

71239 Chondrocalcin NOS-mult<br />

7130 Arthrop w endocr/met dis<br />

7131 Arthrop w noninf GI dis<br />

7132 Arthropath w hematol dis<br />

7133 Arthropathy w skin dis<br />

7134 Arthropathy w resp dis<br />

7135 Arthropathy w nerve dis<br />

7136 Arthrop w hypersen react<br />

7137 Arthrop w system dis NEC<br />

7138 Arthrop w oth dis NEC<br />

72081 Spondylopathy in oth dis<br />

72701 Synovitis in oth dis<br />

73070 Polio osteopathy-unspec<br />

73071 Polio osteopathy-shlder<br />

October 2009<br />

Edit code lists 1.39


Manifestations not allowed as principal diagnosis<br />

73072 Polio osteopathy-up/arm<br />

73073 Polio osteopathy-forearm<br />

73074 Polio osteopathy-hand<br />

73075 Polio osteopathy-pelvis<br />

73076 Polio osteopathy-l/leg<br />

73077 Polio osteopathy-ankle<br />

73078 Polio osteopathy NEC<br />

73079 Polio osteopathy-mult<br />

73080 Bone infect NEC-unspec<br />

73081 Bone infect NEC-shlder<br />

73082 Bone infect NEC-up/arm<br />

73083 Bone infect NEC-forearm<br />

73084 Bone infect NEC-hand<br />

73085 Bone infect NEC-pelvis<br />

73086 Bone infect NEC-l/leg<br />

73087 Bone infect NEC-ankle<br />

73088 Bone infect NEC-oth site<br />

73089 Bone infect NEC-mult<br />

7311 Osteitis def in oth dis<br />

7318 Bone involv in oth dis<br />

73740 Spin curv NOS in oth dis<br />

73741 Kyphosis in oth dis<br />

73742 Lordosis in oth dis<br />

73743 Scoliosis in oth dis<br />

7740 Perinat jaund-hered anem<br />

77431 Neonat jaund in oth dis<br />

7745 Perinatal jaundice NEC<br />

78061 Fever in other diseases<br />

78552 Septic shock<br />

1.40 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


7. 7. Non-specific principal principal<br />

diagnosis Effective 10/01/07, the non-specific principal diagnosis edit was discontinued<br />

and will appear for claims processed using MCE version<br />

diagnosis<br />

2.0-23.0 only.<br />

8. Questionable admission Some diagnoses are not usually sufficient justification for admission<br />

to an acute care hospital. For example, if a patient is given code 4011<br />

for benign hypertension, then the patient would have a questionable<br />

admission, since benign hypertension is not normally sufficient justification<br />

for admission to a hospital.<br />

Questionable admissions - principal diagnosis only<br />

25000 DMII wo cmp nt st uncntr<br />

27800 Obesity NOS<br />

3804 Impacted cerumen<br />

4011 Benign hypertension<br />

4262 Left bb hemiblock<br />

4263 Left bb block NEC<br />

4264 Rt bundle branch block<br />

79093 Elvtd prstate spcf antgn<br />

7962 Elev bl pres w/o hypertn<br />

9999 Complic med care NEC/NOS<br />

V08 Asymp hiv infectn status<br />

V5331 Ftng cardiac pacemaker<br />

V5332 Ftng autmtc dfibrillator<br />

V5339 Ftng oth cardiac device<br />

The following list contains diagnosis codes with corresponding<br />

English descriptions identified as questionable admission when used<br />

as a principal diagnosis.<br />

October 2009<br />

Edit code lists 1.41


9. Unacceptable principal principal diagnosis There are selected codes that describe a circumstance which influences<br />

an individual’s health status but not a current illness or injury, or<br />

diagnosis<br />

codes that are not specific manifestations but may be due to an underlying<br />

cause. These codes are considered unacceptable as a principal<br />

diagnosis.<br />

There are a few usually unacceptable principal diagnosis codes that<br />

are considered “acceptable” when a secondary diagnosis is also coded<br />

on the record. If no secondary diagnosis is present for this subset of<br />

codes, the message REQUIRES SECONDARY DX will appear.<br />

The following pages contain a list of codes with corresponding<br />

English descriptions identified as unacceptable when entered as principal<br />

diagnosis.<br />

➤<br />

Note: <strong>Code</strong>s that require a secondary diagnosis are indicated<br />

with an asterisk (*).<br />

1.42 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Unacceptable principal diagnoses<br />

1992 Malig neopl-transp organ<br />

23877 Post tp lymphprolif dis<br />

27950 Graft-versus-host NOS<br />

27951 Ac graft-versus-host dis<br />

27952 Chronc graft-vs-host dis<br />

27953 Ac on chrn grft-vs-host<br />

3051 Tobacco use disorder<br />

3533 Thoracic root lesion NEC<br />

3708 Keratitis NEC<br />

4142 Chr tot occlus cor artry<br />

4143 Cor ath d/t lpd rch plaq<br />

41512 Septic pulmonary embolsm<br />

4233 Cardiac tamponade<br />

4404 Chr tot occl art extrem<br />

449 Septic arterial embolism<br />

6113 Fat necrosis of breast<br />

69550 Exfol d/t eryth =90% bdy<br />

78951 Malignant ascites<br />

7981 Instantaneous death<br />

7982 Death within 24 hr sympt<br />

7989 Unattended death<br />

V010 Cholera contact<br />

V011 Tuberculosis contact<br />

V012 Poliomyelitis contact<br />

V013 Smallpox contact<br />

V014 Rubella contact<br />

V015 Rabies contact<br />

V016 Venereal dis contact<br />

V0181 Contact/exposure-anthrax<br />

V0189 Communic dis contact NEC<br />

V019 Communic dis contact NOS<br />

V020 Cholera carrier<br />

V021 Typhoid carrier<br />

V022 Amebiasis carrier<br />

V023 GI pathogen carrier NEC<br />

V024 Diphtheria carrier<br />

V0251 Group b streptoc carrier<br />

V0252 Streptococus carrier NEC<br />

V0253 Meth susc Staph carrier<br />

V0254 Meth resis Staph carrier<br />

V0259 Bacteria dis carrier NEC<br />

V0260 Viral hep carrier NOS<br />

V0261 Hepatitis B carrier<br />

V0262 Hepatitis C carrier<br />

V0269 Viral hep carrier NEC<br />

V027 Gonorrhea carrier<br />

V028 Venereal dis carrier NEC<br />

V029 Carrier NEC<br />

V030 Vaccin for cholera<br />

V031 Vacc-typhoid-paratyphoid<br />

V032 Vaccin for tuberculosis<br />

V033 Vaccin for plague<br />

V034 Vaccin for tularemia<br />

V035 Vaccin for diphtheria<br />

V036 Vaccin for pertussis<br />

V037 Tetanus toxoid inoculat<br />

V0381<br />

V0382<br />

V0389<br />

V039<br />

V040<br />

V041<br />

V042<br />

V043<br />

V044<br />

V045<br />

V046<br />

V047<br />

V0481<br />

V0482<br />

V0489<br />

V050<br />

V051<br />

V052<br />

V053<br />

V054<br />

V058<br />

V059<br />

V060<br />

V061<br />

V062<br />

V063<br />

V064<br />

V065<br />

V066<br />

V068<br />

V069<br />

V071<br />

V072<br />

V0731<br />

V074<br />

V0751<br />

V0752<br />

V0759<br />

V079<br />

V090<br />

V091<br />

V092<br />

V093<br />

V094<br />

V0950<br />

V0951<br />

V096<br />

V0970<br />

V0971<br />

V0980<br />

V0981<br />

V0990<br />

V0991<br />

V1000<br />

V1001<br />

V1002<br />

V1003<br />

V1004<br />

V1005<br />

V1006<br />

V1007<br />

V1009<br />

V1011<br />

V1012<br />

V1020<br />

V1021<br />

V1022<br />

V1029<br />

Nd vac hmophlus inflnz b<br />

Nd vac strptcs pneumni b<br />

Nd other specf vacnation<br />

Vaccin for bact dis NOS<br />

Vaccin for poliomyelitis<br />

Vaccin for smallpox<br />

Vaccin for measles<br />

Vaccin for rubella<br />

Vaccin for yellow fever<br />

Vaccin for rabies<br />

Vaccin for mumps<br />

Vaccin for common cold<br />

Vaccin for influenza<br />

Vaccination for RSV<br />

Vaccn/inoc viral dis NEC<br />

Arbovirus enceph vaccin<br />

Vacc arboviral dis NEC<br />

Vaccin for leishmaniasis<br />

Need prphyl vc vrl hepat<br />

Need prphyl vc varicella<br />

Vaccin for disease NEC<br />

Vaccin for singl dis NOS<br />

Vaccin for cholera + tab<br />

Vaccination for DTP-DTaP<br />

Vaccin for dtp + tab<br />

Vaccin for dtp + polio<br />

Vac-measle-mumps-rubella<br />

Vaccination for Td-DT<br />

Nd vac strp pnumn/inflnz<br />

Vac-dis combinations NEC<br />

Vac-dis combinations NOS<br />

Desensitiza to allergens<br />

Prophylact immunotherapy<br />

Prophylac fluoride admin<br />

Hormone replace postmeno<br />

Prophylactic use SERMs<br />

Prophylact use aromatase<br />

Prphyl ot agnt af estrgn<br />

Prophylactic measure NOS<br />

Inf mcrg rstn pncllins<br />

Inf mcrg rstn b-lactam<br />

Inf mcrg rstn macrolides<br />

Inf mcrg rstn ttrcycln<br />

Inf mcrg rstn amnglcsds<br />

Inf mcr rst qn flr nt ml<br />

Inf mcrg rstn qn flrq ml<br />

Inf mcrg rstn sulfnmides<br />

Inf mcr rst oth ag nt ml<br />

Inf mcrg rstn oth ag mlt<br />

Inf mcr rst ot drg nt ml<br />

Inf mcrg rstn oth drg ml<br />

Infc mcrg drgrst nt mult<br />

Infc mcrg drgrst mult<br />

Hx of GI malignancy NOS<br />

Hx of tongue malignancy<br />

Hx-oral/pharynx malg NEC<br />

Hx-esophageal malignancy<br />

Hx of gastric malignancy<br />

Hx of colonic malignancy<br />

Hx-rectal & anal malign<br />

Hx of liver malignancy<br />

Hx of GI malignancy NEC<br />

Hx-bronchogenic malignan<br />

Hx-tracheal malignancy<br />

Hx-resp org malignan NOS<br />

Hx-laryngeal malignancy<br />

Hx-nose/ear/sinus malig<br />

Hx-intrathoracic mal NEC<br />

October 2009<br />

Edit code lists 1.43


Unacceptable principal diagnoses<br />

V103<br />

V1040<br />

V1041<br />

V1042<br />

V1043<br />

V1044<br />

V1045<br />

V1046<br />

V1047<br />

V1048<br />

V1049<br />

V1050<br />

V1051<br />

V1052<br />

V1053<br />

V1059<br />

V1060<br />

V1061<br />

V1062<br />

V1063<br />

V1069<br />

V1071<br />

V1072<br />

V1079<br />

V1081<br />

V1082<br />

V1083<br />

V1084<br />

V1085<br />

V1086<br />

V1087<br />

V1088<br />

V1089<br />

V1090<br />

V1091<br />

V110<br />

V111<br />

V112<br />

V113<br />

V118<br />

V119<br />

V1200<br />

V1201<br />

V1202<br />

V1203<br />

V1204<br />

V1209<br />

V121<br />

V122<br />

V123<br />

V1240<br />

V1241<br />

V1242<br />

V1249<br />

V1250<br />

V1251<br />

V1252<br />

V1253<br />

V1254<br />

V1259<br />

V1260<br />

V1261<br />

V1269<br />

V1270<br />

V1271<br />

V1272<br />

V1279<br />

V1300<br />

Hx of breast malignancy<br />

Hx-female genit malg NOS<br />

Hx-cervical malignancy<br />

Hx-uterus malignancy NEC<br />

Hx of ovarian malignancy<br />

Hx-female genit malg NEC<br />

Hx-male genit malig NOS<br />

Hx-prostatic malignancy<br />

Hx-testicular malignancy<br />

Hx-epididymis malignancy<br />

Hx-male genit malig NEC<br />

Hx-urinary malignan NOS<br />

Hx of bladder malignancy<br />

Hx of kidney malignancy<br />

Hx malig renal pelvis<br />

Hx-urinary malignan NEC<br />

Hx of leukemia NOS<br />

Hx of lymphoid leukemia<br />

Hx of myeloid leukemia<br />

Hx of monocytic leukemia<br />

Hx of leukemia NEC<br />

Hx-lymphosarcoma<br />

Hx-hodgkin's disease<br />

Hx-lymphatic malign NEC<br />

Hx of bone malignancy<br />

Hx-malig skin melanoma<br />

Hx-skin malignancy NEC<br />

Hx of eye malignancy<br />

Hx of brain malignancy<br />

Hx-malign nerve syst NEC<br />

Hx of thyroid malignancy<br />

Hx-endocrine malign NEC<br />

Hx of malignancy NEC<br />

Hx malig neoplasm NOS<br />

Hx malig neuroendo tumor<br />

Hx of schizophrenia<br />

Hx of affective disorder<br />

Hx of neurosis<br />

Hx of alcoholism<br />

Hx-mental disorder NEC<br />

Hx-mental disorder NOS<br />

Prsnl hst unsp nfct prst<br />

Prsnl hst tuberculosis<br />

Prsnl hst poliomyelitis<br />

Personal histry malaria<br />

Hx Methicln resist Staph<br />

Prsnl hst oth nfct parst<br />

Hx-nutrition deficiency<br />

Hx-endocr/meta/immun dis<br />

Hx-blood diseases<br />

Hx nerv sys/snse org NOS<br />

Hx benign neoplasm brain<br />

Personl hx infection CNS<br />

Hx nerv sys/snse org NEC<br />

Hx-circulatory dis NOS<br />

Hx-ven thrombosis/embols<br />

Hx-thrombophlebitis<br />

Hx sudden cardiac arrest<br />

Hx TIA/stroke w/o resid<br />

Hx-circulatory dis NEC<br />

Hx resp system dis NOS<br />

Prsnl hx recur pneumonia<br />

Hx resp system dis NEC<br />

Prsnl hst unspc dgstv ds<br />

Prsnl hst peptic ulcr ds<br />

Prsnl hst colonic polyps<br />

Prsnl hst ot spf dgst ds<br />

Prsnl hst urnr dsrd unsp<br />

V1301<br />

V1302<br />

V1303<br />

V1309<br />

V131<br />

V1321<br />

V1322<br />

V1329<br />

V133<br />

V134<br />

V1351<br />

V1352<br />

V1359<br />

V1361<br />

V1369<br />

V137<br />

V138<br />

V139<br />

V140<br />

V141<br />

V142<br />

V143<br />

V144<br />

V145<br />

V146<br />

V147<br />

V148<br />

V149<br />

V1501<br />

V1502<br />

V1503<br />

V1504<br />

V1505<br />

V1506<br />

V1507<br />

V1508<br />

V1509<br />

V151<br />

V1521<br />

V1522<br />

V1529<br />

V153<br />

V1541<br />

V1542<br />

V1549<br />

V1551<br />

V1552<br />

V1559<br />

V156<br />

V157<br />

V1580<br />

V1581<br />

V1582<br />

V1583<br />

V1584<br />

V1585<br />

V1586<br />

V1587<br />

V1588<br />

V1589<br />

V159<br />

V160<br />

V161<br />

V162<br />

V163<br />

V1640<br />

V1641<br />

V1642<br />

Prsnl hst urnr dsrd calc<br />

Personal history UTI<br />

Personl hx nephrotic syn<br />

Prsn hst ot spf urn dsrd<br />

Hx-trophoblastic disease<br />

History-pre-term labor<br />

Hx of cervical dysplasia<br />

Hx-genital/obs dis NEC<br />

Hx-skin/subcutan tis dis<br />

Hx of arthritis<br />

Hx pathological fracture<br />

Hx stress fracture<br />

Hx musculoskletl dis NEC<br />

Hx-hypospadius<br />

Hx-congenital malfor NEC<br />

Hx-perinatal problems<br />

Hx of diseases NEC<br />

Hx of disease NOS<br />

Hx-penicillin allergy<br />

Hx-antibiot allergy NEC<br />

Hx-sulfonamides allergy<br />

Hx-anti-infect allergy<br />

Hx-anesthetic allergy<br />

Hx-narcotic allergy<br />

Hx-analgesic allergy<br />

Hx-vaccine allergy<br />

Hx-drug allergy NEC<br />

Hx-drug allergy NOS<br />

Hx-peanut allergy<br />

Hx-milk prod allergy<br />

Hx-eggs allergy<br />

Hx-seafood allergy<br />

Hx-other food allergy<br />

Hx-allergy insct/arachnd<br />

Hx-latex allergy<br />

Hx-radiogrphc dye allrgy<br />

Hx-allergy NEC<br />

Hx-major cardiovasc surg<br />

Hx in utero proc in preg<br />

Hx in utero proc fetus<br />

Hx surgery to organs NEC<br />

Hx of irradiation<br />

Hx of physical abuse<br />

Hx of emotional abuse<br />

Psychological trauma NEC<br />

Hx traumatic fracture<br />

Hx traumatc brain injury<br />

Hx injury NEC<br />

Hx of poisoning<br />

Hx of contraception<br />

Hx failed mod sedation<br />

Hx of past noncompliance<br />

History of tobacco use<br />

Hx underimmunizn status<br />

Hx-contct/expos asbestos<br />

Hx-cont/exps haz bdy fld<br />

Hx-contact/exposure lead<br />

Hx of ECMO<br />

Personal history of fall<br />

Hx-health hazards NEC<br />

Hx-health hazard NOS<br />

Family hx-gi malignancy<br />

Fm hx-trach/bronchog mal<br />

Fam hx-intrathoracic mal<br />

Family hx-breast malig<br />

Fm hx genital malig NOS<br />

Fm hx ovary malignancy<br />

Fm hx prostate malig<br />

1.44 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Unacceptable principal diagnoses<br />

V1643 Fm hx testis malig<br />

V1649 Fm hx genital malig NEC<br />

V1651 Family hx-kidney malig<br />

V1652 Fam hx-bladder malig<br />

V1659 Fam hx-urinry malig NEC<br />

V166 Family hx-leukemia<br />

V167 Fam hx-lymph neoplas NEC<br />

V168 Family hx-malignancy NEC<br />

V169 Family hx-malignancy NOS<br />

V170 Fam hx-psychiatric cond<br />

V171 Family hx-stroke<br />

V172 Fam hx-neurolog dis NEC<br />

V173 Fam hx-ischem heart dis<br />

V1741 Fam hx sudden card death<br />

V1749 Fam hx-cardiovas dis NEC<br />

V175 Family hx-asthma<br />

V176 Fam hx-chr resp cond NEC<br />

V177 Family hx-arthritis<br />

V1781 Family hx osteoporosis<br />

V1789 Fam hx musculosk dis NEC<br />

V180 Fam hx-diabetes mellitus<br />

V1811 Fam hx MEN syndrome<br />

V1819 Fm hx endo/metab dis NEC<br />

V182 Family hx-anemia<br />

V183 Fam hx-blood disord NEC<br />

V184 Fam hx-mental retardat<br />

V1851 Family hx colonic polyps<br />

V1859 Fam hx digest disord NEC<br />

V1861 Fam hx-polycystic kidney<br />

V1869 Fam hx-kidney dis NEC<br />

V187 Family hx-gu disease NEC<br />

V188 Fm hx-infect/parasit dis<br />

V189 Fam hx genet dis carrier<br />

V190 Family hx-blindness<br />

V191 Family hx-eye disord NEC<br />

V192 Family hx-deafness<br />

V193 Family hx-ear disord NEC<br />

V194 Family hx-skin condition<br />

V195 Fam hx-congen anomalies<br />

V196 Family hx-allergic dis<br />

V197 Consanguinity<br />

V198 Family hx-condition NEC<br />

V201 Care of healthy chld NEC<br />

V202 Routin child health exam<br />

V2031 Health supvsn nb


Unacceptable principal diagnoses<br />

V332<br />

V342<br />

V352<br />

V362<br />

V372<br />

V391<br />

V392<br />

V400<br />

V401<br />

V402<br />

V403<br />

V409<br />

V410<br />

V411<br />

V412<br />

V413<br />

V414<br />

V415<br />

V416<br />

V417<br />

V418<br />

V419<br />

V420<br />

V421<br />

V422<br />

V423<br />

V424<br />

V425<br />

V426<br />

V427<br />

V4281<br />

V4282<br />

V4283<br />

V4284<br />

V4289<br />

V429<br />

V430<br />

V431<br />

V4321<br />

V4322<br />

V433<br />

V434<br />

V435<br />

V4360<br />

V4361<br />

V4362<br />

V4363<br />

V4364<br />

V4365<br />

V4366<br />

V4369<br />

V437<br />

V4381<br />

V4382<br />

V4383<br />

V4389<br />

V440<br />

V441<br />

V442<br />

V443<br />

V444<br />

V4450<br />

V4451<br />

V4452<br />

V4459<br />

V446<br />

V447<br />

V448<br />

Twin NOS-nonhosp<br />

Oth multiple nb-nonhosp<br />

Oth multiple sb-nonhosp<br />

Multiple nb/sb-nonhosp<br />

Mult birth NOS-nonhosp<br />

Liveborn NOS-before adm<br />

Liveborn NOS-nonhosp<br />

Problems with learning<br />

Prob with communication<br />

Mental problems NEC<br />

Behavioral problems NEC<br />

Mental/behavior prob NOS<br />

Problems with sight<br />

Eye problems NEC<br />

Problems with hearing<br />

Ear problems NEC<br />

Voice production problem<br />

Smell and taste problem<br />

Problem w swallowing<br />

Sexual function problem<br />

Probl w special func NEC<br />

Probl w special func NOS<br />

Kidney transplant status<br />

Heart transplant status<br />

Heart valve transplant<br />

Skin transplant status<br />

Bone transplant status<br />

Cornea transplant status<br />

Lung transplant status<br />

Liver transplant status<br />

Trnspl status-bne marrow<br />

Trspl sts-perip stm cell<br />

Trnspl status-pancreas<br />

Trnspl status-intestines<br />

Trnspl status organ NEC<br />

Transplant status NOS<br />

Eye replacement NEC<br />

Lens replacement NEC<br />

Heart assist dev replace<br />

Artficial heart replace<br />

Heart valve replac NEC<br />

Blood vessel replac NEC<br />

Bladder replacement NEC<br />

Joint replaced unspcf<br />

Joint replaced shoulder<br />

Joint replaced elbow<br />

Joint replaced wrist<br />

Joint replaced hip<br />

Joint replaced knee<br />

Joint replaced ankle<br />

Oth spcf joint replaced<br />

Limb replacement NEC<br />

Larynx replacement<br />

Breast replacement<br />

Artific skin repl status<br />

Organ/tiss replacmnt NEC<br />

Tracheostomy status<br />

Gastrostomy status<br />

Ileostomy status<br />

Colostomy status<br />

Enterostomy status NEC<br />

Cystostomy status NOS<br />

Cutaneous-vesicos status<br />

Appendico-vesicos status<br />

Cystostomy status NEC<br />

Urinostomy status NEC<br />

Artificial vagina status<br />

Artif open status NEC<br />

V449<br />

V4500<br />

V4501<br />

V4502<br />

V4509<br />

V4511<br />

V4512<br />

V452<br />

V453<br />

V454<br />

V4551<br />

V4552<br />

V4559<br />

V4561<br />

V4569<br />

V4572<br />

V4573<br />

V4574<br />

V4575<br />

V4576<br />

V4577<br />

V4578<br />

V4579<br />

V4581<br />

V4582<br />

V4583<br />

V4584<br />

V4585<br />

V4586<br />

V4587<br />

V4588<br />

V4589<br />

V460<br />

V462<br />

V463<br />

V468<br />

V469<br />

V470<br />

V471<br />

V472<br />

V473<br />

V474<br />

V475<br />

V479<br />

V480<br />

V481<br />

V482<br />

V483<br />

V484<br />

V485<br />

V486<br />

V487<br />

V488<br />

V489<br />

V490<br />

V491<br />

V492<br />

V493<br />

V494<br />

V495<br />

V4960<br />

V4961<br />

V4962<br />

V4963<br />

V4964<br />

V4965<br />

V4966<br />

V4967<br />

Artif open status NOS<br />

Status cardc dvce unspcf<br />

Status cardiac pacemaker<br />

Status autm crd dfbrltr<br />

Status oth spcf crdc dvc<br />

Renal dialysis status<br />

Noncmplnt w renal dialys<br />

Ventricular shunt status<br />

Intestinal bypass status<br />

Arthrodesis status<br />

Prsc ntrutr cntrcptv dvc<br />

Prsc sbdrml cntrcp mplnt<br />

Prsc other cntrcptv dvc<br />

Cataract extract status<br />

Post-proc st eye/adn NEC<br />

Acquire absnce intestine<br />

Acquired absence kidney<br />

Acq absence urinary trct<br />

Acq absence of stomach<br />

Acq absence of lung<br />

Acq absnce genital organ<br />

Acquired absence of eye<br />

Acq absence of organ NEC<br />

Aortocoronary bypass<br />

Status-post ptca<br />

Breast impl remov status<br />

Dental restoratn status<br />

Insulin pump status<br />

Bariatric surgery status<br />

Trnsplnt orgn rem status<br />

TPA adm status 24 hr pta<br />

Post-proc states NEC<br />

Dependence on aspirator<br />

Depend-supplement oxygen<br />

Wheelchair dependence<br />

Machine dependence NEC<br />

Machine dependence NOS<br />

Intern organ deficiency<br />

Mech prob w internal org<br />

Cardiorespirat probl NEC<br />

Digestive problems NEC<br />

Urinary problems NEC<br />

Genital problems NEC<br />

Probl w internal org NOS<br />

Deficiencies of head<br />

Deficiencies neck/trunk<br />

Mechanical prob w head<br />

Mech prob w neck & trunk<br />

Sensory problem w head<br />

Sensor prob w neck/trunk<br />

Disfigurements of head<br />

Disfigurement neck/trunk<br />

Prob-head/neck/trunk NEC<br />

Prob-head/neck/trunk NOS<br />

Deficiencies of limbs<br />

Mechanical prob w limbs<br />

Motor problems w limbs<br />

Sensory problems w limbs<br />

Disfigurements of limbs<br />

Limb problems NEC<br />

Status amput up lmb NOS<br />

Status amput thumb<br />

Status amput oth fingers<br />

Status amput hand<br />

Status amput wrist<br />

Status amput below elbow<br />

Status amput above elbow<br />

Status amput shoulder<br />

1.46 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Unacceptable principal diagnoses<br />

V4970 Status amput lwr lmb NOS<br />

V4971 Status amput great toe<br />

V4972 Status amput othr toe(s)<br />

V4973 Status amput foot<br />

V4974 Status amput ankle<br />

V4975 Status amput below knee<br />

V4976 Status amput above knee<br />

V4977 Status amput hip<br />

V4981 Asympt postmeno status<br />

V4982 Dental sealant status<br />

V4983 Await organ transplnt st<br />

V4984 Bed confinement status<br />

V4985 Dual sensory impairment<br />

V4989 Conditn influ health NEC<br />

V499 Probl influ health NOS<br />

V503 Ear piercing<br />

V508 Elective surgery NEC<br />

V509 Elective surgery NOS<br />

V529 Fitting prosthesis NOS<br />

V531 Fit contact lens/glasses<br />

V532 Adjustment hearing aid<br />

V534 Fit orthodontic device<br />

V5350 Fit/adjust intestinl dev<br />

V5351 Fit/adj gastric lap band<br />

V5359 Fit/adjust gi app-device<br />

V536 Fitting urinary devices<br />

V537 Fit orthopedic devices<br />

V538 Adjustment of wheelchair<br />

V5390 Fit/adjust device NOS<br />

V5391 Fit/adjust insulin pump<br />

V5399 Fit/adjust device NEC<br />

V549 Orthopedic aftercare NOS<br />

V559 Attn to artif open NOS<br />

V562 Fit/adj perit dial cath<br />

V5631 Hemodialysis testing<br />

V5632 Peritoneal dialysis test<br />

V570 Breathing exercises<br />

*V571 Physical therapy NEC<br />

*V5721 Encntr occupatnal thrpy<br />

*V5722 Encntr vocational thrpy<br />

*V573 Speech-language therapy<br />

V574 Orthoptic training<br />

V5781 Orthotic training<br />

*V5789 Rehabilitation proc NEC<br />

*V579 Rehabilitation proc NOS<br />

V582 Blood transfusion, no dx<br />

V5830 Attn rem nonsurg dressng<br />

V5831 Attn rem surg dressing<br />

V5832 Attn removal of sutures<br />

V5862 Long-term use antibiotic<br />

V5863 Lng use antiplte/thrmbtc<br />

V5864 Long-term anti-inflamtry<br />

V5865 Long-term use steroids<br />

V589 Aftercare NOS<br />

V5901 Blood donor-whole blood<br />

V5902 Blood donor-stem cells<br />

V5909 Blood donor NEC<br />

V5970 Egg donor NEC<br />

V5971 Egg donor age


Unacceptable principal diagnoses<br />

V653<br />

V6540<br />

V6541<br />

V6542<br />

V6543<br />

V6544<br />

V6545<br />

V6546<br />

V6549<br />

V655<br />

V658<br />

V659<br />

V665<br />

V667<br />

V669<br />

V679<br />

V6801<br />

V6809<br />

V681<br />

V682<br />

V6881<br />

V6889<br />

V689<br />

V690<br />

V691<br />

V692<br />

V693<br />

V695<br />

V698<br />

V699<br />

V700<br />

V702<br />

V703<br />

V706<br />

V708<br />

V709<br />

V719<br />

V7211<br />

V7212<br />

V7219<br />

V722<br />

V725<br />

V7260<br />

V7261<br />

V7262<br />

V7263<br />

V7269<br />

V727<br />

V7284<br />

V7285<br />

V7286<br />

V729<br />

V730<br />

V731<br />

V732<br />

V733<br />

V734<br />

V735<br />

V736<br />

V7381<br />

V7388<br />

V7389<br />

V7398<br />

V7399<br />

V740<br />

V741<br />

V742<br />

V743<br />

Dietary surveil/counsel<br />

Counseling NOS<br />

Exercise counseling<br />

Counslng sbstn use abuse<br />

Counseling injry prevent<br />

Hiv counseling<br />

Consln ot sex trnsmt dis<br />

Insulin pump training<br />

Other specfd counseling<br />

Persn w feared complaint<br />

Reason for consult NEC<br />

Reason for consult NOS<br />

Convalescence NEC<br />

Encountr palliative care<br />

Convalescence NOS<br />

Follow-up exam NOS<br />

Disability examination<br />

Issue of med certif NEC<br />

Issue repeat prescript<br />

Request expert evidence<br />

Referral-no exam/treat<br />

Administrtve encount NEC<br />

Administrtve encount NOS<br />

Lack of physical exercse<br />

Inapprt diet eat habits<br />

High-risk sexual behavr<br />

Gambling and betting<br />

Behav insomnia-childhood<br />

Oth prblms rltd lfstyle<br />

Prblm rltd lfstyle NOS<br />

Routine medical exam<br />

Gen psychiatric exam NEC<br />

Med exam NEC-admin purp<br />

Health exam-pop survey<br />

General medical exam NEC<br />

General medical exam NOS<br />

Observ-suspect cond NOS<br />

Hearing exam-fail screen<br />

Hearing conservatn/trtmt<br />

Exam ears & hearing NEC<br />

Dental examination<br />

Radiological exam NEC<br />

Laboratory exam NOS<br />

Antibody response exam<br />

Routine physicl lab exam<br />

Pre-procedure lab exam<br />

Laboratory exam NEC<br />

Skin/sensitization tests<br />

Preop exam unspcf<br />

Oth specified exam<br />

Blood typing encounter<br />

Examination NOS<br />

Screening-poliomyelitis<br />

Screening for smallpox<br />

Screening for measles<br />

Screening for rubella<br />

Screening-yellow fever<br />

Screening-arbovirus dis<br />

Screening for trachoma<br />

Special screen exam HPV<br />

Scrn oth spcf chlmyd dis<br />

Scrn oth spcf viral dis<br />

Scrn unspcf chlmyd dis<br />

Scrn unspcf viral dis<br />

Screening for cholera<br />

Screening-pulmonary TB<br />

Screening for leprosy<br />

Screening for diphtheria<br />

V744<br />

V745<br />

V746<br />

V748<br />

V749<br />

V750<br />

V751<br />

V752<br />

V753<br />

V754<br />

V755<br />

V756<br />

V757<br />

V758<br />

V759<br />

V760<br />

V7610<br />

V7611<br />

V7612<br />

V7619<br />

V762<br />

V763<br />

V7641<br />

V7642<br />

V7643<br />

V7645<br />

V7646<br />

V7647<br />

V7649<br />

V7650<br />

V7651<br />

V7652<br />

V7681<br />

V7689<br />

V769<br />

V770<br />

V771<br />

V772<br />

V773<br />

V774<br />

V775<br />

V776<br />

V777<br />

V778<br />

V7791<br />

V7799<br />

V780<br />

V781<br />

V782<br />

V783<br />

V788<br />

V789<br />

V790<br />

V791<br />

V792<br />

V793<br />

V798<br />

V799<br />

V8001<br />

V8009<br />

V801<br />

V802<br />

V803<br />

V810<br />

V811<br />

V812<br />

V813<br />

V814<br />

Screen-bact conjunctivit<br />

Screen for veneral dis<br />

Screening for yaws<br />

Screen-bacterial dis NEC<br />

Screen-bacterial dis NOS<br />

Screen-rickettsial dis<br />

Screening for malaria<br />

Screen for leishmaniasis<br />

Screen-trypanosomiasis<br />

Screen-mycotic infect<br />

Screen-schistosomiasis<br />

Screen for filariasis<br />

Screen for helminthiasis<br />

Screen-parasitic dis NEC<br />

Screen for infec dis NOS<br />

Screen mal neop-resp org<br />

Scrn mal neo breast NOS<br />

Screen mammogram hi risk<br />

Screen mammogram NEC<br />

Scrn mal neo breast NEC<br />

Screen mal neop-cervix<br />

Screen mal neop-bladder<br />

Screen mal neop-rectum<br />

Screen mal neop-oral cav<br />

Screen mal neop-skin<br />

Screen malig neop-testis<br />

Screen malig neop-ovary<br />

Screen malig neop-vagina<br />

Screen mal neop oth site<br />

Scrn malig neo-intes NOS<br />

Screen malig neop-colon<br />

Scrn mal neo-small intes<br />

Screen neop-nervous syst<br />

Screen neoplasm NEC<br />

Screen-neoplasm NOS<br />

Screen-thyroid disorder<br />

Screen-diabetes mellitus<br />

Screen for malnutrition<br />

Screen-phenylketonuria<br />

Screen for galactosemia<br />

Screening for gout<br />

Screen-cystic fibrosis<br />

Screen-inborn err metab<br />

Screening for obesity<br />

Screen lipoid disorders<br />

Screen-endoc/nut/met NEC<br />

Screen-iron defic anemia<br />

Screen-defic anemia NEC<br />

Screen-sickle cell dis<br />

Scrn-hemoglobinopath NEC<br />

Screen-blood dis NEC<br />

Screen-blood dis NOS<br />

Screening for depression<br />

Screening for alcoholism<br />

Screen-mental retardat<br />

Screen-development prob<br />

Screen-mental dis NEC<br />

Screen-mental dis NOS<br />

Screen-traumtc brain inj<br />

Screen-neuro condition<br />

Screening for glaucoma<br />

Screening-eye cond NEC<br />

Screening for ear dis<br />

Scrn-ischemic heart dis<br />

Screen for hypertension<br />

Screen-cardiovasc NEC<br />

Screen-bronch/emphysema<br />

Screen-respir cond NEC<br />

1.48 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Unacceptable principal diagnoses<br />

V815<br />

V816<br />

V820<br />

V821<br />

V822<br />

V823<br />

V824<br />

V825<br />

V826<br />

V8271<br />

V8279<br />

V8281<br />

V8289<br />

V829<br />

V8301<br />

V8302<br />

V8381<br />

V8389<br />

V8401<br />

V8402<br />

V8403<br />

V8404<br />

V8409<br />

V8481<br />

V8489<br />

V850<br />

V851<br />

V8521<br />

V8522<br />

V8523<br />

V8524<br />

V8525<br />

V8530<br />

V8531<br />

V8532<br />

V8533<br />

V8534<br />

V8535<br />

Screen for nephropathy<br />

Screen for gu cond NEC<br />

Screen for skin cond<br />

Screen-rheumatoid arthr<br />

Screen-rheumat dis NEC<br />

Screen-cong hip dislocat<br />

Mat pstntl scr-chrm anom<br />

Screen-contamination NEC<br />

Multiphasic screening<br />

Screen-gentc dis carrier<br />

Genetic screening NEC<br />

Screen - osteoporosis<br />

Screen for condition NEC<br />

Screen for condition NOS<br />

Asympt hemoph a carrier<br />

Sympt hemophil a carrier<br />

Cystic fibrosis gene car<br />

Genetic carrier stat NEC<br />

Genetc sus mal neo brest<br />

Genetc sus mal neo ovary<br />

Genetc sus mal neo prost<br />

Genetc susc mal neo endo<br />

Genetic susc mal neo NEC<br />

Genetc sus mult endo neo<br />

Genetic suscept dis NEC<br />

BMI less than 19,adult<br />

BMI between 19-24,adult<br />

BMI 25.0-25.9,adult<br />

BMI 26.0-26.9,adult<br />

BMI 27.0-27.9,adult<br />

BMI 28.0-28.9,adult<br />

BMI 29.0-29.9,adult<br />

BMI 30.0-30.9,adult<br />

BMI 31.0-31.9,adult<br />

BMI 32.0-32.9,adult<br />

BMI 33.0-33.9,adult<br />

BMI 34.0-34.9,adult<br />

BMI 35.0-35.9,adult<br />

V8536 BMI 36.0-36.9,adult<br />

V8537 BMI 37.0-37.9,adult<br />

V8538 BMI 38.0-38.9,adult<br />

V8539 BMI 39.0-39.9,adult<br />

V854 BMI 40 and over,adult<br />

V8551 BMI,pediatric


10. 10. Non-specific O.R. procedure O.R. Effective 10/01/07, the non-specific O.R. procedure edit was<br />

procedure discontinued and will appear for claims processed using MCE version<br />

2.0-23.0 only.<br />

11. Non-covered procedure There are some procedures for which <strong>Medicare</strong> does not provide<br />

reimbursement. There are also procedures that would normally not be<br />

reimbursed by <strong>Medicare</strong> but due to the presence of certain diagnoses<br />

are reimbursed.<br />

The following page contains lists of non-covered procedure codes<br />

with corresponding English descriptions, and explains the circumstances<br />

in which the edit is applied.<br />

1.50 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Non-covered procedures<br />

1. The following criteria are retroactive effective November 6, 2006.<br />

The procedure shown below is identified as a non-covered procedure except when combined with<br />

non-operating room procedure code 0065 (Perc ins intracran stent).<br />

Procedure<br />

0062 Perc angio intracran ves<br />

2. The following criteria are retroactive effective April 26, 2006.<br />

ICD-9-CM procedure codes 5280 (Pancreat transplant NOS) and 5282 (Pancreatic homotransplan) alone<br />

[without 5569 (Kidney transplant NEC)] are considered “Non-covered procedures” except for the following<br />

condition:<br />

When either 5280 or 5282 is combined with at least one principal or secondary diagnosis code from the<br />

following diagnoses list:<br />

Diagnoses list<br />

25001 DMI wo cmp nt st uncntrl<br />

25003 DMI wo cmp uncntrld<br />

25011 DMI keto nt st uncntrld<br />

25013 DMI ketoacd uncontrold<br />

25021 DMI hprsm nt st uncntrld<br />

25023 DMI hprosmlr uncontrold<br />

25031 DMI o cm nt st uncntrld<br />

25033 DMI oth coma uncontrold<br />

25041 DMI renl nt st uncntrld<br />

25043 DMI renal uncntrld<br />

25051 DMI ophth nt st uncntrld<br />

25053 DMI ophth uncntrld<br />

25061 DMI neuro nt st uncntrld<br />

25063 DMI neuro uncntrld<br />

25071 DMI circ nt st uncntrld<br />

25073 DMI circ uncntrld<br />

25081 DMI oth nt st uncntrld<br />

25083 DMI oth uncntrld<br />

25091 DMI unspf nt st uncntrld<br />

25093 DMI unspf uncntrld<br />

3. The following criteria are retroactive effective May 1, 2008.<br />

The procedure shown below is identified as a non-covered procedure except when combined with<br />

diagnosis code V707 (Examination of participant in clinical trial).<br />

Procedure<br />

3752 Implantation of total internal biventricular heart replacement system<br />

October 2009<br />

Edit code lists 1.51


Non-covered procedures<br />

The procedures shown below are always identified as non-covered procedures.<br />

1171 Keratomileusis<br />

1172 Keratophakia<br />

1175 Radial keratotomy<br />

1176 Epikeratophakia<br />

3735 Partial ventriculectomy<br />

3753 Repl/rep thr unt tot hrt<br />

3754 Repl/rep oth tot hrt sys<br />

3928 Extracran-intracr bypass<br />

4493 Insert gastric bubble<br />

5051 Auxiliary liver transpl<br />

5283 Pancreatic heterotranspl<br />

5796 Implant bladder stimulat<br />

5797 Replace bladder stimulat<br />

6370 Male sterilization NOS<br />

6371 Ligation of vas deferens<br />

6372 Spermatic cord ligation<br />

6373 Vasectomy<br />

645 Sex transformat op NEC<br />

6621 Bilat endosc crush tube<br />

6622 Bilat endosc divis tube<br />

6629 Bilat endos occ tube NEC<br />

6631 Bilat tubal crushing NEC<br />

6632 Bilat tubal division NEC<br />

6639 Bilat tubal destruct NEC<br />

9852 Eswl gb/bile duct<br />

9859 Eswl other sites<br />

The procedures shown below are identified as non-covered procedures only when any of the diagnoses<br />

in the right hand list are present as either a principal or secondary diagnosis.<br />

Procedures<br />

4101 Auto bone mt w/o purg<br />

4104 Auto hem stem ct w/o pur<br />

4107 Auto hem stem ct w purg<br />

4109 Auto bone mt w purging<br />

Diagnoses<br />

20400 Ac lym leuk wo achv rmsn<br />

20500 Ac myl leuk wo achv rmsn<br />

20510 Ch myl leuk wo achv rmsn<br />

20511 Chr myl leuk w rmsion<br />

20600 Ac mono leu wo achv rmsn<br />

20700 Ac erth/erlk wo ach rmsn<br />

20800 Ac leu un cl wo ach rmsn<br />

The procedures shown below are identified as non-covered procedures only when any of the diagnoses<br />

in the right hand list are present as either a principal or secondary diagnosis.<br />

Procedures<br />

4102 Alo bone marrow trnsplnt<br />

4103 Allogrft bone marrow NOS<br />

4105 Allo hem stem ct w/o pur<br />

4108 Allo hem stem ct w purg<br />

Diagnoses<br />

20300 Mult mye w/o achv rmson<br />

20301 Mult myelm w remission<br />

The procedure shown below is identified as a “Non-covered procedure” when the<br />

benefciary is over age 60.<br />

Procedure<br />

8465 Ins totl disc pros lumb<br />

1.52 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


12. Open biopsy check Biopsies can be performed as open biopsies, percutaneously, or endoscopically.<br />

The DRG Definitions assign a patient to different DRGs<br />

depending on whether or not the biopsy was open. In general, for<br />

most organ systems, open biopsies are performed infrequently. There<br />

are explicit ICD-9-CM codes for open and non-open biopsies. Since<br />

the distinction made between the different biopsy codes is not applied<br />

uniformly, the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> identifies all biopsies that are<br />

coded as open biopsies.<br />

The following list contains codes, with corresponding English<br />

descriptions, that are flagged for an open biopsy check.<br />

Open biopsy procedures<br />

Non-open biopsy procedures<br />

0112 Open cereb meninges bx 0111 Clos cereb meninges bx<br />

0114 Open brain biopsy 0113 Closed brain biopsy<br />

0412 Open periph nerve biopsy 0411 Clos periph nerve biopsy<br />

0612 Open thyroid gland bx 0611 Closed thyroid gland bx<br />

0712 Open adrenal gland bx 0711 Closed adrenal gland bx<br />

2212 Open biopsy nasal sinus 2211 Closed nasal sinus bx<br />

2502 Open biopsy of tongue 2501 Closed biopsy of tongue<br />

2612 Open bx saliv gland/duct 2611 Clos bx saliv gland/duct<br />

3145 Opn bx larynx or trachea 3143 Closed biopsy larynx<br />

or<br />

3144 Closed biopsy trachea<br />

3325 Open bronchial biopsy 3324 Closed bronchial biopsy<br />

3328 Open lung biopsy 3326 Closed lung biopsy<br />

3426 Open mediastinal biopsy 3425 Clos mediastinal biopsy<br />

4133 Open spleen biopsy 4132 Closed spleen biopsy<br />

4225 Open biopsy of esophagus 4224 Closed bx of esophagus<br />

4415 Open gastric biopsy 4414 Closed gastric biopsy<br />

4515 Open small bowel biopsy 4514 Clos small bowel biopsy<br />

4526 Open large bowel biopsy 4525 Clos large bowel biopsy<br />

4825 Open rectal biopsy 4824 Closed rectal biopsy<br />

5012 Open liver biopsy 5011 Closed liver biopsy<br />

5113 Open biliary tract bx 5112 Percu bx gb/bile duct<br />

5212 Open pancreatic biopsy 5211 Closed pancreatic biopsy<br />

5423 Peritoneal biopsy 5424 Closed intra-abd mass bx<br />

5524 Open renal biopsy 5523 Closed renal biopsy<br />

5634 Open ureteral biopsy 5632 Closed ureteral biopsy<br />

5734 Open bladder biopsy 5733 Clos transureth bladd bx<br />

6012 Open prostatic biopsy 6011 Closed prostatic biopsy<br />

6014 Open seminal vesicles bx 6013 Clos seminal vesicles bx<br />

6212 Open testicular biopsy 6211 Closed testicular biopsy<br />

6813 Open uterine biopsy 6816 Closed uterine biopsy<br />

6814 Open uterine ligament bx 6815 Clos uterine ligament bx<br />

8512 Open breast biopsy 8511 Closed breast biopsy<br />

October 2009<br />

Edit code lists 1.53


13. Bilateral procedure Certain codes do not accurately reflect procedures performed in one<br />

admission on two or more different bilateral joints of the lower<br />

extremities. A combination of these codes shows a bilateral procedure<br />

when they could be procedures performed on a single joint (i.e.,<br />

duplicate procedures). For example, if 8151 (Total hip replacement)<br />

and 8152 (Partial hip replacement) are both coded on the claim, the<br />

edit “bilateral procedure” will appear.<br />

This edit instructs the fiscal intermediary to ensure that these procedures<br />

were performed on two separate joints. However, if 8151 (Total<br />

hip replacement) is coded twice, the edit would not appear because<br />

this signifies a true bilateral procedure.<br />

The following list contains the joint replacement procedure codes<br />

with corresponding English descriptions identified as “bilateral procedure”<br />

whenever two or more different joint procedures are coded,<br />

and the principal diagnosis causes assignment to MDC 8.<br />

Bilateral procedure codes<br />

0070 Rev hip repl-acetab/fem<br />

0080 Rev knee replacemt-total<br />

0085 Resrf hip,total-acet/fem<br />

0086 Resrf hip,part-fem head<br />

0087 Resrf hip,part-acetablum<br />

8151 Total hip replacement<br />

8152 Partial hip replacement<br />

8154 Total knee replacement<br />

8156 Total ankle replacement<br />

1.54 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


14. Invalid age A patient’s age may be necessary for appropriate DRG determination.<br />

If the age reported is not between 0 years and 124 years, the <strong>Medicare</strong><br />

<strong>Code</strong> <strong>Editor</strong> will assume the age is in error.<br />

15. Invalid sex A patient’s sex (gender) may be necessary for appropriate DRG determination.<br />

The sex code reported must be either 1 (male) or 2 (female).<br />

16. Invalid discharge status A patient’s discharge status may be necessary for appropriate DRG<br />

determination. Discharge status must be coded according to the<br />

UB-04 conventions. Valid values are:<br />

01 = Home or self-care<br />

02 = Disch/trans to another short term hospital<br />

03 = Disch/trans to SNF<br />

04 = Disch/trans to ICF<br />

05 = Disch/trans to another type of facility (valid until 03/31/08)<br />

05 = Disch/trans to a designated cancer center or children’s hospital (added<br />

04/01/08)<br />

06 = Care of home health service<br />

07 = Left against medical advice<br />

08 = Home IV service (deleted 10/01/05)<br />

20 = Died<br />

21 = Court/law enfrc (added 10/1/09)<br />

30 = Still a patient<br />

43 = Fed hospital (added 10/01/03)<br />

50 = Hospice-home<br />

51 = Hospice-medical facility<br />

61 = Swing Bed (added 10/01/2001)<br />

62 = Rehab facility/rehab unit (added 10/01/2001)<br />

63 = Long term care hospital (added 10/01/2001)<br />

64 = Nursing facility–Medicaid certified (added 10/01/02)<br />

65 = Psych hosp/unit (added 10/01/03)<br />

66 = Critical access hospital (added 10/01/05)<br />

70 = Discharge/transfer to another type of health care institution not defined<br />

elsewhere in the code list (added 04/01/08)<br />

71 = Outpatient services-other facility (10/01/01–09/30/03 only)<br />

72 = Outpatient services-this facility (10/01/01–09/30/03 only)<br />

October 2009<br />

Edit code lists 1.55


17. Limited coverage For certain procedures whose medical complexity and serious nature<br />

incur extraordinary associated costs, <strong>Medicare</strong> limits coverage to a<br />

portion of the cost.<br />

The limited coverage edit indicates the type of limited coverage. (e.g.,<br />

Heart transplant-Limited coverage, Lung transplant-Limited coverage,<br />

etc.)<br />

The following is a list of limited coverage procedure codes with corresponding<br />

English descriptions.<br />

Limited coverage<br />

3222 Lung vol reduction surg<br />

3350 Lung transplant NOS<br />

3351 Unilat lung transplant<br />

3352 Bilat lung transplant<br />

336 Comb heart/lung transpla<br />

3751 Heart transplantation<br />

3766 Implantable hrt assist<br />

4697 Transplant of intestine<br />

5059 Liver transplant NEC<br />

5280 Pancreas transplant NOS<br />

5282 Pancreatic homotransplan<br />

5569 Kidney tansplant NEC<br />

The following criteria are retroactive effective May 1, 2008.<br />

The procedure shown below is identified as a limited<br />

coverage procedure when combined with diagnosis code V707<br />

(Examination of participant in clinical trial).<br />

Procedure<br />

3752 Imp tot int bi ht rp sys<br />

1.56 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Wrong procedure performed<br />

18. Wrong 18. Wrong procedure procedure<br />

performed Certain E-codes indicate that the wrong procedure was<br />

performed performed.<br />

Wrong procedure performed<br />

The following list contains the codes, with corresponding English<br />

descriptions, that indicate the wrong procedure was performed.<br />

E8765<br />

E8766<br />

E8767<br />

Perfrm wrong op/right pt<br />

Proc-pt not sched surg<br />

Rt proc-wrong side/part<br />

October 2009<br />

Edit code lists 1.57


1.58 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

Chapter 2<br />

2<strong>Code</strong> list changes


06/12/09 Preliminary<br />

Contents <strong>Code</strong> list changes 2.3<br />

Changes to existing edits 2.3<br />

New edit 2.13<br />

2.2 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

October 2009


Preliminary 06/12/09<br />

Chapter 2<br />

<strong>Code</strong> list changes<br />

THIS CHAPTER SUMMARIZES the changes in the edit code lists<br />

from the last release of the <strong>Medicare</strong> <strong>Code</strong> <strong>Editor</strong> (MCE) software to<br />

the current one. The code lists are part of chapter 1 in this manual.<br />

Changes to existing edits<br />

Diagnoses for Newborns<br />

The following codes were added:<br />

768.70 Hypoxic-ischemic encephalopathy, unspecified<br />

768.71 Mild hypoxic-ischemic encephalopathy<br />

768.72 Moderate hypoxic-ischemic encephalopathy<br />

768.73 Severe hypoxic-ischemic encephalopathy<br />

779.31 Feeding problems in newborn<br />

779.32 Bilious vomiting in newborn<br />

779.33 Other vomiting in newborn<br />

779.34 Failure to thrive in newborn<br />

V20.31 Health supervision for newborn under 8 days<br />

V20.32 Health supervision for newborn 8 to 28 days old<br />

The following codes were removed:<br />

768.7 Hypoxic-ischemic encephalopathy (HIE)<br />

779.3 Feeding problems in newborn<br />

October 2009<br />

<strong>Code</strong> list changes 2.3


06/12/09 Preliminary<br />

Diagnoses for Pediatrics - (age 0-17)<br />

The following codes were added:<br />

789.7 Colic<br />

799.82 Apparent life threatening event in infant<br />

Diagnoses for Maternity -age 12-55 years old<br />

The following codes were added:<br />

670.10 Puerperal endometritis, unspecified as to episode of care<br />

or not applicable<br />

670.12 Puerperal endometritis, delivered, with mention of postpartum<br />

complication<br />

670.14 Puerperal endometritis, postpartum condition or<br />

complication<br />

670.20 Puerperal sepsis, unspecified as to episode of care or not<br />

applicable<br />

670.22 Puerperal sepsis, delivered, with mention of postpartum<br />

complication<br />

670.24 Puerperal sepsis, postpartum condition or complication<br />

670.30 Puerperal septic thrombophlebitis, unspecified as to episode<br />

of care or not applicable<br />

670.32 Puerperal septic thrombophlebitis, delivered, with mention<br />

of postpartum complication<br />

670.34 Puerperal septic thrombophlebitis, postpartum condition<br />

or complication<br />

670.80 Other major puerperal infection, unspecified as to episode<br />

of care or not applicable<br />

670.82 Other major puerperal infection, delivered, with mention<br />

of postpartum complication<br />

670.84 Other major puerperal infection, postpartum condition or<br />

complication<br />

The following code was removed:<br />

V65.11 Pediatric pre-birth visit for expectant parent(s)<br />

Diagnoses for Females Only<br />

The following codes were added:<br />

621.34 Benign endometrial hyperplasia<br />

621.35 Endometrial intraepithelial neoplasia [EIN]<br />

670.10 Puerperal endometritis, unspecified as to episode of care<br />

or not applicable<br />

670.12 Puerperal endometritis, delivered, with mention of postpartum<br />

complication<br />

670.20 Puerperal sepsis, unspecified as to episode of care or not<br />

applicable<br />

2.4 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

670.22 Puerperal sepsis, delivered, with mention of<br />

postpartum complication<br />

670.24 Puerperal sepsis, postpartum condition or complication<br />

670.30 Puerperal septic thrombophlebitis, unspecified as to episode<br />

of care or not applicable<br />

670.32 Puerperal septic thrombophlebitis, delivered, with mention<br />

of postpartum complication<br />

670.34 Puerperal septic thrombophlebitis, postpartum condition<br />

or complication<br />

670.80 Other major puerperal infection, unspecified as to episode<br />

of care or not applicable<br />

670.82 Other major puerperal infection, delivered, with mention<br />

of postpartum complication<br />

670.84 Other major puerperal infection, postpartum condition or<br />

complication<br />

The following code was removed:<br />

V65.11 Pediatric pre-birth visit for expectant parent(s)<br />

Diagnoses for Males Only<br />

The following codes were added:<br />

603.0 Encysted hydrocele<br />

603.1 Infected hydrocele<br />

603.8 Other hydrocele<br />

603.9 Hydrocele NOS<br />

Procedures Allowed for Females Only<br />

The following codes were added:<br />

75.37 Amnioinfusion<br />

75.38 Fetal pulse oximetry<br />

Manifestations Not Allowed as Principal Diagnoses<br />

The following codes were removed:<br />

365.41 Glaucoma associated with chamber angle anomalies<br />

365.42 Glaucoma associated with anomalies of iris<br />

365.43 Glaucoma associated with other anterior segment<br />

anomalies<br />

October 2009<br />

<strong>Code</strong> list changes 2.5


06/12/09 Preliminary<br />

Unacceptable Principal Diagnoses<br />

The following codes were added:<br />

V10.90 Personal history of unspecified type of malignant<br />

neoplasm<br />

V10.91 Personal history of malignant neuroendocrine tumor<br />

V15.52 Personal history of traumatic brain injury<br />

V15.80 Personal history of failed moderate sedation<br />

V15.83 Personal history of underimmunization status<br />

V20.31 Health supervision for newborn under 8 days<br />

V20.32 Health supervision for newborn 8 to 28 days old<br />

V26.42 Encounter for fertility preservation counseling<br />

V26.82 Encounter for fertility preservation procedure<br />

V53.50 Fitting and adjustment of intestinal appliance and device<br />

V53.51 Fitting and adjustment of gastric lap band<br />

V53.59 Fitting and adjustment of other gastrointestinal<br />

appliance and device<br />

V60.81 Foster care (status)<br />

V60.89 Other specified housing or economic circumstances<br />

V61.07 Family disruption due to death of family member<br />

V61.08 Family disruption due to other extended absence of family<br />

member<br />

V61.23 Counseling for parent-biological child problem<br />

V61.24 Counseling for parent-adopted child problem<br />

V61.25 Counseling for parent (guardian)-foster child problem<br />

V61.42 Substance abuse in family<br />

V72.60 Laboratory examination, unspecified<br />

V72.61 Antibody response examination<br />

V72.62 Laboratory examination ordered as part of a routine general<br />

medical examination<br />

V72.63 Pre-procedural laboratory examination<br />

V72.69 Other laboratory examination<br />

V80.01 Special screening for traumatic brain injury<br />

V80.09 Special screening for other neurological conditions<br />

V87.32 Contact with and (suspected) exposure to algae bloom<br />

V87.43 Personal history of estrogen therapy<br />

V87.44 Personal history of inhaled steroid therapy<br />

V87.45 Personal history of systemic steroid therapy<br />

V87.46 Personal history of immunosuppressive therapy<br />

The following codes were removed:<br />

209.00 Malignant carcinoid tumor of the small intestine, unspecified<br />

portion<br />

209.01 Malignant carcinoid tumor of the duodenum<br />

209.02 Malignant carcinoid tumor of the jejunum<br />

209.03 Malignant carcinoid tumor of the ileum<br />

209.10 Malignant carcinoid tumor of the large intestine, unspecified<br />

portion<br />

2.6 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

209.11 Malignant carcinoid tumor of the appendix<br />

209.12 Malignant carcinoid tumor of the cecum<br />

209.13 Malignant carcinoid tumor of the ascending colon<br />

209.14 Malignant carcinoid tumor of the transverse colon<br />

209.15 Malignant carcinoid tumor of the descending colon<br />

209.16 Malignant carcinoid tumor of the sigmoid colon<br />

209.17 Malignant carcinoid tumor of the rectum<br />

209.20 Malignant carcinoid tumor of unknown primary site<br />

209.21 Malignant carcinoid tumor of the bronchus and lung<br />

209.22 Malignant carcinoid tumor of the thymus<br />

209.23 Malignant carcinoid tumor of the stomach<br />

209.24 Malignant carcinoid tumor of the kidney<br />

209.25 Malignant carcinoid tumor of foregut, not otherwise<br />

specified<br />

209.26 Malignant carcinoid tumor of midgut, not otherwise<br />

specified<br />

209.27 Malignant carcinoid tumor of hindgut, not otherwise<br />

specified<br />

209.29 Malignant carcinoid tumor of other sites<br />

209.30 Malignant poorly differentiated neuroendocrine carcinoma,<br />

any site<br />

209.40 Benign carcinoid tumor of the small intestine, unspecified<br />

portion<br />

209.41 Benign carcinoid tumor of the duodenum<br />

209.42 Benign carcinoid tumor of the jejunum<br />

209.43 Benign carcinoid tumor of the ileum<br />

209.50 Benign carcinoid tumor of the large intestine, unspecified<br />

portion<br />

209.51 Benign carcinoid tumor of the appendix<br />

209.52 Benign carcinoid tumor of the cecum<br />

209.53 Benign carcinoid tumor of the ascending colon<br />

209.54 Benign carcinoid tumor of the transverse colon<br />

209.55 Benign carcinoid tumor of the descending colon<br />

209.56 Benign carcinoid tumor of the sigmoid colon<br />

209.57 Benign carcinoid tumor of the rectum<br />

209.60 Benign carcinoid tumor of unknown primary site<br />

209.61 Benign carcinoid tumor of the bronchus and lung<br />

209.62 Benign carcinoid tumor of the thymus<br />

209.63 Benign carcinoid tumor of the stomach<br />

209.64 Benign carcinoid tumor of the kidney<br />

209.65 Benign carcinoid tumor of foregut, not otherwise<br />

specified<br />

209.66 Benign carcinoid tumor of midgut, not otherwise<br />

specified<br />

209.67 Benign carcinoid tumor of hindgut, not otherwise<br />

specified<br />

209.69 Benign carcinoid tumor of other sites<br />

October 2009<br />

<strong>Code</strong> list changes 2.7


06/12/09 Preliminary<br />

V10.9 Unspecified personal history of malignant neoplasm<br />

V53.5 Fitting and adjustment of other intestinal appliance<br />

V60.8 Other specified housing or economic circumstances<br />

V72.6 Laboratory examination<br />

V80.0 Special screening for neurological conditions<br />

E-<strong>Code</strong> as PDX<br />

The following codes were added:<br />

E000.0 Civilian activity done for income or pay<br />

E000.1 Military activity<br />

E000.8 Other external cause status<br />

E000.9 Unspecified external cause status<br />

E001.0 Activities involving walking, marching and hiking<br />

E001.1 Activities involving running<br />

E002.0 Activities involving swimming<br />

E002.1 Activities involving springboard and platform diving<br />

E002.2 Activities involving water polo<br />

E002.3 Activities involving water aerobics and water exercise<br />

E002.4 Activities involving underwater diving and snorkeling<br />

E002.5 Activities involving rowing, canoeing, kayaking, rafting<br />

and tubing<br />

E002.6 Activities involving water skiing and wake boarding<br />

E002.7 Activities involving surfing, windsurfing and boogie<br />

boarding<br />

E002.8 Activities involving water sliding<br />

E002.9 Other activity involving water and watercraft<br />

E003.0 Activities involving ice skating<br />

E003.1 Activities involving ice hockey<br />

E003.2 Activities involving snow (alpine) (downhill) skiing,<br />

snow boarding, sledding, tobogganing and snow tubing<br />

E003.3 Activities involving cross country skiing<br />

E003.9 Other activity involving ice and snow<br />

E004.0 Activities involving mountain climbing, rock climbing<br />

and wall climbing<br />

E004.1 Activities involving rappelling<br />

E004.2 Activities involving climbing BASE jumping<br />

E004.3 Activities involving climbing bungee jumping<br />

E004.4 Activities involving hang gliding<br />

E004.9 Other activity involving climbing, rappelling and jumping<br />

off<br />

E005.0 Activities involving dancing<br />

E005.1 Activities involving yoga<br />

E005.2 Activities involving gymnastics<br />

E005.3 Activities involving trampoline<br />

E005.4 Activities involving cheerleading<br />

2.8 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

E005.9 Other activity involving dancing and other rhythmic<br />

movements<br />

E006.0 Activities involving roller skating (inline) and<br />

skateboarding<br />

E006.1 Activities involving horseback riding<br />

E006.2 Activities involving golf<br />

E006.3 Activities involving bowling<br />

E006.4 Activities involving bike riding<br />

E006.5 Activities involving jump rope<br />

E006.6 Activities involving non-running track and field events<br />

E006.9 Other activity involving other sports and athletics played<br />

individually<br />

E007.0 Activities involving american tackle football<br />

E007.1 Activities involving american flag or touch football<br />

E007.2 Activities involving rugby<br />

E007.3 Activities involving baseball<br />

E007.4 Activities involving lacrosse and field hockey<br />

E007.5 Activities involving soccer<br />

E007.6 Activities involving basketball<br />

E007.7 Activities involving volleyball (beach) (court)<br />

E007.8 Activities involving physical games generally associated<br />

with school recess, summer camp and children<br />

E007.9 Other activity involving other sports and athletes played<br />

as a team or group<br />

E008.0 Activities involving boxing<br />

E008.1 Activities involving wrestling<br />

E008.2 Activities involving racquet and hand sports<br />

E008.3 Activities involving frisbee<br />

E008.4 Activities involving martial arts<br />

E008.9 Other specified sports and athletics activities<br />

E009.0 Activity involving exercise machines primarily for cardiorespiratory<br />

conditioning<br />

E009.1 Activity involving calisthenics<br />

E009.2 Activity involving aerobic and step exercise<br />

E009.3 Activity involving circuit training<br />

E009.4 Activity involving obstacle course<br />

E009.5 Activity involving grass drills<br />

E009.9 Other activity involving cardiorespiratory exercise<br />

E010.0 Activity involving exercise machines primarily for muscle<br />

strengthening<br />

E010.1 Activity involving push-ups, pull-ups, sit-ups<br />

E010.2 Activity involving free weights<br />

E010.3 Activity involving pilates<br />

E010.9 Other activity involving other muscle strengthening<br />

exercises<br />

E011.0 Activities involving computer keyboarding<br />

October 2009<br />

<strong>Code</strong> list changes 2.9


06/12/09 Preliminary<br />

E011.1 Activities involving hand held interactive electronic<br />

device<br />

E011.9 Other activity involving computer technology and electronic<br />

devices<br />

E012.0 Activities involving knitting and crocheting<br />

E012.1 Activities involving sewing<br />

E012.2 Activities involving furniture building and finishing<br />

E012.9 Activity involving other arts and handcrafts<br />

E013.0 Activities involving personal bathing and showering<br />

E013.1 Activities involving laundry<br />

E013.2 Activities involving vacuuming<br />

E013.3 Activities involving ironing<br />

E013.4 Activities involving floor mopping and cleaning<br />

E013.5 Activities involving residential relocation<br />

E013.8 Other personal hygiene activity<br />

E013.9 Other household maintenance<br />

E014.0 Caregiving involving bathing<br />

E014.1 Caregiving involving lifting<br />

E014.9 Other activity involving person providing caregiving<br />

E015.0 Activities involving food preparation and clean up<br />

E015.1 Activities involving grilling and smoking food<br />

E015.2 Activities involving cooking and baking<br />

E015.9 Other activity involving cooking and grilling<br />

E016.0 Activities involving digging, shoveling and raking<br />

E016.1 Activities involving gardening and landscaping<br />

E016.2 Activities involving building and construction<br />

E016.9 Other activity involving property and land<br />

maintenance, building and construction<br />

E017.0 Activities involving roller coaster riding<br />

E017.9 Other activity involving external motion<br />

E018.0 Activities involving piano playing<br />

E018.1 Activities involving drum and other percussion instrument<br />

playing<br />

E018.2 Activities involving string instrument playing<br />

E018.3 Activities involving winds and brass instrument playing<br />

E019.0 Activities involving walking an animal<br />

E019.1 Activities involving milking an animal<br />

E019.2 Activities involving grooming and shearing an animal<br />

E019.9 Other activity involving animal care<br />

E029.0 Refereeing a sports activity<br />

E029.1 Spectator at an event<br />

E029.2 Rough housing and horseplay<br />

E029.9 Other activity<br />

E030 Unspecified activity<br />

E830.7 Accident to watercraft causing submersion, occupant of<br />

military watercraft, any type<br />

2.10 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

E831.7 Accident to watercraft causing other injury, occupant<br />

of military watercraft, any type<br />

E832.7 Other accidental submersion or drowning in water transport<br />

accident, occupant of military watercraft, any type<br />

E833.7 Fall on stairs or ladders in water transport, occupant of<br />

military watercraft, any type<br />

E834.7 Other fall from one level to another in water transport,<br />

occupant of military watercraft, any type<br />

E835.7 Other and unspecified fall in water transport, occupant of<br />

military watercraft, any type<br />

E836.7 Machinery accident in water transport, occupant of military<br />

watercraft, any type<br />

E837.7 Explosion, fire, or burning in watercraft, occupant of military<br />

watercraft, any type<br />

E838.7 Other and unspecified water transport accident, occupant<br />

of military watercraft, any type<br />

E876.6 Performance of operation (procedure) on patient not<br />

scheduled for surgery<br />

E876.7 Performance of correct operation (procedure) on wrong<br />

side/body part<br />

E928.7 Environmental and accidental causes, mechanism or<br />

component of firearm and air gun<br />

E990.1 Injury due to war operations from flamethrower<br />

E990.2 Injury due to war operations from incendiary bullet<br />

E990.3 Injury due to war operations from fire caused indirectly<br />

from conventional weapon<br />

E991.4 Injury due to war operations by fragments from<br />

munitions<br />

E991.5 Injury due to war operations by fragments from person-borne<br />

improvised explosive device<br />

E991.6 Injury due to war operations by fragments from<br />

vehicle-borne improvised explosive device (IED)<br />

E991.7 Injury due to war operations by fragments from other<br />

improvised explosive device (IED)<br />

E991.8 Injury due to war operations by fragments from weapons<br />

E992.0 Injury due to torpedo<br />

E992.1 Injury due to depth charge<br />

E992.2 Injury due to marine mines<br />

E992.3 Injury due to sea-based artillery shell<br />

E992.8 Injury due to war operations by other marine weapons<br />

E992.9 Injury due to war operations by unspecified marine<br />

weapon<br />

E993.0 Injury due to war operations by aerial bomb<br />

E993.1 Injury due to war operations by guided missile<br />

E993.2 Injury due to war operations by mortar<br />

E993.3 Injury due to war operations by person-borne improvised<br />

explosive device (IED)<br />

October 2009<br />

<strong>Code</strong> list changes 2.11


06/12/09 Preliminary<br />

E993.4 Injury due to war operations by vehicle-borne improvised<br />

explosive device (IED)<br />

E993.5 Injury due to war operations by other improvised explosive<br />

device (IED)<br />

E993.6 Injury due to war operations by unintentional<br />

detonation of own munitions<br />

E993.7 Injury due to war operations by unintentional<br />

discharge of own munitions launch device<br />

E993.8 Injury due to war operations by other specified explosion<br />

E993.9 Injury due to war operations by unspecified explosion<br />

E994.0 Injury due to war operations by destruction of aircraft<br />

due to enemy fire or explosives<br />

E994.1 Injury due to war operations by unintentional destruction<br />

of aircraft due to own onboard explosives<br />

E994.2 Injury due to war operations by destruction of aircraft<br />

due to collision with other aircraft<br />

E994.3 Injury due to war operations by destruction of aircraft<br />

due to onboard fire<br />

E994.8 Injury due to war operations by other destruction of<br />

aircraft<br />

E994.9 Injury due to war operations by unspecified destruction<br />

of aircraft<br />

E995.0 Injury due to war operations by unarmed hand-to-hand<br />

combat<br />

E995.1 Injury due to war operations, struck by blunt object<br />

E995.2 Injury due to war operations by piercing object<br />

E995.3 Injury due to war operations by intentional restriction of<br />

air and airway<br />

E995.4 Injury due to war operations by unintentional drowning<br />

due to inability to surface or obtain air<br />

E995.8 Injury due to war operations by other forms of conventional<br />

warfare<br />

E995.9 Injury due to war operations by unspecified form of conventional<br />

warfare<br />

E996.0 Injury due to war operations by direct blast effect of<br />

nuclear weapon<br />

E996.1 Injury due to war operations by indirect blast effect of<br />

nuclear weapon<br />

E996.2 Injury due to war operations by thermal radiation effect<br />

of nuclear weapon<br />

E996.3 Injury due war operations by nuclear radiation effects<br />

E996.8 Injury due to war operations by other effects of nuclear<br />

weapons<br />

E996.9 Injury due to war operations by unspecified effect of<br />

nuclear weapon<br />

E997.3 Injury due to war operations by weapon of mass destruction<br />

(WMD), unspecified<br />

2.12 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

E998.0 Injury due to war operations but occurring after cessation<br />

of hostilities by explosion of mines<br />

E998.1 Injury due to war operations but occurring after cessation<br />

of hostilities by explosion of bombs<br />

E998.8 Injury due to other war operations but occurring after<br />

cessation of hostilities<br />

E998.9 Injury due to unspecified war operations but occurring<br />

after cessation of hostilities<br />

Bilateral Procedures<br />

The following codes from MDC 8 were added to the list of<br />

diagnosis codes used in evaluating for bilateral procedures:<br />

209.73 Secondary neuroendocrine tumor of bone<br />

274.00 Gouty arthropathy, unspecified<br />

274.01 Acute gouty arthropathy<br />

274.02 Chronic gouty arthropathy without mention of tophus<br />

(tophi)<br />

274.03 Chronic gouty arthropathy with tophus (tophi)<br />

279.41 Autoimmune lymphoproliferative syndrome<br />

279.49 Autoimmune disease, not elsewhere classified<br />

813.46 Torus fracture of ulna (alone)<br />

813.47 Torus fracture of radius and ulna<br />

832.2 Nursemaid's elbow<br />

The following codes were removed:<br />

274.0 Gouty arthropathy<br />

279.4 Autoimmune disease, not elsewhere classified<br />

New edit<br />

Wrong Procedure Performed<br />

Certain E-codes indicate that the wrong procedure was<br />

performed.<br />

The following codes were added:<br />

E8765 Performance of wrong operation (procedure) on<br />

correct patient<br />

E8766 Performance of operation (procedure) on patient not<br />

scheduled for surgery<br />

E8767 Performance of correct operation (procedure) on wrong<br />

side/body part<br />

October 2009<br />

<strong>Code</strong> list changes 2.13


06/12/09 Preliminary<br />

2.14 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits October 2009


Preliminary 06/12/09<br />

Index<br />

A<br />

Adult<br />

age categories, 1.4<br />

diagnosis codes, 1.18<br />

Age categories, 1.4<br />

adult, 1.4<br />

maternity, 1.4<br />

newborn, 1.4<br />

pediatric, 1.4<br />

Age conflict, 1.4<br />

adult diagnosis codes, 1.18<br />

maternity diagnosis codes, 1.9<br />

newborn diagnosis codes, 1.5<br />

pediatric diagnosis codes, 1.8<br />

B<br />

Bilateral procedure, 1.54<br />

C<br />

<strong>Code</strong> lists, 1.1<br />

<strong>Code</strong>s<br />

adult diagnoses, 1.18<br />

age conflict, 1.5, 1.8, 1.9, 1.18<br />

diagnoses allowed for females only, 1.20<br />

diagnoses allowed for males only, 1.35<br />

limited coverage, 1.56<br />

manifestations not allowed as principal dx, 1.38<br />

D<br />

maternity diagnoses, 1.9<br />

newborn diagnoses, 1.5<br />

non-covered procedure, 1.51<br />

non-open biopsy procedure, 1.53<br />

open biopsy procedure, 1.53<br />

pediatric diagnoses, 1.8<br />

procedures allowed for females only, 1.32<br />

procedures allowed for males only, 1.37<br />

questionable admission, 1.41<br />

unacceptable principal diagnosis, 1.43<br />

valid discharge status, 1.55<br />

Diagnoses allowed for females only codes, 1.20<br />

Diagnoses allowed for males only codes, 1.35<br />

Duplicate of PDX, 1.4<br />

example, 1.4<br />

E<br />

E-code as principal diagnosis, 1.4<br />

E-codes, 1.4<br />

Edit list, 1.3<br />

Edits<br />

age conflict, 1.4<br />

bilateral procedure, 1.54<br />

duplicate of PDX, 1.4<br />

E-code as principal diagnosis, 1.4<br />

invalid age, 1.55<br />

October 2009<br />

Index I.1


06/12/09 Preliminary<br />

invalid discharge status, 1.55<br />

invalid sex, 1.55<br />

limited coverage, 1.56<br />

manifestation code as principal diagnosis, 1.38<br />

new edit, 2.13<br />

non-covered procedure, 1.50<br />

open biopsy check, 1.53<br />

questionable admission, 1.41<br />

requires secondary diagnosis, 1.42<br />

sex conflict, 1.19<br />

unacceptable principal diagnosis, 1.42<br />

wrong procedure performed, 1.57<br />

Example<br />

duplicate of PDX, 1.4<br />

P<br />

Pediatric<br />

age categories, 1.4<br />

diagnosis codes, 1.8<br />

Procedures allowed for females only codes, 1.32<br />

Procedures allowed for males only codes, 1.37<br />

Procedures, wrong procedure performed, 1.57, 2.13<br />

Q<br />

Questionable admission, 1.41<br />

codes, 1.41<br />

I<br />

Invalid age, 1.55<br />

Invalid discharge status, 1.55<br />

Invalid sex, 1.55<br />

L<br />

Limited coverage, 1.56<br />

codes, 1.56<br />

List of edits, 1.3<br />

M<br />

Manifestation code as principal diagnosis, 1.38<br />

Manifestations not allowed as principal dx codes, 1.38<br />

Maternity<br />

age categories, 1.4<br />

diagnosis codes, 1.9<br />

N<br />

Newborn<br />

age categories, 1.4<br />

diagnosis codes, 1.5<br />

Non-covered procedure, 1.50<br />

codes, 1.51<br />

Non-open biopsy procedure codes, 1.53<br />

R<br />

Requires secondary diagnosis, 1.42<br />

S<br />

Sex conflict, 1.19<br />

diagnoses allowed for females only codes, 1.20<br />

diagnoses allowed for males only codes, 1.35<br />

procedures allowed for females only codes, 1.32<br />

procedures allowed for males only codes, 1.37<br />

U<br />

UB-04 discharge status code list, 1.55<br />

Unacceptable principal diagnosis, 1.42<br />

codes, 1.43<br />

V<br />

Valid discharge status codes, 1.55<br />

W<br />

Wrong procedure performed, 1.57, 2.13<br />

O<br />

Open biopsy check, 1.53<br />

codes, 1.53<br />

I.2 Definitions of <strong>Medicare</strong> <strong>Code</strong> Edits<br />

October 2009

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!