All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================


Thanks,
I was in fact able to pull in the Auth Number, and the dates but now the 
problem is that when a patient has more than one insurance entered, the report 
is printing the second insurance instead of the primary insurance.  I am 
sorting by Financial Class.  Everything else is printing correctly other than 
the insurance field.  Any ideas?

Brandon Gauntt
Director - Information Services
Hopkins County Memorial Hospital
903-439-4054 Office
903-348-2112 Cell
________________________________________
From: Sohail Akhtar [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 31, 2006 7:53 AM
To: Gauntt, Brandon K.; [email protected]
Subject: RE: [MEDITECH-L] Insurance Auth Effective and Verified Dates (NPR)

Hi Brandon,
Since 5.4, the authorization numbers are now stored in the segment 
adm.pat.ins.authm.data and in the field ins.authm.number. If you are writing 
your report in ADM.PAT here is what you need for the Auth Effect date for Prim 
Insurance. You need to create a computed field say xx.auth.effect with the 
following VAL statement
xx.auth.effect
VAL=IF{""^DAT1,@insurance.mnemonic[1]^insurance,
VAL=""^ins.authm.urn,
[EMAIL PROTECTED](ins.authm.urn)&'DAT1 .,
[EMAIL PROTECTED],DAT1}
Same thing goes with the auth number except ins.authm.eff.date will be replaced 
by ins.auth.number and of course the variable. Thanks
Sohail Akhtar
Systems Analyst
Doctors Community Healthcare Corporation
Greater Southeast Community Hospital
Phone:  (202) 574-7096
Fax:     (202) 574-5422
Email:  [EMAIL PROTECTED]
Confidentiality Note:  This e-mail, and any attachment (s), is intended only 
for the person or entity to which it is addressed and may contain information 
that is privileged, confidential or otherwise protected from disclosure.  
Dissemination, distribution or copying of this e-mail or the information herein 
by anyone other than the intended recipient, or an employee or agent 
responsible for delivering the message to the intended recipient, is 
prohibited.  If you have received this e-mail in error, please destroy the 
original message and all copies
-----Original Message-----
From: Gauntt, Brandon K. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 29, 2006 9:33 AM
To: [email protected]
Subject: [MEDITECH-L] Insurance Auth Effective and Verified Dates (NPR)
All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

I have a report that I need the Authorization Number, which I have
pulling correctly, and the Date Verified and Date Authorized for primary
insurance.  Does anyone have a solution as to how to pull the date
fields?  We are Client Server 5.4.  Thanks,
Brandon Gauntt
Director - Information Services
Hopkins County Memorial Hospital
903-439-4054 Office
903-348-2112 Cell

This e-mail, facsimile, or letter and any files or attachments transmitted with 
it contains information that is confidential and privileged. This information 
is intended only for the use of the individual(s) and entity(ies) to whom it is 
addressed. If you are the intended recipient, further disclosures are 
prohibited without proper authorization. If you are not the intended recipient, 
any disclosure, copying, printing, or use of this information is strictly 
prohibited and possibly a violation of federal or state law and regulations. If 
you have received this information in error, please notify Baylor Health Care 
System immediately at 1-866-402-1661 or via e-mail at [EMAIL PROTECTED] Baylor 
Health Care System, its subsidiaries, and affiliates hereby claim all 
applicable privileges related to this information.
_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

This e-mail, facsimile, or letter and any files or attachments transmitted with 
it contains information that is confidential and privileged. This information 
is intended only for the use of the individual(s) and entity(ies) to whom it is 
addressed. If you are the intended recipient, further disclosures are 
prohibited without proper authorization. If you are not the intended recipient, 
any disclosure, copying, printing, or use of this information is strictly 
prohibited and possibly a violation of federal or state law and regulations. If 
you have received this information in error, please notify Baylor Health Care 
System immediately at 1-866-402-1661 or via e-mail at [EMAIL PROTECTED] Baylor 
Health Care System, its subsidiaries, and affiliates hereby claim all 
applicable privileges related to this information.

_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to