California Health Care EDI ETL Nghia Phan CS 491B – Software Design Lab Fall 2009.

Slides:



Advertisements
Similar presentations
1 February 8 th, 2006 February 8 th, Benefits of EF Benefits of EF Faster payment on electronic claims. Electronic transactions.
Advertisements

1 Early Intervention Central Billing Office Electronic Claims Submission.
1 Early Intervention Central Billing Office Electronic Claims Submission.
X12N Task Group 3/Work Group 2 July2000 Health Care Transactions ANSI ASC X12N Insurance Sub-Committee Task Group 3 Business Transaction Coordination and.
Agenda Overview of the project Resources. CS172 Project crawlingrankingindexing.
Health Care Claim Preparation & Transmission Chapter 8 OT 232 Lecture 2 1OT 232 Ch 8 lecture 1.
Premium Services It’s about time to open up your revenue stream.
HIPAA Health Insurance Portability and Accountability Act.
Presents: Weekly HIPAA Teleconference Revised
© 2011 The McGraw-Hill Companies, Inc. All rights reserved. 2.5 HIPAA Legislation and its Impact on Physician Practices 2-15 The Health Insurance Portability.
London & Zurich Plc User Guide. Service Benefits Full on-line management of client accounts Paperless direct debit – no signatures required Standing orders.
A more efficient you. Introducing EmployerAccess Anthem’s easy-to-use online benefits management system Anthem Blue Cross is the trade name of Blue Cross.
User Guide. Service Benefits  Full on-line management of client accounts  Paperless direct debit – no signatures required  Standing orders fixed not.
7 Creating Claims. Learning Outcomes When you finish this chapter, you will be able to: 7.1 Describe the role of claims in the billing process. 7.2 Discuss.
Posting Insurance Payments and Creating Patient Statements
7 Creating Claims.
Copyright © 2013 FingerTec Worldwide Sdn.Bhd. All rights reserved.
Electronic Data Interchange Assessment Strategies Application Systems Trading Partners Business Associates Application Vendors The Standards Application.
State of Maryland Department of Health and Mental Hygiene & V ALUE O PTIONS ® September 2009 Clinical Training For Non-OMS Providers.
Template v4 September 27, Copyright © Infor. All Rights Reserved. 1 Time Track Payroll Schedule Configuration Development Team.
1.  DMH Introduction  Consumer Eligibility Files  VO Data Exchanges with HFS  ProviderConnect Registration ◦ Demo and Error Resolution  Batch Registration.
First 5 LA Invoicing & Budget Modification Workshop OHCD Contractors FY
Billing and Coding for Health Services
1 MEDI-CAL CERTIFICATIONS & RE-CERTIFICATIONS (General Overview) Mental Health Services Division Compliance Section Certification & Questionable Medi-Cal.
Direct Certification Direct Certification Training v2.0.
California Outcomes Measurement System – Treatment
Introduction to AFRS Toolbox
Publish Calendars to the Web. CCUweb Presentation (10 Minutes) 1 Demonstration of published calendars (10 minutes) 2 Demonstration of importing calendar.
(Welcome). (What is Web Analytics?) Web analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding.
EDI Standards Development Pamela A. Grosze, Manager of Systems and Software Engineering, NDCHealth.
Prepaid CCN Encounter Data April 18, 2011 Sharon Jackson Darlene White.
C.A.R.E. Basics State of California CAL-Card Program Susan Kissee US Bank.
1. What is the Louisiana Medicaid Provider Web site? It is a Web site designed for the Louisiana Department of Health and Hospitals that contains useful.
EDI Project Adam Davie Clark Bedsole Tim Jansen Robert Jones.
EDI.
DEPARTMENT OF HEALTH CARE SERVICES Audits & Investigations – Financial Audits Branch.
Update on CCI and Overview of Managed Care Data Sharing Department of Health Care Services November 30, 2012.
HIPAA Transactions Testing Update Kepa Zubeldia, M.D. September 13, 2004.
EsMD Harmonization Mapping Analysis for X & X
HP Provider Relations Febuary 2012 Finance Successfully Reading Your RA Financial.
RESEARCH AND RESOLVE Professional Claim Denials HP Provider Relations/June 2014.
Anatomy of a Claim Diagnosing and Treating The Curable Disease of Non - Payment Understanding the Basics of EDI Annela Petrisca.
Nexion – The Payment Administration Solution The Payment Administration Solution The User Experience.
HIPAA Implementation Guides Down and Dirty Dan Petrosky April 10, 2006 Who needs to understand them?
Program Assessment User Session Experts (PAUSE) Information Sessions: RSS & Subscription Services October , 2006.
Blue Cross and Blue Shield of Nebraska is an Independent Licensee of the Blue Cross and Blue Shield Association. Timely Filing and Corrected Claims October.
HIPAA Transactions and Code Sets LA County Department of Mental Health Solution June 5, 2003.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Cloud-Computing Cloud Web-Blog Software Application Download Software.
California Department of Public Health, Office of AIDS, AIDS Drugs Assistance Program (CDPH/OA/ADAP) Pharmacy Program Provider Training.
Lynne Hamp and Alicia Stansbury October 6, 2016
A more efficient you. Introducing EmployerAccess
HIPAA Implementation Guides Down and Dirty Dan Petrosky April 7,2005
Electronic Transactions Workshop
Electronic Transactions Workshop
Who needs to understand them?
Billing and Coding for Health Services
Practical aspects of GST return filing process and demo of Munafa Software By Team Munafa
EDI 101 Basics This title slide contains the master background.
EDI For Administration, Commerce and Transport
Health-e Claims July 2007.
Car Hire Data Exchange (CHDX) Edits Project Update
HIPAA Implementation Guides Down and Dirty
Software Engineering I Fall 2017
Medical Insurance Claims
Software Engineering I Fall 2017
Lesson 6: Payments Topic 1: EOBs and Claim Tracking
NORMAL BUSINESS ELIGIBILITY VERIFICATION CUST SERVICE ALLIANCE
Electronic Data Interchange: Transactions and Security
Electronic Data Interchange: Transactions and Security
Presentation transcript:

