[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Question regarding SOAP



Thank you for the quick response. The soap response was big, so  I was directing the response to IFS file and then parsing the IFS file. I was using the below api. I was messing with the CCSID to see if I will get the soap response correctly. 

HTTP_SetFileCCSID(1208) ;
HTTP_SetCCSIDs( 1208 : 37 : 1208 : 37) ;
soapfilename = http_tempfile() + '.soap' ;
rc = http_url_post(                  
         url                         
       : %addr(SOAP) + 2             
       : %len(SOAP)                  
       : soapfilename                
       : HTTP_TIMEOUT                
       : HTTP_USERAGENT              
       : 'text/xml; charset=utf-8') ;

Attached is the debug.txt.

Regarding the second question about parsing, I was trying to change &lt; &gt; to < > and see if this will correct the aphostrope and '&'. Was trying to see if  http_parse_xml_stmf would parse the data and dump to IFS file. Now I understand that I don't have to do this based on your response. All I have to make sure is that the soap response is received correctly. 

XML-INTO was able to parse the soap response correctly up until it encountered the junk for aphostrophe. 

Thank you,
Sunil



-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Thursday, October 29, 2009 12:56 PM
To: HTTPAPI and FTPAPI Projects
Subject: Re: Question regarding SOAP

Hello Sunil,

Sorry, it's not clear to me what you're actually doing.  I understand 
how you're setting the file CCSID, and how you're setting the POST and 
Protocol CCSIDs (why *are* you changing the protocol CCSID!?!)

But you didn't tell me which API you're calling in HTTPAPI.  Should I 
assume it's http_parse_xml_stmf?

http_parse_xml_stmf() doesn't use the HTTP_setCCSIDs() or 
HTTP_setFileCCSID() values.  It only uses the CCSID you specify in it's 
parameter list.  The output CCSID is always your job's CCSID (or default 
CCSID).

The HTTP_setCCSIDs() sets only the POST data and Protocol CCSID (and you 
really should not be messing with the protocol CCSID!)

The HTTP_setFileCCSID() just tags new file downloads with that CCSID. 
It is never used for translation, and if you're not downloading a file, 
it doesn't have any effect at all.

You asked "how do I put the output of http_parse_xml_stmf into a file... 
  I don't understand the question.  http_parse_xml_stmf's job is to 
*read* a file and put the data into your program's variables.  What good 
would it do to put the output into a file?  It was already in a file to 
begin with!


