<%@LANGUAGE="VBSCRIPT"%> <% OPTION EXPLICIT %> <% dim lblnResult dim currenttime, trackingcode, todaysDate, currenttime2 todaysDate = hex(month(now)) todaysDate = todaysDate & hex(day(now)) todaysDate = todaysDate & hex(year(now)) currenttime = now() currenttime2 = hex(hour(now)) currenttime2 = currenttime2 & hex(minute(now)) currenttime2 = currenttime2 & hex(second(now)) 'trackingcode = "AuthSts_" & Request.Form("MemID") & "_" & todaysDate & currenttime2 dim ary, cuanto, strParse, strUser, strTaxID, msub, mmbr, cnAuthorization, strSQL2, rsn2, i, flag, bgcolor Function Parse ( strParse) ary = split(strParse,",") for i = 0 to ubound(ary,1) parse = parse & "'" & trim(ary(i)) & "'," next cuanto = len(parse) cuanto = cuanto - 1 parse = left(parse,cuanto) End Function If Request.ServerVariables("REQUEST_METHOD") = "POST" Then strUser = Session("User_ID") 'Check the Session for Tax ID. If Tax ID is Nothing then We have an Internal User. If Session("Tax_ID") = "" then strTaxID = "'" & trim(request.form("TaxID")) & "'" ' This is Obtained from Check_Auth_By_Number.asp when the User is Internal 'strTaxID = Parse(trim(request.form("TaxID"))) trackingcode = "Not Available for Internal Users" Else strTaxID = Parse(Session("Tax_ID")) trackingcode = (todaysDate & currenttime2) lblnResult = updateAuthSts(lobjDBConn, Request.Form("MemID"), Session("User_ID"), currenttime, trackingcode ) ' This function call resides in "vbs/MemberHitCounter.vbs" End if IF len(trim(request.Form("MemID"))) = 9 THEN msub = "01" mmbr = Request.Form("MemID") 'We know is 11 because it's the only other value we allow to through. ELSE temp = Request.Form("MemID") msub = Right(trim(temp),2) mmbr = Left(trim(temp),9) END IF 'dos1 = trim(request.form("FromDate")) 'dos2 = trim(request.form("Todate")) set cnAuthorization= CreateObject("ADODB.Connection") cnAuthorization.open "Provider=SQLOLEDB;Data Source=chcdb01;" _ & "Initial Catalog=chcdata;User Id=chcweb;Password=chcweb;" 'Update Date = 12/09/2004 'Updated by Ian 'Details: Added or(CVPREFL.RRFBY# = CVPDHST.DCTR#) in order to accomodate the Users who are Refferby strSQL2 = "SELECT DISTINCT RMLNAM,RMFNAM,RMINIT,RPRIM#,RPRIMN,RRFBY#,RRFBYN,RRFTO#,RRFTON,RURGEN,RIFMDT,RITODT,RRECDT, RAUTH#" _ & " FROM CVPREFL INNER JOIN CVPDHST ON ( (CVPREFL.RRFTO# = CVPDHST.DCTR#)or(CVPREFL.RRFBY# = CVPDHST.DCTR#) ) WHERE CVPDHST.DTAXID " _ & " IN(" & strTaxID & ") AND CVPREFL.RCO#='01' AND CVPREFL.RICO#='50010' AND "_ & " CVPREFL.RMBR#='" & MMBR & "' AND CVPREFL.RSUB#='" & MSUB & "'" ' response.write( strSQL2 ) ' response.end set rsn2 = Server.CreateObject("ADODB.Recordset") rsn2.open strSQL2 ,cnAuthorization,adOpenStatic, adLockReadOnly, adCmdText If rsn2.recordcount > 0 then %> Member Information Retry Community Health Choice, Inc. - Authorization Status
Providers
Members

NPI

 

 


 

Special Programs
Visitors / CHC Partners
Back to Home page

NATIONAL PROVIDER IDENTIFIER

GET IT, SHARE IT, USE IT.

To apply for NPI click here or go to https://nppes.cms.hhs.gov.

If you already have NPI and would like to update your information in CHC system please click here

Background Information

The Health Insurance Portability and Accountability Act of 1996 requires all covered entities (e.g., providers, clearinghouses and large health plans) begin using National Provider Identifiers (NPIs) on standard health care transactions by May 23, 2007. The purpose of the NPI is to uniquely identify a health care provider in standard transactions, such as health care claims, and eliminate the need for legacy provider numbers.

Compliance Date

The compliance date for submitting health care claims with an NPI is May 23, 2007. If a Provider submits a claim on or after May 23, 2007, without a correct NPI, the claim will be denied.

Dual Strategy Approach

CHC is adopting a “dual strategy” approach in preparing for the NPI requirements. This approach allows Providers to submit both legacy provider numbers [e.g., Texas Provider Identifier (TPI), universal provider identifier number (UPIN), tax identification number (TIN)] and NPIs on standard electronic transactions during the transition period.

Dual Strategy Implementation Date

CHC will be notifying contracted providers of the implementation date of the dual strategy approach through its Website and Provider Newsletters. Once implemented, the dual strategy approach will extend until the NPI compliance date of May 23, 2007. Until the dual strategy approach is implemented, CHC advises Providers to continue submitting electronic claims with their TPI.

Verification of NPI

It is extremely important that CHC verifies each Provider’s NPI. Providers must submit a copy of their official confirmation from the NPI Enumerator, Fox Systems, Inc. To submit a copy of the confirmation, Providers may fax it to (713) 295-7055 or forward it to Provider.Profile.Update@communityhealthchoice.org.

How to Apply for an NPI

A Provider may apply for an NPI through a Web-based application or may send a paper application form. The Web address is https://nppes.cms.hhs.gov. A Provider may also call the NPI Enumerator at 1-800-465-3203 or TTY 1-800-692-2326 for any questions regarding the application. There is no cost to apply for an NPI.

<% End If end If %>