California Health Care EDI ETL Nghia Phan CS 491B – Software Design Lab Fall 2009

Agenda Background Problems Project Overview 837 and 835 Downloading Feature Overview of Health Care EDI Parsing 837 and 835 Features Project Demo Q&A

Background The Health Insurance Portability and Accountability Act of 1996 (HIPAA) Los Angeles County Department of Mental Health (LA CO DMH) California Department of Mental Health (CA DMH) Information Technology Web Services (ITWS).

Problems No fix schedule from the state on processing 837 and generating 835 ◦ Late payments ◦ Discrepancy Errors in verification of claims and payments ◦ Incorrect payments ◦ Mismatch claim and payment amounts

Problems Common Questions: ◦ Have we submit our claim(s)? ◦ Have we receive our payment(s)? ◦ How many claims that we have submitted for this week, month or year? ◦ How many payments that we have received for this week, month or year? ◦ What are the claims rejected by the state? ◦ …

Project Overview

837 and 835 Downloading Feature Screen Scraping ◦ Capture content of target HTML page ◦ Save the content ◦ Read from the saved content ◦ Filter out target 837/835 download links ◦ Download and uncompress target files into processing location

837 and 835 Downloading Feature

Overview of Health Care EDI ANSI Accredit Standard Committed (ASC) X12 Paper vs. EDI DocumentTransaction LineSegment PhraseComposite Element WordSimple Element CodeIdentifier PunctuationDelimiters GrammarSyntax

Overview of Health Care EDI Segment ◦ Prefix – Purpose of the segment  Example:  ST – Transaction Set Header  NM1 – Submitter Name ◦ Delimiter – Separator of data elements in the segment ◦ Terminate – End of segment (~)

Overview of Health Care EDI Segment Sample CLM* *348.6***11:: 1*Y*A*Y*Y*B**********8  CLM – Health Claim  510… – Claim Submitter’s Identifier  – Monetary Amount

Parsing 837 and 835 Features 837 File Structure 835 File Structure

Parsing 837 and 835 Features

Project Demo Thank you for your patient!!!

Q&A Have a nice weekend and winter break!!!