Gonchigar, Sunil wrote:
>    Hello Scott,
> 
> 
> 
>    I downloaded the httpapi and trying some web service calls. Thank you
>    for the wealth of information. I just hope I can convince my peers to
>    have this tool on production boxes.
> 
> 
> 
>    couple questions
> 
>     1. I am getting a soap response into IFS file and the apostrophe(`)
>        is getting translated as �EUR(TM)....hex(622039). So as `&' (and)
>        with �EUR" hex(622033). The <.....> is translating correctly to
>        &lt;&gt;.      How do I resolve this?  I have used the following
>        before using "http_url_post "
> 
>    HTTP_SetFileCCSID(1208) ;
> 
>    HTTP_SetCCSIDs( 1208 : 37 : 1208 : 37) ;
> 
>     2. How to put the output of "http_parse_xml_stmf" into IFS file.
> 
> 
> 
>    Thank you and appreciate your help
> 
>    Sunil
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
HTTPAPI Ver 1.23 released 2008-04-24
OS/400 Ver V5R4M0

File CCSID changed to1208
New iconv() objects set, PostRem=1208. PostLoc=37. ProtRem=1208. ProtLoc=37
http_url_post(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 20
DNS resolver retry  : 3
DNS resolver options: x'00000136'
DNS default domain: rmf.ps.net
DNS server found: 155.16.80.3
DNS server found: 204.148.236.3
DNS server found: 155.16.44.30
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /prweb/PRSOAPServlet HTTP/1.1
Host: 155.17.173.131:9086
User-Agent: http-api/1.23
Content-Type: text/xml; charset=utf-8
Expect: 100-continue
Content-Length: 680
Cookie: $Version=0; jsessionid=00008Fbba4EDmdzLUiT3nllXwH_:-1; $Path=/;
SOAPAction: "urn:PegaRULES:SOAP:CARDSReferenceService:Services#CARDSReferenceGateway"


recvresp(): entered
HTTP/1.1 100 Continue
Content-Length: 0
Date: Thu, 29 Oct 2009 04:11:32 GMT
Server: WebSphere Application Server/6.1


SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body><ns1:CARDSReferenceGateway soapenv:encodingStyle=  "http://schemas.xmlsoap.org/soap/encoding/";   xmlns:ns1="urn:PegaRULES:SOAP:CARDSReferenceService:Services"><inputXML xsi:type="xsd:string">   <![CDATA[   <BPMSERVICEREQUEST>      <REQUESTORID>THC</REQUESTORID>   <ACCESSKEY>lertqon3ccd!98s82*3awq</ACCESSKEY>      <METHODNAME>GETEDITLIST</METHODNAME>   </BPMSERVICEREQUEST>   ]]></inputXML></ns1:CARDSReferenceGateway></soapenv:Body></soapenv:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 29 Oct 2009 04:11:32 GMT
Server: WebSphere Application Server/6.1
Content-Type: text/xml;charset=UTF-8
Content-Length: 109030
Content-Language: en-US
Set-Cookie: JSESSIONID=0000-LS0R0KZriFgV1DOF_3xaDw:-1; Path=/
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: no-cache=set-cookie


SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 109030
header_load_cookies() entered
cookie_parse() entered
cookie =  JSESSIONID=0000-LS0R0KZriFgV1DOF_3xaDw:-1; Path=/
cookie attr jsessionid=0000-LS0R0KZriFgV1DOF_3xaDw:-1
cookie attr path=/
recvdoc(): entered
SetError() #0:
<?xml version="1.0" ?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<SOAP-ENV:Body>
<ns:CARDSReferenceGatewayResponse xmlns:ns="urn:PegaRULES:SOAP:CARDSReferenceService:Services" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
<outputXML xsi:type="xsd:string">&lt;Edits&gt;&lt;Edit&gt;&lt;EditID&gt;IAD020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Single MCC&lt;/Title&gt;&lt;DisplayID&gt;IAD020&lt;/DisplayID&gt;&lt;Description&gt;Only one MCC  was assigned on this case.  Please review the record to validate that it is appropriate to report the solitary MCC.  Also validate that the principal diagnosis and any procedures were assigned correctly.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD040_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Single CC&lt;/Title&gt;&lt;DisplayID&gt;IAD040&lt;/DisplayID&gt;&lt;Description&gt;Only one CC was assigned on this case.  Please review the record to validate that it is appropriate to report the solitary CC.  Also validate that the principal diagnosis and any procedures were assigned correctly.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD060_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;GI disorder w/o hemorrhage and blood loss anemia&lt;/Title&gt;&lt;DisplayID&gt;IAD060&lt;/DisplayID&gt;&lt;Description&gt;Blood loss anemia and gastritis without hemorrhage are assigned.  Review the record for a suspected source of the hemorrhage. Although the combination code for Gastritis with hemorrhage should not be assigned unless there is a causal relationship establis&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD080_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Pleural effusion and CHF&lt;/Title&gt;&lt;DisplayID&gt;IAD080&lt;/DisplayID&gt;&lt;Description&gt; Pleural effusion is not usually reported in cases of CHF/Left heart failure, as, it is commonly seen in this disease. Ordinarily, the pleural effusion is minimal and is not specifically addressed other than by more aggressive treatment of the underlying &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD080_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Pleural effusion and CHF&lt;/Title&gt;&lt;DisplayID&gt;IAD080&lt;/DisplayID&gt;&lt;Description&gt; Pleural effusion is not usually reported in cases of CHF/Left heart failure, as, it is commonly seen in this disease. Ordinarily, the pleural effusion is minimal and is not specifically addressed other than by more aggressive treatment of the underlying &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T12:50:11.330&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD100_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;BMI &amp;gt; 30 without Obesity&lt;/Title&gt;&lt;DisplayID&gt;IAD100&lt;/DisplayID&gt;&lt;Description&gt;Two codes are needed to completely describe obesity or morbid obesity.  A code from V85 should not be assigned without a physicianâ??s diagnosis of underweight or obesity.  Review the record for such documentation; query the provider if indicated.  If docum&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD120_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Hyponatremia with SIADH&lt;/Title&gt;&lt;DisplayID&gt;IAD120&lt;/DisplayID&gt;&lt;Description&gt;Hyponatremia is assigned as the principal diagnosis with SIADH (253.6) assigned as a secondary diagnosis.  Generally only the SIADH is reported in these circumstances.  Validate whether the SIADH qualifies as the principal diagnosis. Refer to AHA Coding C&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD140_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Obesity without BMI&lt;/Title&gt;&lt;DisplayID&gt;IAD140&lt;/DisplayID&gt;&lt;Description&gt;This case has a diagnosis of obesity or morbid obesity without a corresponding BMI status code.  Two codes are needed to completely describe obesity or morbid obesity.  Review the record, including ancillary notes, for documentation of the patientâ??s BMI.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD160_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Unspecified GI Hemorrhage&lt;/Title&gt;&lt;DisplayID&gt;IAD160&lt;/DisplayID&gt;&lt;Description&gt;A code for unspecified GI hemorrhage has been assigned. Review the record to verify a possible or established source of the GI bleed.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD160_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Unspecified GI Hemorrhage&lt;/Title&gt;&lt;DisplayID&gt;IAD160&lt;/DisplayID&gt;&lt;Description&gt;A code for unspecified GI hemorrhage has been assigned. Review the record to verify a possible or established source of the GI bleed.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T10:19:57.863&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD180_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Current and residual cerebrovascular disorders&lt;/Title&gt;&lt;DisplayID&gt;IAD180&lt;/DisplayID&gt;&lt;Description&gt;A DRG for acute cerebrovascular event has been assigned along with a code from category 438 (late effects of cerebrovascular disease).  Category 438 is not assigned along with a current infarction or CVA unless the late effects are documented as being fro&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD200_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer without Stage&lt;/Title&gt;&lt;DisplayID&gt;IAD200&lt;/DisplayID&gt;&lt;Description&gt;A code for pressure ulcer has been assigned without a corresponding stage code.  Two codes are needed to COMPLETELY describe a pressure ulcer.  A code from 707.2x must accompany the 707.0x.  Review the record, including nurseâ??s notes, for documentation of&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD200_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer without Stage&lt;/Title&gt;&lt;DisplayID&gt;IAD200&lt;/DisplayID&gt;&lt;Description&gt;A code for pressure ulcer has been assigned without a corresponding stage code.  Two codes are needed to COMPLETELY describe a pressure ulcer.  A code from 707.2x must accompany the 707.0x.  Review the record, including nurseâ??s notes, for documentation of&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-21T13:58:58.693&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD220_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer Stage without Ulcer Dx&lt;/Title&gt;&lt;DisplayID&gt;IAD220&lt;/DisplayID&gt;&lt;Description&gt;Coding rules prohibit reporting 707.2x without a corresponding 707.0x code.  Two codes are needed to COMPLETELY describe a pressure ulcer.  The code for the ulcer stage may not be reported without the corresponding pressure ulcer diagnostic code.  Review &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD220_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer Stage without Ulcer Dx&lt;/Title&gt;&lt;DisplayID&gt;IAD220&lt;/DisplayID&gt;&lt;Description&gt;Coding rules prohibit reporting 707.2x without a corresponding 707.0x code.  Two codes are needed to COMPLETELY describe a pressure ulcer.  The code for the ulcer stage may not be reported without the corresponding pressure ulcer diagnostic code.  Review &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-23T16:22:36.097&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD240_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer Site or Stage unspecified&lt;/Title&gt;&lt;DisplayID&gt;IAD240&lt;/DisplayID&gt;&lt;Description&gt;707.00 and/or 707.20 has been assigned.  Please review the record for evidence of a specific site or stage of the pressure ulcer.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD240_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure Ulcer Site or Stage unspecified&lt;/Title&gt;&lt;DisplayID&gt;IAD240&lt;/DisplayID&gt;&lt;Description&gt;707.00 and/or 707.20 has been assigned.  Please review the record for evidence of a specific site or stage of the pressure ulcer.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T10:58:25.063&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD260_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Hemodialysis without ESRD&lt;/Title&gt;&lt;DisplayID&gt;IAD260&lt;/DisplayID&gt;&lt;Description&gt;39.95 is assigned for hemodialysis without a corresponding Dx code for acute kidney injury, ESRD (585.6) or other chronic kidney disease (CKD).  Review the record for documentation of CKD.  A physician query may be indicated if the physician documentation&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD280_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;CKD, Stage Unspecified&lt;/Title&gt;&lt;DisplayID&gt;IAD280&lt;/DisplayID&gt;&lt;Description&gt;585.9 for CKD unspecified has been assigned.  For data quality and accurate severity scoring, the stage of the CKD should be documented in the record and the appropriate code from 585.0 â?? 585.6 should be assigned as indicated.  Review the record for such &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IAD280_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;AD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;CKD, Stage Unspecified&lt;/Title&gt;&lt;DisplayID&gt;IAD280&lt;/DisplayID&gt;&lt;Description&gt;585.9 for CKD unspecified has been assigned.  For data quality and accurate severity scoring, the stage of the CKD should be documented in the record and the appropriate code from 585.0 â?? 585.6 should be assigned as indicated.  Review the record for such &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-13T00:00:00&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;W/O CC or W/CC DRG, LOS =&amp;gt; 90th percentile&lt;/Title&gt;&lt;DisplayID&gt;IDR020&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to a &quot;without CC&quot; or &quot;with CC&quot; DRG for this principal diagnosis, however the length of stay equals or exceeds the CMS 90th percentile LOS for this DRG nationwide.  This may indicate the LOS is more consistent with that found in a hig&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR020_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;W/O CC or W/CC DRG, LOS =&amp;gt; 90th percentile&lt;/Title&gt;&lt;DisplayID&gt;IDR020&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to a &quot;without CC&quot; or &quot;with CC&quot; DRG for this principal diagnosis, however the length of stay equals or exceeds the CMS 90th percentile LOS for this DRG nationwide.  This may indicate the LOS is more consistent with that found in a hig&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-13T00:00:00&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR040_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;With CC or W/ MCC DRG, LOS &amp;lt;= 25th percentile&lt;/Title&gt;&lt;DisplayID&gt;IDR040&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to a &quot;with CC&quot; or &quot;with MCC&quot; DRG, however the length of stay is less than the CMS 25th percentile for this DRG nationwide.  This may indicate the LOS is more consistent with that found in a lower severity DRG.  Please review the circ&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR040_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;With CC or W/ MCC DRG, LOS &amp;lt;= 25th percentile&lt;/Title&gt;&lt;DisplayID&gt;IDR040&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to a &quot;with CC&quot; or &quot;with MCC&quot; DRG, however the length of stay is less than the CMS 25th percentile for this DRG nationwide.  This may indicate the LOS is more consistent with that found in a lower severity DRG.  Please review the circ&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-13T00:00:00&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR060_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Stastically Infrequent DRG&lt;/Title&gt;&lt;DisplayID&gt;IDR060&lt;/DisplayID&gt;&lt;Description&gt;The DRG assigned on this case is in the bottom 5th percentile of all DRGs processed by Medicare nationwide.  Please review the record to validate that this DRG is correct prior to final coding.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR060_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Stastically Infrequent DRG&lt;/Title&gt;&lt;DisplayID&gt;IDR060&lt;/DisplayID&gt;&lt;Description&gt;The DRG assigned on this case is in the bottom 5th percentile of all DRGs processed by Medicare nationwide.  Please review the record to validate that this DRG is correct prior to final coding.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T08:26:38.567&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR080_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRG: Extensive OR procedure unrelated to principal diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IDR080&lt;/DisplayID&gt;&lt;Description&gt;Please validate the diagnosis and procedure coding on this case with particular attention to the diagnosis sequencing that caused this case to group to DRG 981, 982 or 983.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR080_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRG: Extensive OR procedure unrelated to principal diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IDR080&lt;/DisplayID&gt;&lt;Description&gt;Please validate the diagnosis and procedure coding on this case with particular attention to the diagnosis sequencing that caused this case to group to DRG 981, 982 or 983.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-13T14:10:02.940&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR100_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Invalid DRG&lt;/Title&gt;&lt;DisplayID&gt;IDR100&lt;/DisplayID&gt;&lt;Description&gt;The encoder has returned DRG 999 as the final coded DRG.  Please return to the encoder and validate all code, disposition and POA assignment.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR100_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Invalid DRG&lt;/Title&gt;&lt;DisplayID&gt;IDR100&lt;/DisplayID&gt;&lt;Description&gt;The encoder has returned DRG 999 as the final coded DRG.  Please return to the encoder and validate all code, disposition and POA assignment.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T11:27:46.880&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR120_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;HIV, no major related condition, LOS &amp;gt; 75%ile&lt;/Title&gt;&lt;DisplayID&gt;IDR120&lt;/DisplayID&gt;&lt;Description&gt;DRG 977, HIV w or w/o related condition has been assigned with a length of stay more consistent with those patients who have HIV with a major related condition.  Review the record for evidence of a major related condition such as candidiasis, Kaposi&#39;s sar&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR120_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;HIV, no major related condition, LOS &amp;gt; 75%ile&lt;/Title&gt;&lt;DisplayID&gt;IDR120&lt;/DisplayID&gt;&lt;Description&gt;DRG 977, HIV w or w/o related condition has been assigned with a length of stay more consistent with those patients who have HIV with a major related condition.  Review the record for evidence of a major related condition such as candidiasis, Kaposi&#39;s sar&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T12:01:31.920&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR140_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Angina without CAD&lt;/Title&gt;&lt;DisplayID&gt;IDR140&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to MS-DRG 311, Angina Pectoris with an LOS &amp;gt; 75th percentile for this DRG.  Validate whether an underlying cause of the angina was identified as this may have contributed to the increased Length of Stay.  If an underlying cause was i&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR160_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Cardiac Catheterization in Non circulatory DRG&lt;/Title&gt;&lt;DisplayID&gt;IDR160&lt;/DisplayID&gt;&lt;Description&gt;A cardiac cath has been assigned in a non-circulatory DRG.  Review the physician documentation to determine whether the principal diagnosis has been assigned accurately.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR180_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Angina as principal, CAD secondary&lt;/Title&gt;&lt;DisplayID&gt;IDR180&lt;/DisplayID&gt;&lt;Description&gt;This case is assigned to MS-DRG 311, Angina Pectoris with a code for CAD as secondary.  Coding Guidelines dictate that if the CAD is related to the Angina, the CAD should be sequenced as principal.  See AHA Coding Clinic, Second Quarter 2004 Page: 3 to 4 &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR200_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Cardiac Arrest, unexplained LOS &amp;gt; 2&lt;/Title&gt;&lt;DisplayID&gt;IDR200&lt;/DisplayID&gt;&lt;Description&gt;A DRG for Cardiac arrest, unexplained has been assigned with the LOS greater than two days.  Please review the record for a possible cause of the cardiac arrest and possible principal diagnosis clarification.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR220_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRGs: DRG 190 with pneumonia&lt;/Title&gt;&lt;DisplayID&gt;IDR220&lt;/DisplayID&gt;&lt;Description&gt;The circumstances of admission always govern the selection of principal diagnosis.  Please review and validate the sequencing of COPD followed by pneumonia. Document the factor(s) that led to this sequencing decision.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR240_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;DRG 488/489 with Infection as Secondary Diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IDR240&lt;/DisplayID&gt;&lt;Description&gt;This case has been assigned to a &quot;knee procedure without PDx of Infection&quot; MS-DRG but has a secondary diagnosis of infection.  Validate whether the infection should be sequenced as the principal diagnosis.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR260_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Potential encounter for dialysis&lt;/Title&gt;&lt;DisplayID&gt;IDR260&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned Chronic Kidney Disease as principal diagnosis, received dialysis and had a short length of stay.  When a patient is seen solely for dialysis treatment, code V56.0, Encounter for dialysis and dialysis catheter care, Extracorporeal &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR280_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;DRG 689 (Kidney and UTI with MCC), LOS &amp;gt; 75%ile&lt;/Title&gt;&lt;DisplayID&gt;IDR280&lt;/DisplayID&gt;&lt;Description&gt;A UTI or other genitourinary infection has been assigned as principal with an Length of Stay more consistent with those patients who have a generalized infection.  Validate that there was not a generalized infection that caused this admission and contribu&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR280_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;DRG 689 (Kidney and UTI with MCC), LOS &amp;gt; 75%ile&lt;/Title&gt;&lt;DisplayID&gt;IDR280&lt;/DisplayID&gt;&lt;Description&gt;A UTI or other genitourinary infection has been assigned as principal with an Length of Stay more consistent with those patients who have a generalized infection.  Validate that there was not a generalized infection that caused this admission and contribu&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T12:28:56.433&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR300_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRG: Other factors influencing health status&lt;/Title&gt;&lt;DisplayID&gt;IDR300&lt;/DisplayID&gt;&lt;Description&gt;A diagnosis/symptom code should be used whenever a current, acute diagnosis is being treated or a sign or symptom is being studied. Review the record to validate the accuracy of the principal diagnosis.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IDR300_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;DR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRG: Other factors influencing health status&lt;/Title&gt;&lt;DisplayID&gt;IDR300&lt;/DisplayID&gt;&lt;Description&gt;A diagnosis/symptom code should be used whenever a current, acute diagnosis is being treated or a sign or symptom is being studied. Review the record to validate the accuracy of the principal diagnosis.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T12:16:38.293&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IOT020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;OT&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Post-acute Care Disposition&lt;/Title&gt;&lt;DisplayID&gt;IOT020&lt;/DisplayID&gt;&lt;Description&gt;One of the CMS â??post-acute careâ?? DRGs has been assigned and the disposition indicates no post-acute care services were ordered.   CMS requires transfers to home health, SNF, Rehab or another acute care facility to be reimbursed at a calculated per diem ra&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Questionable Admission&lt;/Title&gt;&lt;DisplayID&gt;IPD020&lt;/DisplayID&gt;&lt;Description&gt;The principal diagnosis on this case is on Medicare&#39;s list of Questionable admissions.  The diagnoses on this list are not usually sufficient justification for admission to an acute care hospital.  Please address principal diagnosis selection and if corre&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD020_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Questionable Admission&lt;/Title&gt;&lt;DisplayID&gt;IPD020&lt;/DisplayID&gt;&lt;Description&gt;The principal diagnosis on this case is on Medicare&#39;s list of Questionable admissions.  The diagnoses on this list are not usually sufficient justification for admission to an acute care hospital.  Please address principal diagnosis selection and if corre&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T13:24:07.420&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD040_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Sepsis as Pdx, LOS &amp;lt; 4&lt;/Title&gt;&lt;DisplayID&gt;IPD040&lt;/DisplayID&gt;&lt;Description&gt;A DRG for Septicemia has been assigned with a relatively short LOS.  Review the record for evidence that the sepsis/septicemia was ruled out in favor of another diagnosis.  A physician query may be indicated if the physician documentation is unclear, inco&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD060_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Septicemia as Sdx&lt;/Title&gt;&lt;DisplayID&gt;IPD060&lt;/DisplayID&gt;&lt;Description&gt;From the NCHS official coding guidelines, &quot;if sepsis or severe sepsis is present on admission, and meets the definition of principal diagnosis, the systemic infection code (e.g., 038.xx, 112.5, etc.) should be assigned as the principal diagnosis, followed&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD080_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Malignancy and Pneumonia&lt;/Title&gt;&lt;DisplayID&gt;IPD080&lt;/DisplayID&gt;&lt;Description&gt;The circumstances of admission always govern the selection of principal diagnosis.  Review the physician documentation to determine if the reason for admission is the malignancy or the pneumonia.  Refer to the chapter specific Neoplasm and Pnaumonia codin&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD100_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Malignancy Sequencing&lt;/Title&gt;&lt;DisplayID&gt;IPD100&lt;/DisplayID&gt;&lt;Description&gt;Malignant neoplasms are sequenced according to the circumstances of admission.  Review the physician documentation to determine if the reason for admission is the primary or the secondary malignancy.  Refer to the chapter-specific Neoplasm coding guidelin&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD120_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Malignancy followed by Anemia, Short LOS&lt;/Title&gt;&lt;DisplayID&gt;IPD120&lt;/DisplayID&gt;&lt;Description&gt;A malignancy code is assigned as the principal diagnosis with anemia as a secondary diagnosis.  Per the NCHS Coding guidelines, &quot;when admission/encounter is for management of an anemia associated with the malignancy, and the treatment is only for anemia, &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD140_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Non-specific neoplasm&lt;/Title&gt;&lt;DisplayID&gt;IPD140&lt;/DisplayID&gt;&lt;Description&gt;A non-specific neoplasm is assigned as the PDX. Review the record to determine if a more specified neoplasm can be identified.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD140_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Non-specific neoplasm&lt;/Title&gt;&lt;DisplayID&gt;IPD140&lt;/DisplayID&gt;&lt;Description&gt;A non-specific neoplasm is assigned as the PDX. Review the record to determine if a more specified neoplasm can be identified.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T14:41:04.380&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD160_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Anemia with endoscopy&lt;/Title&gt;&lt;DisplayID&gt;IPD160&lt;/DisplayID&gt;&lt;Description&gt;Anemia has been assigned as the principal diagnosis with a digestive system procedure.  Review the record to validate whether the focus of treatment and diagnostic workup indicates a digestive diagnosis versus anemia. &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD180_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;White blood cell disorder as principal followed by Malignancy&lt;/Title&gt;&lt;DisplayID&gt;IPD180&lt;/DisplayID&gt;&lt;Description&gt;A principal diagnosis of a white blood cell disorder has been assigned as principal diagnosis followed by a code for malignancy.   Review the record for appropriate sequencing of the neoplasm and the white blood cell disorder code. If treatment is directe&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD200_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Potential Diabetic Complication as principal diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IPD200&lt;/DisplayID&gt;&lt;Description&gt;Diabetes with other specified Manifestations, Unspecified Diabetes or Unspecified Secondary Diabetes is assigned as the principal diagnosis followed by a secondary diagnosis of a specified diabetic-related complication. Review the medical record documenta&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD220_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Potential diabetic nephropathy as Pdx&lt;/Title&gt;&lt;DisplayID&gt;IPD220&lt;/DisplayID&gt;&lt;Description&gt;A renal disorder has been assigned as principal diagnosis with diabetes as an additional diagnosis.  Coding Clinic 1Q 2003 p. 20-21 indicates that if the underlying cause of the renal condition is diabetic nephropathy, the appropriate code from subcategor&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD240_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Syncope with Arrhythmia&lt;/Title&gt;&lt;DisplayID&gt;IPD240&lt;/DisplayID&gt;&lt;Description&gt;Codes for Syncope and cardiac arrhythmia are present. Symptom codes should not be reported  when a related, definitive diagnosis is present. Review the record to determine if syncope is a separately reportable condition.  If it was determined to be a comp&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD260_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Metabolic condition followed by digestive condition, longer LOS&lt;/Title&gt;&lt;DisplayID&gt;IPD260&lt;/DisplayID&gt;&lt;Description&gt;A metabolic or immunologic condition has been assigned as principal diagnosis with a digestive diagnosis assigned as secondary. This sequencing has historically been an area of OIG focus.  The Length of Stay is also above the 75th percentile for the DRG a&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD280_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Chest Pain with Cocaine Abuse&lt;/Title&gt;&lt;DisplayID&gt;IPD280&lt;/DisplayID&gt;&lt;Description&gt;Chest pain is assigned as the principal diagnosis with cocaine abuse as a secondary diagnosis. If the patient presented with cocain-induced chest pain, AHA Coding Clinic 1Q 1993, page 25 directs code 970.8 is to be assigned as PDX.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD300_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Hypertensive CV disease without heart failure&lt;/Title&gt;&lt;DisplayID&gt;IPD300&lt;/DisplayID&gt;&lt;Description&gt;Hypertensive cardiovascular disease without congestive heart failure is assigned as the principal diagnosis.  As this code tends to represent a chronic condition not necessating acute hospitalization,  please review the record to validate this principal d&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD320_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;MI as Secondary Diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IPD320&lt;/DisplayID&gt;&lt;Description&gt;Acute Myocardial Infarction (AMI) has been noted as being present on admission and assigned as an additional diagnosis.  Review the record to determine whether AMI meets the definition of principal diagnosis. &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD340_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;MI and Respiratory Failure&lt;/Title&gt;&lt;DisplayID&gt;IPD340&lt;/DisplayID&gt;&lt;Description&gt;Coding Clinic has clarified that conditions such as Acute Myocardial Infarction with Respiratory Failure are sequenced according to the circumstances of admission.  Please review the record to determine which condition the physician documentation supports&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD360_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Acute MI as secondary diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IPD360&lt;/DisplayID&gt;&lt;Description&gt;An acute myocardia infarction, initial eipsode of care (POA = &quot;Y&quot;) has been assigned as a secondary diagnosis.  In these situations it is more common to see the MI sequenced as principal if it was the condition responsible for occasioning the admission.  &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD380_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Arrythmia followed by CHF&lt;/Title&gt;&lt;DisplayID&gt;IPD380&lt;/DisplayID&gt;&lt;Description&gt;The circumstances of admission always govern the selection of principal diagnosis.  Review the record to validate whether the arrythmia or CHF should be principal diagnosis.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD400_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;CHF and Respiratory Failure&lt;/Title&gt;&lt;DisplayID&gt;IPD400&lt;/DisplayID&gt;&lt;Description&gt;Coding Clinic has clarified that conditions such as CHF with Respiratory Failure are sequenced according to the circumstances of admission.  Please review the record to confirm the condition the physician documentation supports as being responsible for oc&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD420_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;CVA and Respiratory Failure&lt;/Title&gt;&lt;DisplayID&gt;IPD420&lt;/DisplayID&gt;&lt;Description&gt;Coding Clinic has clarified that conditions such as Acute Myocardial Infarction with Respiratory Failure are sequenced according to the circumstances of admission.  Please review the record to determine which condition the physician documentation supports&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD440_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Bacterial Pneumonia Verification&lt;/Title&gt;&lt;DisplayID&gt;IPD440&lt;/DisplayID&gt;&lt;Description&gt;This case has 482.83 or 482.89 assigned as the principal diagnosis.  These two diagnosis codes should be rarely used. A diagnostic statement of &quot;bacterial pneumonia&quot; would be assigned to 482.9.  Please verify the appropriateness of the principal diagnosis&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD440_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Bacterial Pneumonia Verification&lt;/Title&gt;&lt;DisplayID&gt;IPD440&lt;/DisplayID&gt;&lt;Description&gt;This case has 482.83 or 482.89 assigned as the principal diagnosis.  These two diagnosis codes should be rarely used. A diagnostic statement of &quot;bacterial pneumonia&quot; would be assigned to 482.9.  Please verify the appropriateness of the principal diagnosis&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-15T13:07:40.963&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD460_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Exacerbation of COPD followed by Heart Failure&lt;/Title&gt;&lt;DisplayID&gt;IPD460&lt;/DisplayID&gt;&lt;Description&gt;The circumstances of admission always govern the selection of principal diagnosis.  Please review and validate the sequencing of 491.21 followed by 428.xx. Document the factor(s) that led to this sequencing decision.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD480_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;COPD followed by pneumonia&lt;/Title&gt;&lt;DisplayID&gt;IPD480&lt;/DisplayID&gt;&lt;Description&gt;COPD/Asthma/Bronchitis has been assigned as principal diagnosis with pneumonia as a secondary diagnosis.  Although many patients present with pneumonia and COPD seemingly â??co-equalâ??, often it is the pneumonia that will necessitate inpatient treatment.  Re&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD500_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Secondary Aspiration Pneumonia POA = Y&lt;/Title&gt;&lt;DisplayID&gt;IPD500&lt;/DisplayID&gt;&lt;Description&gt;Aspiration pneumonia has been assigned as a secondary diagnosis with a POA of &quot;Y&quot;.  Please validate the POA indicator.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD520_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Digestive condition followed by metabolic condition, shorter LOS&lt;/Title&gt;&lt;DisplayID&gt;IPD520&lt;/DisplayID&gt;&lt;Description&gt;A digestive diagnosis  has been assigned as principal diagnosis with a metabolic or immunologic conditionassigned as secondary. This sequencing has historically been an area of OIG focus.  The Length of Stay is also below the 25th percentile for the DRG a&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD540_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Crohn&#39;s or ulcerative colitis as secondary diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IPD540&lt;/DisplayID&gt;&lt;Description&gt;555.x Crohn&#39;s Disease or 556.x, ulcerative colitis is assigned as an additional diagnosis with another GI condition as principal diagnosis.  Per CC 1Q 2003. p. 18, determine if the other GI condition is stated to be secondary to the Crohn&#39;s or ulcerative &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD560_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Cellulitis Sequencing&lt;/Title&gt;&lt;DisplayID&gt;IPD560&lt;/DisplayID&gt;&lt;Description&gt;The circumstances of admission always govern the selection of principal diagnosis.  Review the physician documentation to determine if the reason for admission is the cellulitis or the pressure ulcer.  Coding Clinic Q2 91, p, 5-7, &quot;If the patient is seen &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD580_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pregnancy code as secondary diagnosis&lt;/Title&gt;&lt;DisplayID&gt;IPD580&lt;/DisplayID&gt;&lt;Description&gt;A non-pregnancy code is assigned as PDX in this case followed by a secondary diagnosis code of a pregnancy-related condition. The Chapter-specific guidelines for obstetric coding guidelines state that when a patient is admitted to the hospital and is also&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD600_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Chest pain and Angina&lt;/Title&gt;&lt;DisplayID&gt;IPD600&lt;/DisplayID&gt;&lt;Description&gt;Chest pain is assigned as the principal diagnosis with angina as a secondary diagnosis. If the chest pain is related to the angina, code only the angina.  Validate principal diagnosis selection.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD620_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Symptom as PDx, Long Length of Stay&lt;/Title&gt;&lt;DisplayID&gt;IPD620&lt;/DisplayID&gt;&lt;Description&gt;A symptom code is assigned as the principal diagnosis with a long length of stay. A symptom code is not assigned as the principal diagnosis when a related definitive diagnosis has been established. Validate the sequencing on this case.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD640_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;UTI with bacteremia&lt;/Title&gt;&lt;DisplayID&gt;IPD640&lt;/DisplayID&gt;&lt;Description&gt;UTI/pyelonephritis is assigned as the principal diagnosis with bacteremia secondary.  Physicians often use the terms &quot;urosepsis&quot;, &quot;bacteremia&quot; and &quot;septicemia&quot;/&quot;sepsis&quot;/&quot;SIRS&quot; interchangebly.  Review the record for evidence of a systemic, generalized infe&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD660_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Asymptomatic HIV status&lt;/Title&gt;&lt;DisplayID&gt;IPD660&lt;/DisplayID&gt;&lt;Description&gt;From the official coding guidelines: &quot;V08 Asymptomatic human immunodeficiency virus [HIV] infection, is to be applied when the patient without any documentation of symptoms is listed as being &quot;HIV positive,&quot; &quot;known HIV,&quot; &quot;HIV test positive,&quot; or similar te&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD660_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Asymptomatic HIV status&lt;/Title&gt;&lt;DisplayID&gt;IPD660&lt;/DisplayID&gt;&lt;Description&gt;From the official coding guidelines: &quot;V08 Asymptomatic human immunodeficiency virus [HIV] infection, is to be applied when the patient without any documentation of symptoms is listed as being &quot;HIV positive,&quot; &quot;known HIV,&quot; &quot;HIV test positive,&quot; or similar te&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-19T11:09:01.273&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPD680_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PD&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Unspecified Birth&lt;/Title&gt;&lt;DisplayID&gt;IPD680&lt;/DisplayID&gt;&lt;Description&gt;It is uncommon to see a code from Category V33, Twin birth unspecified, V37, Multiple birth unspecified, or V39, Liveborn, unspecified, assigned in the inpatient setting.  Please verify accuracy of the newborn code prior to final coding.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPO020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PO&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Pressure ulcer not POA&lt;/Title&gt;&lt;DisplayID&gt;IPO020&lt;/DisplayID&gt;&lt;Description&gt;There is a potential POA mismatch between the pressure ulcer site code and the pressure ulcer stage code.  The site code with a POA of &quot;N&quot; should have a corresponding stage code with a POA of &quot;N&quot;.  Please validate the appropriateness of the POA assignment&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPO040_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PO&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Catheter Infection POA = Y&lt;/Title&gt;&lt;DisplayID&gt;IPO040&lt;/DisplayID&gt;&lt;Description&gt;A catheter infection listed as being present on admission is assigned as a secondary diagnosis.  If the manifestation of the complication is the reason for admission, the complication must be sequenced as principal.  If the infection was hospital-acquired&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPO060_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PO&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Complication as secondary, POA = &quot;Y&quot;&lt;/Title&gt;&lt;DisplayID&gt;IPO060&lt;/DisplayID&gt;&lt;Description&gt;A complication code with a POA of &quot;Y&quot; has been assigned as an additional diagnosis.  If the reason for admission is because of the complication, the complication code should ordinarily be sequenced as principal diagnosis.  Validate the principal diagnosis&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR020_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Carotid PTA without Stent&lt;/Title&gt;&lt;DisplayID&gt;IPR020&lt;/DisplayID&gt;&lt;Description&gt;A carotid PTA has been assigned without a carotid stent.  Medicare considers a carotid PTA &quot;non-covered&quot; unless it also performed with a stent procedure.  Review the record to determine whether a stent was inserted.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR020_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Carotid PTA without Stent&lt;/Title&gt;&lt;DisplayID&gt;IPR020&lt;/DisplayID&gt;&lt;Description&gt;A carotid PTA has been assigned without a carotid stent.  Medicare considers a carotid PTA &quot;non-covered&quot; unless it also performed with a stent procedure.  Review the record to determine whether a stent was inserted.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-19T13:42:28.777&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR040_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Carotid stent needs to be in first six positions&lt;/Title&gt;&lt;DisplayID&gt;IPR040&lt;/DisplayID&gt;&lt;Description&gt;A carotid PTA has been assigned with a carotid stent, however with the current procedure sequencing, payers may not process the 00.63 code and the claim may be denied.  Medicare considers a carotid PTA &quot;non-covered&quot; unless it also performed with a stent p&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR100_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Tracheostomy without invasive mechanical ventilation&lt;/Title&gt;&lt;DisplayID&gt;IPR100&lt;/DisplayID&gt;&lt;Description&gt;A tracheostomy has been coded.  Tracheostomies are commonly associated with invasive mechanical ventilation but no code from subcategory 96.7 has been assigned.  Validate the tracheostomy and whether the patient received invasive mechanical ventilation.  &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR200_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRGs: excisional debridement&lt;/Title&gt;&lt;DisplayID&gt;IPR200&lt;/DisplayID&gt;&lt;Description&gt;Please review and documentation the location in the record that supports assigning 86.22, excisional debridement.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR200_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Full Review DRGs: excisional debridement&lt;/Title&gt;&lt;DisplayID&gt;IPR200&lt;/DisplayID&gt;&lt;Description&gt;Please review and documentation the location in the record that supports assigning 86.22, excisional debridement.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-19T15:59:39.747&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR400_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Mechanical Ventilation, Extended LOS&lt;/Title&gt;&lt;DisplayID&gt;IPR400&lt;/DisplayID&gt;&lt;Description&gt;The length of stay of this case is comporable to patients who receive a tracheostomy.  Please review the progress notes or procedure record and validate whether a tracheostomy was or was not performed.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR500_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Mechanical ventilation hours&lt;/Title&gt;&lt;DisplayID&gt;IPR500&lt;/DisplayID&gt;&lt;Description&gt;The length of stay is less than 96 hours yet code 96.72 for continuous invasive mechanical ventilation 96+ hours has been assigned.  Please validate the start and stop times of mechanical ventilation for this patient and whether code 96.71, invasive mecha&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR500_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Mechanical ventilation hours&lt;/Title&gt;&lt;DisplayID&gt;IPR500&lt;/DisplayID&gt;&lt;Description&gt;The length of stay is less than 96 hours yet code 96.72 for continuous invasive mechanical ventilation 96+ hours has been assigned.  Please validate the start and stop times of mechanical ventilation for this patient and whether code 96.71, invasive mecha&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-19T16:25:18.073&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IPR600_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;PR&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;ESRD without Hemodialysis&lt;/Title&gt;&lt;DisplayID&gt;IPR600&lt;/DisplayID&gt;&lt;Description&gt;585.6 is assigned for ESRD without a corresponding procedure code for hemodialysis.  CMS defines ESRD as CKD requiring dialysis.  Review the record for documentation of dialysis and if reported, assure that the 39.95 is in one of the first six procedure c&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE110_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Site Surgery&lt;/Title&gt;&lt;DisplayID&gt;IRE110&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for a surgical procedure on the wrong site/body part (right patient).   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE110_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Site Surgery&lt;/Title&gt;&lt;DisplayID&gt;IRE110&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for a surgical procedure on the wrong site/body part (right patient).   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-19T16:48:15.833&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE120_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Patient Surgery&lt;/Title&gt;&lt;DisplayID&gt;IRE120&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for a surgical procedure on the wrong patient.   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release the claim until the HC&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE120_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Patient Surgery&lt;/Title&gt;&lt;DisplayID&gt;IRE120&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for a surgical procedure on the wrong patient.   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release the claim until the HC&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T08:45:51.317&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE130_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Procedure&lt;/Title&gt;&lt;DisplayID&gt;IRE130&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for wrong procedure on a correct patient.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release the claim until the HCO or d&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE130_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Wrong Procedure&lt;/Title&gt;&lt;DisplayID&gt;IRE130&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned an E Code for wrong procedure on a correct patient.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release the claim until the HCO or d&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T09:12:01.627&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE140_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Retained foreign body (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE140&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a complication code that could indicate a retained foreign body during the hospital stay.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NO&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE200_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Contaminated Drug, Device or Biologics&lt;/Title&gt;&lt;DisplayID&gt;IRE200&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially associated with a contaminated drug, device or biologic.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event  DO NOT release the claim unti&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE210_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Function of a Device&lt;/Title&gt;&lt;DisplayID&gt;IRE210&lt;/DisplayID&gt;&lt;Description&gt;This patient is a potential death due to theuse or function of a device in which the device is used for functions other than as intended.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Re&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE230_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Air Embolism (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE230&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a diagnosis code for the HAC category &quot;Air Embolism&quot;.  Please verify the code and POA designation of &quot;N&quot; or &quot;U&quot;.  As indicated, refer the case to the HCO prior to final billing to address possible non-covered charges. &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE330_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Patient Suicide&lt;/Title&gt;&lt;DisplayID&gt;IRE330&lt;/DisplayID&gt;&lt;Description&gt;This patient is a  death due to potential suicide or from sequela related to an attempted suicide while a patient.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NO&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE410_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Medication Error&lt;/Title&gt;&lt;DisplayID&gt;IRE410&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned complication codes that may indicate patient death or serious disability associated with a medicaion error.   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Report&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE415_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Medication Error - Wrong Dose, Drug, etc&lt;/Title&gt;&lt;DisplayID&gt;IRE415&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially due to wrong dose, drug, patient, time, rate, preparation or route of medication.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE420_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Hemolytic Reaction (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE420&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned complication codes that may indicate patient death or serious disability associated with a hemolytic reaction.   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Rep&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE425_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Significant Allergic Reaction&lt;/Title&gt;&lt;DisplayID&gt;IRE425&lt;/DisplayID&gt;&lt;Description&gt;ICD-9-CM code(s) and POA indicator(s) have been assigned indicating a potentially severe allergic reaction.  Please validate the coding.   If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.  DO NOT relea&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE430_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Maternal Death&lt;/Title&gt;&lt;DisplayID&gt;IRE430&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially associated with labor or delivery in a low-risk pregnancy.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event (clinicians may determine th&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE430_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Maternal Death&lt;/Title&gt;&lt;DisplayID&gt;IRE430&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially associated with labor or delivery in a low-risk pregnancy.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event (clinicians may determine th&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T10:17:27.517&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE440_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Poor Glycemic Control (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE440&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a diagnosis code for the HAC category &quot;Poor Glycemic Control&quot;.  Please verify the code and POA designation of &quot;N&quot; or &quot;U&quot;.  As indicated, refer the case to the HCO prior to final billing to address possible non-covered charges. &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE450_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Hyperbilirubinemia&lt;/Title&gt;&lt;DisplayID&gt;IRE450&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially associated with failure to identify and treat hyperbilirubinemia.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event  DO NOT release the c&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE460_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Pressure ulcer (Stage III/IV) (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE460&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a diagnosis code for the HAC category &quot;Pressure Ulcer&quot;.  Please verify the code and POA designation of &quot;N&quot; or &quot;U&quot;.  As indicated, refer the case to the HCO prior to final billing to address possible non-covered charges. &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE470_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Spinal Manipulative Therapy&lt;/Title&gt;&lt;DisplayID&gt;IRE470&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially associated with spinal manipulative therapy.  Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event  DO NOT release the claim until the HCO or&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE480_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Artifical Insemination&lt;/Title&gt;&lt;DisplayID&gt;IRE480&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a procedure code of artifical insemination with a complication code that could indicate artifical insemination with the wrong donor sperm or donor egg.  Please validate the coding.  If the coding is correct notify your risk manage&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE480_01&lt;/EditID&gt;&lt;EffectiveDate&gt;2009-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Artifical Insemination&lt;/Title&gt;&lt;DisplayID&gt;IRE480&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a procedure code of artifical insemination with a complication code that could indicate artifical insemination with the wrong donor sperm or donor egg.  Please validate the coding.  If the coding is correct notify your risk manage&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-20T11:05:57.133&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE510_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Shock or Cardioversion&lt;/Title&gt;&lt;DisplayID&gt;IRE510&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned complication codes that may indicate patient death or serious disability associated with a electric shock or cardioversion.   Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potentia&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE530_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Burn&lt;/Title&gt;&lt;DisplayID&gt;IRE530&lt;/DisplayID&gt;&lt;Description&gt;This patient is a death potentially due to burn while being cared for in the hospital. Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release the claim until the&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE540_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Patient Fall&lt;/Title&gt;&lt;DisplayID&gt;IRE540&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned complication codes that may indicate patient death or serious disability associated with a fall while being cared for in a healthcare facility.   Please validate the coding.  If the coding is correct notify your risk manager or HC&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE580_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Sexual Assault&lt;/Title&gt;&lt;DisplayID&gt;IRE580&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned codes for sexual assault while being cared for in the hospital (i.e. not POA). Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release th&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE590_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Physical Assault&lt;/Title&gt;&lt;DisplayID&gt;IRE590&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned codes for physical assault while being cared for in the hospital (i.e. not POA). Please validate the coding.  If the coding is correct notify your risk manager or HCO about the potential Serious Reportable Event.   DO NOT release &lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE610_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;2&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: Postoperative DVT-PE Following Hip/Knee Replacement (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE610&lt;/DisplayID&gt;&lt;Description&gt;This patient is assigned a diagnosis code for the HAC category &quot;Postoperative Deep Venous Thrombosis/Pulmonary Embolism&quot;.  Please verify the code and POA designation of &quot;N&quot; or &quot;U&quot;.  As indicated, refer the case to the HCO prior to final billing to address&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;Edit&gt;&lt;EditID&gt;IRE620_00&lt;/EditID&gt;&lt;EffectiveDate&gt;2008-10-01T00:00:00&lt;/EffectiveDate&gt;&lt;EndDate&gt;2009-09-30T23:59:59.997&lt;/EndDate&gt;&lt;ClassificationID&gt;I&lt;/ClassificationID&gt;&lt;CategoryID&gt;RE&lt;/CategoryID&gt;&lt;Severity&gt;1&lt;/Severity&gt;&lt;Title&gt;Potential Serious Reportable Event: CAUTI or Vascular Cath Infection (HAC)&lt;/Title&gt;&lt;DisplayID&gt;IRE620&lt;/DisplayID&gt;&lt;Description&gt;Catheter Associated UTI and vascular catheter infection are each a Medicare&#39;s Hospital Acquired Condition.  Please validate the appropriateness of both the 996.64 or 996.62 code and the POA of &quot;N&quot;.&lt;/Description&gt;&lt;ContinueProcessingWhenMet&gt;1&lt;/ContinueProcessingWhenMet&gt;&lt;LastUpdatedDate&gt;2009-10-08T16:50:22.873&lt;/LastUpdatedDate&gt;&lt;LastUpdatedBy&gt;InitialLoad&lt;/LastUpdatedBy&gt;&lt;/Edit&gt;&lt;/Edits&gt;</outputXML>
</ns:CARDSReferenceGatewayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

http_close(): entered
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------