C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen835X221A1\Form1.vb Imports Edidev.FrameworkEDI

Size: px
Start display at page:

Download "C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen835X221A1\Form1.vb Imports Edidev.FrameworkEDI"

Transcription

1 Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btngenerate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btngenerate.click Dim oedidoc As edidocument Dim oschemas As edischemas Dim ointerchange As New ediinterchange Dim ogroup As New edigroup Dim otransactionset As New editransactionset Dim osegment As New edidatasegment Dim nproviders As Integer Dim nprovidercounter As Integer Dim nclaimpayments As Integer Dim nclaimpaymentcounter As Integer Dim nservicecounter As Integer Dim nservices As Integer Dim spath As String = AppDomain.CurrentDomain.BaseDirectory Dim sedifile As String = "835_5010X221A1.X12" Dim sseffile As String = "835_005010X221A1.SemRef.EVAL0.SEF" 'CREATES OEDIDOC OBJECT oedidoc = New edidocument 'THIS MAKES CERTAIN THAT FREDI ONLY USES THE SEF FILE PROVIDED, AND THAT IT DOES 'NOT USE ITS BUILT IN STANDARD REFERENCE TABLE TO GENERATE THE EDI FILE. oschemas = oedidoc.getschemas oschemas.enablestandardreference = False 'ENABLES FORWARD WRITE, AND INCREASES BUFFER I/O TO IMPROVE PERFORMANCE oedidoc.cursortype = DocumentCursorTypeConstants.Cursor_ForwardWrite oedidoc.property(documentpropertyidconstants.property_documentbufferio) = 200 'SET TERMINATORS oedidoc.segmentterminator = "~" oedidoc.elementterminator = "*" oedidoc.compositeterminator = ":" 'LOADS THE SEF FILE oedidoc.loadschema(spath + sseffile, 0) 'CREATES THE ISA SEGMENT ediinterchange.set(ointerchange, oedidoc.createinterchange("x", "005010")) edidatasegment.set(osegment, ointerchange.getdatasegmentheader) osegment.dataelementvalue(1) = "00" 'Authorization Information Qualifier osegment.dataelementvalue(2) = " " 'Authorization Information osegment.dataelementvalue(3) = "00" 'Security Information Qualifier osegment.dataelementvalue(4) = " " 'Security Information osegment.dataelementvalue(5) = "ZZ" 'Interchange ID Qualifier osegment.dataelementvalue(6) = "SENDER_ID " 'Interchange Sender ID osegment.dataelementvalue(7) = "ZZ" 'Interchange ID Qualifier osegment.dataelementvalue(8) = "REVEIVER_ID " 'Interchange Receiver ID osegment.dataelementvalue(9) = "020617" 'Interchange Date osegment.dataelementvalue(10) = "1816" 'Interchange Time osegment.dataelementvalue(11) = "^" 'Repetition Separator osegment.dataelementvalue(12) = "00501" 'Interchange Control Version Number osegment.dataelementvalue(13) = " " 'Interchange Control Number osegment.dataelementvalue(14) = "0" 'Acknowledgment Requested osegment.dataelementvalue(15) = "T" 'Usage Indicator osegment.dataelementvalue(16) = ":" 'Component Element Separator 'CREATES THE GS SEGMENT

2 edigroup.set(ogroup, ointerchange.creategroup("005010x221a1")) edidatasegment.set(osegment, ogroup.getdatasegmentheader) osegment.dataelementvalue(1) = "HP" 'Functional Identifier Code osegment.dataelementvalue(2) = "SENDER_ID " 'Application Sender's Code osegment.dataelementvalue(3) = "RECEIVER_ID" 'Application Receiver's Code osegment.dataelementvalue(4) = " " 'Date osegment.dataelementvalue(5) = "1816" 'Time osegment.dataelementvalue(6) = "206" 'Group Control Number osegment.dataelementvalue(7) = "X" 'Responsible Agency Code osegment.dataelementvalue(8) = "005010X221A1" 'Version / Release / Industry Identifier Code 2 'CREATES THE ST SEGMENT editransactionset.set(otransactionset, ogroup.createtransactionset("835")) edidatasegment.set(osegment, otransactionset.getdatasegmentheader) osegment.dataelementvalue(1) = "835" 'Transaction Set Identifier Code osegment.dataelementvalue(2) = "1234" 'Transaction Set Control Number 'BPR BEGINNING SEGMENT FOR PAYMENT ORDER/REMITTANCE ADVICE edidatasegment.set(osegment, otransactionset.createdatasegment("bpr")) osegment.dataelementvalue(1) = "C" 'Transaction Handling Code osegment.dataelementvalue(2) = "150000" 'Monetary Amount osegment.dataelementvalue(3) = "C" 'Credit/Debit Flag Code osegment.dataelementvalue(4) = "ACH" 'Payment Method Code osegment.dataelementvalue(5) = "CTX" 'Payment Format Code osegment.dataelementvalue(6) = "01" '(DFI) ID Number Qualifier osegment.dataelementvalue(7) = " " '(DFI) Identification Number osegment.dataelementvalue(8) = "DA" 'Account Number Qualifier osegment.dataelementvalue(9) = "123456" 'Account Number osegment.dataelementvalue(10) = " " 'Originating Company Identifier osegment.dataelementvalue(12) = "01" '(DFI) ID Number Qualifier osegment.dataelementvalue(13) = " " '(DFI) Identification Number osegment.dataelementvalue(14) = "DA" 'Account Number Qualifier osegment.dataelementvalue(15) = "98765" 'Account Number osegment.dataelementvalue(16) = " " 'Date 'TRN TRACE edidatasegment.set(osegment, otransactionset.createdatasegment("trn")) osegment.dataelementvalue(1) = "1" 'Trace Type Code osegment.dataelementvalue(2) = "12345" 'Reference Identification osegment.dataelementvalue(3) = " " 'Originating Company Identifier ''REF Receiver Identification 'edidatasegment.set(osegment, otransactionset.createdatasegment("ref")) 'osegment.dataelementvalue(1) = "EV" ' Reference Identification Qualifier (128) 'osegment.dataelementvalue(2) = "A1B2C3D4E5" ' Reference Identification (127) ''REF Version Identification 'edidatasegment.set(osegment, otransactionset.createdatasegment("ref(2)")) 'osegment.dataelementvalue(1) = "F2" ' Reference Identification Qualifier (128) 'osegment.dataelementvalue(2) = "A1B2C3D4E5" ' Reference Identification (127) edidatasegment.set(osegment, otransactionset.createdatasegment("dtm")) osegment.dataelementvalue(1) = "405" 'Date/Time Qualifier osegment.dataelementvalue(2) = " " 'Date '1000A PAYER IDENTIFICATION 'N1 NAME edidatasegment.set(osegment, otransactionset.createdatasegment("n1\n1")) osegment.dataelementvalue(1) = "PR" 'Entity Identifier Code osegment.dataelementvalue(2) = "INSURANCE COMPANY OF TIMBUCKTU" 'Name 'N3 ADDRESS INFORMATION edidatasegment.set(osegment, otransactionset.createdatasegment("n1\n3")) osegment.dataelementvalue(1) = "1 MAIN STREET" 'Address Information

3 'N4 GEOGRAPHIC LOCATION edidatasegment.set(osegment, otransactionset.createdatasegment("n1\n4")) osegment.dataelementvalue(1) = "TIMBUCKTU" 'City Name osegment.dataelementvalue(2) = "AK" 'State or Province Code osegment.dataelementvalue(3) = "89111" 'Postal Code 3 'REF REFERENCE IDENTIFICATION edidatasegment.set(osegment, otransactionset.createdatasegment("n1\ref")) osegment.dataelementvalue(1) = "2U" 'Reference Identification Qualifier osegment.dataelementvalue(2) = "999" 'Reference Identification ''PER Payer Business Contact Information 'edidatasegment.set(osegment, otransactionset.createdatasegment("n1\per")) 'osegment.dataelementvalue(1) = "CX" ' Contact Function Code (366) 'osegment.dataelementvalue(2) = "PayerName" ' Name (93) 'osegment.dataelementvalue(3) = "TE" ' Communication Number Qualifier (365) 'osegment.dataelementvalue(4) = " " ' Communication Number (364) ''PER Payer WEB Site 'edidatasegment.set(osegment, otransactionset.createdatasegment("n1\per(2)")) '(2) is the segment incremented by instance (not position in schema) 'osegment.dataelementvalue(1) = "IC" ' Contact Function Code (366) 'osegment.dataelementvalue(2) = "WebberName" ' Name (93) 'osegment.dataelementvalue(3) = "TE" ' Communication Number Qualifier (365) 'osegment.dataelementvalue(4) = " " ' Communication Number (364) '1000B PAYEE IDENTIFICATION 'N1 NAME edidatasegment.set(osegment, otransactionset.createdatasegment("n1\n1")) osegment.dataelementvalue(1) = "PE" 'Entity Identifier Code osegment.dataelementvalue(2) = "REGIONAL HOPE HOSPITAL" 'Name osegment.dataelementvalue(3) = "XX" 'Identification Code Qualifier osegment.dataelementvalue(4) = " " 'Identification Code nproviders = 2 nprovidercounter = 1 '2000 HEADER NUMBER Do While nprovidercounter <= nproviders 'LX ASSIGNED NUMBER edidatasegment.set(osegment, otransactionset.createdatasegment("lx\lx")) osegment.dataelementvalue(1) = "110212" 'Assigned Number 'TS3 TRANSACTION STATISTICS edidatasegment.set(osegment, otransactionset.createdatasegment("lx\ts3")) osegment.dataelementvalue(1) = " " 'Reference Identification osegment.dataelementvalue(2) = "11" 'Facility Code Value osegment.dataelementvalue(3) = " " 'Date osegment.dataelementvalue(4) = "1" 'Quantity osegment.dataelementvalue(5) = " " 'Monetary Amount (Total Claim Charge osegment.dataelementvalue(13) = " " 'Monetary Amount (Total MSP Payer osegment.dataelementvalue(15) = " " 'Monetary Amount (Total Non Lab Charge 'TS2 TRANSACTION SUPPLEMENTAL STATISTICS edidatasegment.set(osegment, otransactionset.createdatasegment("lx\ts2")) osegment.dataelementvalue(1) = " " 'Monetary Amount (Total DRG osegment.dataelementvalue(2) = " " 'Monetary Amount (Total Federal Specific osegment.dataelementvalue(4) = "56.82" 'Monetary Amount (Total Disproportionate Share osegment.dataelementvalue(5) = "197.69" 'Monetary Amount (Total Capital osegment.dataelementvalue(6) = "4.23" 'Monetary Amount (Total Indirect Medical Education nclaimpayments = 1 nclaimpaymentcounter = 1

4 '2100 CLAIM PAYMENT INFORMATION Do While nclaimpaymentcounter <= nclaimpayments 4 Number) 'CLP CLAIM LEVEL DATA edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\clp")) osegment.dataelementvalue(1) = "666123" 'Claim Submitter's Identifier (Patient Control osegment.dataelementvalue(2) = "1" 'Claim Status Code osegment.dataelementvalue(3) = " " 'Monetary Amount (Total Claim Charge osegment.dataelementvalue(4) = " " 'Monetary Amount (Claim Payment osegment.dataelementvalue(6) = "MA" 'Claim Filing Indicator Code osegment.dataelementvalue(7) = " " 'Reference Identification osegment.dataelementvalue(8) = "11" 'Facility Code Value osegment.dataelementvalue(9) = "1" 'Claim Frequency Type Code 'CAS CLAIMS ADJUSTMENT edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\cas")) osegment.dataelementvalue(1) = "CO" 'Claim Adjustment Group Code osegment.dataelementvalue(2) = "45" 'Claim Adjustment Reason Code osegment.dataelementvalue(3) = " " 'Monetary Amount 'NM1 INDIVIDUAL OR ORGANIZATIONAL NAME edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\nm1")) osegment.dataelementvalue(1) = "QC" 'Entity Identifier Code osegment.dataelementvalue(2) = "1" 'Entity Type Qualifier osegment.dataelementvalue(3) = "JONES" 'Name Last or Organization Name osegment.dataelementvalue(4) = "SAM" 'Name First osegment.dataelementvalue(5) = "O" 'Name Middle osegment.dataelementvalue(8) = "HN" 'Identification Code Qualifier osegment.dataelementvalue(9) = " A" 'Identification Code 'MIA MEDICARE INPATIENT ADJUDICATION edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\mia")) osegment.dataelementvalue(1) = "0" 'Quantity osegment.dataelementvalue(4) = " " 'Monetary Amount edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\dtm")) osegment.dataelementvalue(1) = "232" 'Date/Time Qualifier osegment.dataelementvalue(2) = " " 'Date (Claim Statement Period Start) edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\dtm(2)")) osegment.dataelementvalue(1) = "233" 'Date/Time Qualifier osegment.dataelementvalue(2) = " " 'Date (Claim Statement Period End) 'QTY QUANTITY edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\qty")) osegment.dataelementvalue(1) = "CA" 'Quantity Qualifier (Covered Actual) osegment.dataelementvalue(2) = "8" 'Quantity nservices = 0 nservicecounter = 1 '2110 SERVICE PAYMENT INFORMATION Do While nservicecounter <= nservices ' Service Information (SVC) osegment = otransactionset.createdatasegment("lx\clp\svc\svc") Charge ' Composite Medical Procedure Identifier (C003) osegment.dataelementvalue(1, 1) = "HC" ' Product/Service ID Qualifier (235) osegment.dataelementvalue(1, 2) = "12345" ' Product/Service ID (234) osegment.dataelementvalue(1, 3) = "26" ' Procedure Modifier (1339) osegment.dataelementvalue(2) = "166.5" ' Monetary Amount (782) (Line Item

5 osegment.dataelementvalue(3) = "30" ' Monetary Amount (782) (Line Item Provider Payment osegment.dataelementvalue(4) = "" ' Product/Service ID (234) osegment.dataelementvalue(5) = "1" ' Quantity (380) ' Date/Time Reference (DTM) edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\svc\dtm")) osegment.dataelementvalue(1) = "472" ' Date/Time Qualifier (374) (Service) osegment.dataelementvalue(2) = " " ' Date (373) 5 Adjustment) ' Claims Adjustment (CAS) edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\svc\cas")) osegment.dataelementvalue(1) = "OA" ' Claim Adjustment Group Code (1033) (Other osegment.dataelementvalue(2) = "23" ' Claim Adjustment Reason Code (1034) osegment.dataelementvalue(3) = "136.5" ' Monetary Amount (782) (Adjustment ' Reference Identification (REF) edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\svc\ref")) ' Syntax Rule: At least one of 02 and 03 is required. osegment.dataelementvalue(1) = "1B" ' Reference Identification Qualifier (128) osegment.dataelementvalue(2) = "43285" ' Reference Identification (127) Actual) ' Monetary Amount (AMT) edidatasegment.set(osegment, otransactionset.createdatasegment("lx\clp\svc\amt")) osegment.dataelementvalue(1) = "B6" ' Amount Qualifier Code (522) (Allowed osegment.dataelementvalue(2) = "150" ' Monetary Amount (782) End Sub End Class nservicecounter = nservicecounter + 1 Loop 'nservicecounter nclaimpaymentcounter = nclaimpaymentcounter + 1 Loop 'nclaimpaymentcounter nprovidercounter = nprovidercounter + 1 Loop 'nprovidercounter 'display EDI file MessageBox.Show(oEdiDoc.GetEdiString(), sedifile) 'TRAILING SEGMENTS ARE AUTOMATICALLY CREATED WHEN FREDI COMMITS (SAVES) 'THE EDIDOC OBJECT INTO AN EDI FILE. oedidoc.save(spath + sedifile) 'DESTROYS OBJECTS osegment.dispose() otransactionset.dispose() ogroup.dispose() ointerchange.dispose() oschemas.dispose() oedidoc.dispose()

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen834X220A1\Form1.vb Imports Edidev.FrameworkEDI

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen834X220A1\Form1.vb Imports Edidev.FrameworkEDI Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btngenerate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btngenerate.click Dim oedidoc As edidocument Dim oschemas

More information

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen837X222A1\Form1.vb Imports Edidev.FrameworkEDI

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen837X222A1\Form1.vb Imports Edidev.FrameworkEDI Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btngenerate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btngenerate.click Dim oedidoc As edidocument Dim oschemas

More information

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen277X214\Form1.vb Imports Edidev.FrameworkEDI

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen277X214\Form1.vb Imports Edidev.FrameworkEDI Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btngenerate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btngenerate.click Dim oedidoc As edidocument Dim oschema

More information

namespace csharp_gen837x223a2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }

namespace csharp_gen837x223a2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Edidev.FrameworkEDI; 1 namespace

More information

namespace csharp_gen277x214 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }

namespace csharp_gen277x214 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using Edidev.FrameworkEDI 1 namespace csharp_gen277x214

More information

namespace Gen837X222A1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }

namespace Gen837X222A1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Edidev.FrameworkEDI; 1 namespace

More information

// Specify SEF file to load. edischema oschema = oedidoc.loadschema(spath + sseffilename, SchemaTypeIDConstants. Schema_Standard_Exchange_Format);

// Specify SEF file to load. edischema oschema = oedidoc.loadschema(spath + sseffilename, SchemaTypeIDConstants. Schema_Standard_Exchange_Format); using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Edidev.FrameworkEDIx64;

More information

string spath; string sedifile = "277_005010X228.X12"; string sseffile = "277_005010X228.SemRef.EVAL0.SEF";

string spath; string sedifile = 277_005010X228.X12; string sseffile = 277_005010X228.SemRef.EVAL0.SEF; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Edidev.FrameworkEDI; 1 namespace

More information

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Tran834X220A1\Form1.vb Imports Edidev.FrameworkEDI

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Tran834X220A1\Form1.vb Imports Edidev.FrameworkEDI Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btntranslate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btntranslate.click Dim oedidoc As edidocument Dim oschemas

More information

private string sconnection = ConfigurationManager.ConnectionStrings["Development"].ConnectionString

private string sconnection = ConfigurationManager.ConnectionStrings[Development].ConnectionString using System; using System.Configuration; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms;

More information

private string sconnection = ConfigurationManager.ConnectionStrings["Development"].ConnectionString

private string sconnection = ConfigurationManager.ConnectionStrings[Development].ConnectionString using System; using System.Configuration; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms;

More information

835 Health Care Claim Payment and Remittance Advice Companion Guide X091A1

835 Health Care Claim Payment and Remittance Advice Companion Guide X091A1 835 Health Care Claim Payment and Remittance Advice Companion Guide 004010 X091A1 Version 1.3 March 1, 2008 1-March-2008 TABLE OF CONTENTS 1 Introduction... 1 1.1 Purpose... 1 2 Transmission and Data Retrieval

More information

// Specify SEF file to load. oschema = (edischema) oedidoc.loadschema(spath + sseffilename, SchemaTypeIDConstants. Schema_Standard_Exchange_Format);

// Specify SEF file to load. oschema = (edischema) oedidoc.loadschema(spath + sseffilename, SchemaTypeIDConstants. Schema_Standard_Exchange_Format); using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Edidev.FrameworkEDI;

More information

ANSI X (Lockbox) Inbound (to Eclipse) Version 4010

ANSI X (Lockbox) Inbound (to Eclipse) Version 4010 ANSI X12 823 (Lockbox) Inbound (to Eclipse) Version 4010 Eclipse 823 4010 (customer) 1 10/11/2012 823 Lockbox Functional Group=LB Purpose: This Draft Standard for Trial Use contains the format and establishes

More information

820 Remittance Advice

820 Remittance Advice 820 Remittance Advice Lowe's EDI 820 Remittance Advice Version: 4010 Author: Lowe's Companies, Inc. Modified: 10/3/2008 Notes: This 820 Implementation Guide is shared across all vendor types. 820 Payment

More information

Cabinet for Health and Family Services Department for Medicaid Services

Cabinet for Health and Family Services Department for Medicaid Services KyHealth Choices 277 Health Care Payer Unsolicited Claim Status (ASC X12N 277) Companion Guide Version 2.3 Version 003070 Cabinet for Health and Family Services Department for Medicaid Services August

More information

Unsolicited 277 Trading Partner Specification

Unsolicited 277 Trading Partner Specification Unsolicited 277 Trading Partner Specification Revision Summary: Revision Date Summary of Changes Number 1.0 3/20/2007 NPI changes in loop 2100C AmeriHealth U277 Unsolicited Health Care Claim Status Notification

More information

HIPAA 276/277 Companion Guide Cardinal Innovations Prepared for Health Care Providers

HIPAA 276/277 Companion Guide Cardinal Innovations Prepared for Health Care Providers Cardinal Innovations Prepared for Health Care Providers, February 2017 Table of Contents Preface... 4 1. Transaction Instruction (TI) Introduction... 5 1.1 Scope... 5 1.2 Overview... 5 1.3 References...

More information

Refers to the Technical Reports Type 3 Based on ASC X12 version X223A2

Refers to the Technical Reports Type 3 Based on ASC X12 version X223A2 HIPAA Transaction Standard Companion Guide For Availity Health Information Network Users Refers to the Technical Reports Type 3 Based on ASC X12 version 005010X223A2 837 Health Care Claim Institutional

More information

Refers to the Technical Reports Type 3 Based on ASC X12 version X /277 Health Care Claim Status Inquiry and Response

Refers to the Technical Reports Type 3 Based on ASC X12 version X /277 Health Care Claim Status Inquiry and Response HIPAA Transaction Standard Companion Guide For Availity Health Information Network Users Refers to the Technical Reports Type 3 Based on ASC X12 version 005010X212 276/277 Health Care Claim Status Inquiry

More information

ANSI ASC X12N 277 Claims Acknowledgement (277CA)

ANSI ASC X12N 277 Claims Acknowledgement (277CA) ANSI ASC X12N 277 Claims Acknowledgement (277CA) Acute Care Long Term Care Encounters COMPANION GUE February 28, 2012 Texas Medicaid & Healthcare Partnership Page 1 of 23 Print Date: 1/10/2013 Table of

More information

521 Income or Asset Offset

521 Income or Asset Offset 521 Income or Asset Offset Functional Group ID=AO Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Income or Asset Offset Transaction Set (521)

More information

820 Payment Order/Remittance Advice

820 Payment Order/Remittance Advice 820 Payment Order/Remittance Advice X12/V4010/820: 820 Payment Order/Remittance Advice Version: 1.0 Draft Author: Charles Mackey Company: C.H. Robinson Publication: 8/6/2009 Trading Partner: Created: 8/6/2009

More information

EDI GUIDELINES PAYMENT ORDER/REMITTANCE ADVICE 820 FUNCTIONAL ACKNOWLEGEMENT 997 VERSIONS 4010 FINANCIAL INSTITUTION VERSION

EDI GUIDELINES PAYMENT ORDER/REMITTANCE ADVICE 820 FUNCTIONAL ACKNOWLEGEMENT 997 VERSIONS 4010 FINANCIAL INSTITUTION VERSION EDI GUIDELINES PAYENT ORDER/REITTANCE ADVICE 820 FUNCTIONAL ACKNOWLEGEENT 997 VERSIONS 4010 FINANCIAL INSTITUTION VERSION T:\Internet arketing\deliverables\820 EFT Bank guidelines.doc Rev. 6/27/2007 9:58

More information

SHARES 837P Companion Guide

SHARES 837P Companion Guide SHARES 837P Companion Guide Contents Introduction... 2 SHARES 837 Guidelines... 2 SHARES Interchange Requirements... 2 Transaction Segment Delimiters and Terminators... 2 Claim Matching... 2 Service Line

More information

Remittance Advice

Remittance Advice 2.2 820 Remittance Advice INFORMATION TMM REQUIRES FROM TRADING PARTNER SCOPE THIS INFORMATION INCLUDES START-UP INFORMATION SPECIFIC TO TRADING PARTNER. APPROACH THE FOLLOWING INFORMATION WILL BE REQUIRED

More information

General Companion Guide 837 Professional and Institutional Healthcare Claims Submission Version Version Date: June 2017

General Companion Guide 837 Professional and Institutional Healthcare Claims Submission Version Version Date: June 2017 General Companion Guide 837 Professional and Institutional Healthcare Claims Submission Version 5010 Version Date: June 2017 1 Introduction ************************************************************************

More information

Implementation Guide to Payment and Remittance Message. EDI 820 Version Description: This transaction set can be an order to a

Implementation Guide to Payment and Remittance Message. EDI 820 Version Description: This transaction set can be an order to a Implementation Guide to Payment and Remittance Message EDI 820 Version 4010 Description: This transaction set can be an order to a financial institution to make a payment to a payee. It can also be a remittance

More information

DOLLAR GENERAL CORPORATION Electronic Data Interchange. Remittance Advice 820 Carrier Mapping Guidelines. ANSI X12 Version 4010

DOLLAR GENERAL CORPORATION Electronic Data Interchange. Remittance Advice 820 Carrier Mapping Guidelines. ANSI X12 Version 4010 DOLLAR GENERAL CORPORATION Electronic Data Interchange Remittance Advice 820 Carrier Mapping Guidelines ANSI X12 Version 4010 Implementation Guideline 820 Version: 1-10/01/07 Page 1 Document Change Log

More information

It is recommended that separate transaction sets be used for different patients.

It is recommended that separate transaction sets be used for different patients. ASC X12N 278 (004010X094A1) Health Care Services Request For Review And Response Companion Guide Notes The ISA segment terminator, which immediately follows the component element separator, must consist

More information

Integration Guide for Data Originators of Claim Status. Version 1.1

Integration Guide for Data Originators of Claim Status. Version 1.1 Integration Guide for Data Originators of Claim Status Version 1.1 December 23, 2010 Integration Guide for Data Originators of Claim Status Revision History Date Version Description Author November 25,

More information

Inbound ANSI X Version 04010

Inbound ANSI X Version 04010 Inbound ANSI X12 850 Version 04010 For CLP License Ordering Version: ANSI X12 850 4010 Author: Adobe EDI Modified: 06/09/2010 CLP_X12_ANSI8504010_060910.ecs 1 For internal use only 850 Purchase Order Functional

More information

Pennsylvania PROMISe Companion Guide

Pennsylvania PROMISe Companion Guide Pennsylvania Companion Guide Unsolicited 277 Claim Response Version 5010 September 2010 Version 1 Pennsylvania PROMISe Unsolicited 277 Claim Companion Guide This page intentionally left blank. September

More information

837 Professional Health Care Claim. Section 1 837P Professional Health Care Claim: Basic Instructions

837 Professional Health Care Claim. Section 1 837P Professional Health Care Claim: Basic Instructions anthemeap.com Companion Document 837P This companion document is for informational purposes only to describe certain aspects and expectations regarding the transaction and is not a complete guide. The

More information

276/ /277 Health Care Claim Status Request and Response Real-Time. Basic Instructions. Companion Document

276/ /277 Health Care Claim Status Request and Response Real-Time. Basic Instructions. Companion Document Companion Document 276/277 276/277 Health Care Claim Status Request and Response Real-Time Basic Instructions This section provides information to help you prepare for the ANSI ASC X12.316 Health Care

More information

276 Health Care Claim Status Request Educational Guide

276 Health Care Claim Status Request Educational Guide 276 Health Care Claim Status Request Educational Guide June 2010 - Version 1.1 Disclaimer INGENIX is still under development stages and frequent changes within this document are expected. This documentation

More information

Kentucky HIPAA HEALTH CARE CLAIM: DENTAL Companion Guide 837

Kentucky HIPAA HEALTH CARE CLAIM: DENTAL Companion Guide 837 Kentucky HIPAA HEALTH CARE CLAIM: DENTAL Companion Guide 837 Version 1.4 Final RECORD OF CHANGE VERSION NUMBER DATE REVISED DESCRIPTION OF CHANGE PERSONS INVOLVED 1.0 10/25/02 Creation and first view by

More information

Electronic Transaction Manual for Arkansas Blue Cross and Blue Shield FEDERALEMPLOYEEPROGRAM (FEP) DentalClaims

Electronic Transaction Manual for Arkansas Blue Cross and Blue Shield FEDERALEMPLOYEEPROGRAM (FEP) DentalClaims Electronic Transaction Manual for Arkansas Blue Cross and Blue Shield FEDERALEMPLOYEEPROGRAM (FEP) DentalClaims HIPAA Transaction Companion Document Guide Refers to the X12N Implementation Guide: 005010X224A2:

More information

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Companion Document 270/271 270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Basic Instructions This section provides information to help you prepare for the ANSI ASC X12.281 Eligibility,

More information

Implementation Acknowledgment For Health Care Insurance (999) Change Log:

Implementation Acknowledgment For Health Care Insurance (999) Change Log: ASC X12 Standards for Electronic Data Interchange Technical Report Type 3 Implementation Acknowledgment For Health Care Insurance (999) Change Log: 005010-007030 OCTOBER 2016 OCTOBER 2016 1 Intellectual

More information

824 Application Advice

824 Application Advice 824 Application Advice Functional Group ID=AG Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Application Advice Transaction Set (824) for use

More information

5010 Upcoming Changes:

5010 Upcoming Changes: HP Systems Unit I N D I A N A H E A L T H C O V E R A G E P R O G R A M S 5010 Upcoming Changes: 837 Dental Claims Transaction Based on Version 5, Release 1 ASC X12N 005010X224 Revision Information Revision

More information

HIPAA Transaction Health Care Claim Acknowledgement Standard Companion Guide (277CA, X214)

HIPAA Transaction Health Care Claim Acknowledgement Standard Companion Guide (277CA, X214) (underwritten by Dean Health Plan) HIPAA Transaction Health Care Claim Acknowledgement Standard Companion Guide (277CA, 005010X214) Instructions related to Transactions based on ASC X12 Implementation

More information

816 Organizational Relationships

816 Organizational Relationships 816 Organizational Relationships Functional Group ID=OR Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Organizational Relationships Transaction

More information

276/277 Health Care Claim Status Request/ Response Real-Time. Section 1 276/277 Claim Status Request/Response: Basic Instructions

276/277 Health Care Claim Status Request/ Response Real-Time. Section 1 276/277 Claim Status Request/Response: Basic Instructions Companion Document 276/277 276/277 Health Care Claim Status Request/ Response Real-Time This companion document is for informational purposes only to describe certain aspects and expectations regarding

More information

276/277 Health Care Claim Status Request/ Response Real-Time. Section 1 276/277 Claim Status Request/Response: Basic Instructions

276/277 Health Care Claim Status Request/ Response Real-Time. Section 1 276/277 Claim Status Request/Response: Basic Instructions Companion Document 276/277 276/277 Health Care Claim Status Request/ Response Real-Time This companion document is for informational purposes only to describe certain aspects and expectations regarding

More information

860 Purchase Order Change Request (Buyer Initiated) X12 Version Version: 2.0

860 Purchase Order Change Request (Buyer Initiated) X12 Version Version: 2.0 860 Purchase Order Change Request (Buyer Initiated) X12 Version 4010 Version: 2.0 Author: Advance Auto Parts Company: Advance Auto Parts Publication: 02/08/2017 1/26/2017 Purchase Order Change Request

More information

867 Product Transfer and Resale Report Functional Group=PT

867 Product Transfer and Resale Report Functional Group=PT 867 Product Transfer and Resale Report Functional Group=PT This Draft Standard for Trial Use contains the format and establishes the data contents of the Product Transfer and Resale Report Transaction

More information

822 Account Analysis. Heading: Detail: Functional Group ID=AA. GISB Statement of Account

822 Account Analysis. Heading: Detail: Functional Group ID=AA. GISB Statement of Account 822 Account Analysis Functional Group ID=AA Heading: Pos. Seg. Req. Loop Notes and No. ID Name Des. Max.Use Repeat Comments 0100 ST Transaction Set Header M 1 0200 BGN Beginning Segment M 1 0300 DTM Date/Time

More information

270/271 Companion Document ASC X12N. Health Care Eligibility and Benefit Inquiry and Response Version 4010A1 Addenda October 2002

270/271 Companion Document ASC X12N. Health Care Eligibility and Benefit Inquiry and Response Version 4010A1 Addenda October 2002 Purpose of This Document 270/271 Companion Document ASC N Health Care Eligibility and Benefit Inquiry and Response Version 4010A1 Addenda October 2002 This companion guide has been written to assist those

More information

844 Product Transfer Account

844 Product Transfer Account 844 Product Transfer Account Adjustment Functional Group=CF This Draft Standard for Trial Use contains the format and establishes the data contents of the Product Transfer Account Adjustment Transaction

More information

ESIS. EDI Implementation Guide. Purchase Order Change X Version 4010 Release 8.0. EDI_Guide_Change_Order_X12_860_Version_4010_Release_8-0.

ESIS. EDI Implementation Guide. Purchase Order Change X Version 4010 Release 8.0. EDI_Guide_Change_Order_X12_860_Version_4010_Release_8-0. EDI Implementation Guide ESIS Purchase Order Change X12 860 Version 4010 Release 8.0 Page 1 of 37 EDI Implementation Support Information EDI Contact Name: ESIS, E-Commerce Provider of Raytheon EDI Contact

More information

BLUE CROSS AND BLUE SHIELD OF LOUISIANA PROFESSIONAL CLAIMS COMPANION GUIDE

BLUE CROSS AND BLUE SHIELD OF LOUISIANA PROFESSIONAL CLAIMS COMPANION GUIDE BLUE CROSS AND BLUE SHIELD OF LOUISIANA Table of Contents I. Introduction...3 II. General Specifications...4 III. Enveloping Specifications...5 IV. Loop and Data Element Specifications...7 V. Transaction

More information

824 Application Advice

824 Application Advice 824 Application Advice Functional Group ID=AG Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Application Advice Transaction Set (824) for use

More information

COMMONWEALTH CARE ALLIANCE CCA COMPANION GUIDE

COMMONWEALTH CARE ALLIANCE CCA COMPANION GUIDE COMMONWEALTH CARE ALLIANCE CCA 5010 837 COMPANION GUIDE PREFACE This Companion Guide is v5010 and ASC X12N compatible and adopted under HIPAA clarifies and specifies the data content when exchanging electronically

More information

837 Health Care Claim Companion Guide. Professional and Institutional

837 Health Care Claim Companion Guide. Professional and Institutional 837 Health Care Claim Companion Guide Professional and Institutional Revised December 2011 Table of Contents Introduction... 3 Purpose... 3 References... 3 Additional information... 4 Delimiters Supported...

More information

HIPAA-Related Code Lists

HIPAA-Related Code Lists 004010XXXC 841 HIPAA-RELATED CODE LISTS Transaction Set Implementation Guide HIPAA-Related Code Lists 841 004010XXXC Version 2.1 MARCH 2007 MARCH 2007 1 004010XXXC 841 HIPAA-RELATED CODE LISTS Contact

More information

837 Healthcare Claim Companion Guide ANSI ASC X12N (Version 4010A) Professional, Institutional, and Dental

837 Healthcare Claim Companion Guide ANSI ASC X12N (Version 4010A) Professional, Institutional, and Dental 837 Healthcare Claim Companion Guide ANSI ASC X12N (Version 4010A) Professional, Institutional, and Dental State of Washington Department of Social & Health Services Prepared by: CNSI 3000 Pacific Avenue

More information

814 General Request, Response or Confirmation

814 General Request, Response or Confirmation 814 General Request, Response or Confirmation Introduction: Functional Group ID=GE This Draft Standard for Trial Use contains the format and establishes the data contents of the General Request, Response

More information

824 Application Advice

824 Application Advice 824 Application Advice Functional Group ID=AG Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Application Advice Transaction Set (824) for use

More information

BLUE CROSS AND BLUE SHIELD OF LOUISIANA INSTITUTIONAL CLAIMS COMPANION GUIDE

BLUE CROSS AND BLUE SHIELD OF LOUISIANA INSTITUTIONAL CLAIMS COMPANION GUIDE BLUE CROSS AND BLUE SHIELD OF LOUISIANA Table of Contents I. Introduction...3 II. General Specifications...4 III. Enveloping Specifications...5 IV. Loop and Data Element Specifications...7 V. Transaction

More information

ANSI X (Product Transfer and Resale Report) Outbound (from Eclipse) Version 4010

ANSI X (Product Transfer and Resale Report) Outbound (from Eclipse) Version 4010 ANSI X12 867 (Product Transfer and Resale Report) Outbound (from Eclipse) Version 4010 Eclipse 867 4010 (Vendor) 1 10/12/2012 867 Product Transfer and Resale Report Functional Group=PT Purpose: This Draft

More information

831 Application Control Totals

831 Application Control Totals 831 Application Control Totals Functional Group ID=CT Introduction: This Draft Standard for Trial Use contains the format and establishes the data content of the Application Control Totals Transaction

More information

/277 Companion Guide. Refers to the Implementation Guides Based on X12 version Companion Guide Version Number: 1.1

/277 Companion Guide. Refers to the Implementation Guides Based on X12 version Companion Guide Version Number: 1.1 5010 276/277 Companion Guide Refers to the Implementation Guides Based on X12 version 005010 Companion Guide Version Number: 1.1 November 26, 2012 1 Disclosure It is the sole responsibility of the provider/vendor

More information

850 Purchase Order X12 Version Version: 2.0

850 Purchase Order X12 Version Version: 2.0 850 Purchase Order X12 Version 4010 Version: 2.0 Author: Advance Auto Parts Company: Advance Auto Parts Publication: 12/03/2016 Revision History Date Version Description Author 1/15/2013 NA Original publication

More information

Inbound X Version 04010

Inbound X Version 04010 Inbound X12 850 Version 04010 For Value Incentive Plan (VIP) License Ordering Version: ANSI ASC X12 850 4010 Author: Adobe EDI Company: Adobe Systems Inc Modified: 8/31/2015 850 Purchase Order Functional

More information

Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277. Version 1.1

Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277. Version 1.1 Kentucky HIPAA HEALTH CARE PAYER UNSOLICITED CLAIM STATUS Companion Guide Unsolicited 277 Version 1.1 Released August 4, 2004 RECORD OF CHANGE VERSION NUMBER DATE REVISED DESCRIPTION OF CHANGE PERSONS

More information

The report heading will contain a fourth line if the transmission is a New Biller test, in addition to having a different report number.

The report heading will contain a fourth line if the transmission is a New Biller test, in addition to having a different report number. 11 west forty-second new york, ny 10046 www.empireblue.com DATE: July 2003 AUDIENCE: Institutional Electronic Claims Submitters SUBJECT: Electronic Media Claims (EMC) Receipt Report for 837 Institutional

More information

849 Response to Product Transfer

849 Response to Product Transfer 849 Response to Product Transfer Account Adjustment Functional Group=CF This Draft Standard for Trial Use contains the format and establishes the data contents of the Response to Product Transfer Account

More information

850 Purchase Order. Version: X12

850 Purchase Order. Version: X12 850 Purchase Order Version: 004010 X12 Company: DOT FOODS, INC. Publication: 5/18/2012 850 Purchase Order Functional Group= PO Purpose: This Draft Standard for Trial Use contains the format and establishes

More information

CP EDI 824 Guidelines Version CP EDI 824 Guidelines (Version 4010)

CP EDI 824 Guidelines Version CP EDI 824 Guidelines (Version 4010) CP EDI 824 Guidelines (Version 4010) CP EDI 824 Guidelines 1 November, 2018 824 Application Advice Introduction: CP EDI 824 Guidelines Version 4010 Functional Group ID=AG This X12 Transaction Set contains

More information

837 Professional Health Care Claim

837 Professional Health Care Claim Section 2A 837 Professional Health Care Claim Basic Instructions This section provides information to help you prepare for the ANSI ASC X12N 837 Health Care transaction for professional claims. The tables

More information

860 Purchase Order Change v.4 (4010) Hubbell to Supplier Outbound Transaction

860 Purchase Order Change v.4 (4010) Hubbell to Supplier Outbound Transaction 860 Purchase Order Change v.4 (4010) Hubbell to Supplier Outbound Transaction Functional Group ID=PC Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents

More information

Orchard Supply Hardware Direct to Consumer 850 Purchase Order

Orchard Supply Hardware Direct to Consumer 850 Purchase Order Orchard Supply Hardware Direct to Consumer 850 Purchase Order X12/V4010/850: 850 Purchase Order Author: Orchard Supply Hardware Trading Partner: Created: May 25, 2011 Modified: June 9, 2011 Notes: ISA/GS

More information

PATTERSON DENTAL SUPPLY COMPANY EDI RECORD LAYOUTS PURCHASE ORDER - VERSION 4010

PATTERSON DENTAL SUPPLY COMPANY EDI RECORD LAYOUTS PURCHASE ORDER - VERSION 4010 ANSI X12 - VERSION 4010 REVISED MARCH 19, 1999 ISA SEGMENT - INTERCHANGE CONTROL HEADER Example: ISA~00~~~00~~~ZZ~PATTERSONDENTAL~ZZ~YOUR ID~19981120~1015~U~00400~123456~0~T~>N/L 01 I01 AUTH INFO QUALIFIER

More information

GovX Purchase Order. X12/V5010/850: 850 Purchase Order

GovX Purchase Order. X12/V5010/850: 850 Purchase Order 850 Purchase Order X12/V5010/850: 850 Purchase Order Company: GovX.com 1 4/12/2013 Purchase Order - 850 10/16/2015 Added TD5 segment 1/7/2016 9/19/2018 Added new value UP in PO106 Added TD512 segment Table

More information

HACHETTE BOOK GROUP USA 850 Purchase Order VERSION 4010 IMPLEMENTATION GUIDE

HACHETTE BOOK GROUP USA 850 Purchase Order VERSION 4010 IMPLEMENTATION GUIDE HACHETTE BOOK GROUP USA 850 Purchase Order VERSION 400 IMPLEMENTATION GUIDE Purchase Order 850 Functional Group PO 400 This Draft Standard for Trial Use contains the format and establishes the data contents

More information

ANSI X12 version Receiving Advice/ Acceptance Certificate

ANSI X12 version Receiving Advice/ Acceptance Certificate ANSI X12 version 4010 861 Receiving Advice/ Acceptance Certificate VERSION: 1.0 FINAL Author: Superior Essex Publication Date: 8/22/00 Trading Partner: All Partners 861 All Partners 4010 Inbound.rtf 1

More information

EMBLEMHEALTH HIPAA Transaction Standard Companion Guide

EMBLEMHEALTH HIPAA Transaction Standard Companion Guide EMBLEMHEALTH HIPAA Transaction Standard Companion Guide Refers to the X12N Implementation Guide 005010X222A1: 837P Health Care Claim Professional Transaction HIPAA Readiness Disclosure Statement The Health

More information

7/4/2011 Page 1 Retek850.xls

7/4/2011 Page 1 Retek850.xls The following control characters will be sent in the document. Changes can be made if requested. ASCII HEX Segment Terminator CR x0d Element Separator * x2a Segment: ISA - INTERCHANGE CONTROL HEADER Level:

More information

849 Response to Product Transfer Account Adjustment

849 Response to Product Transfer Account Adjustment 849 Response to Product Transfer Account Adjustment X12/V4010/849: 849 Response to Product Transfer Account Adjustment Company: Abbott Nutrition 849_4010_from_Abbott_Nutrition.ecs 1 Abbott Nutrition Table

More information

837 Dental Health Care Claim

837 Dental Health Care Claim Companion Document 837D 837 Dental Health Care Claim Basic Instructions This section provides information to help you prepare for the ANSI ASC X12N 837 Health Care transaction for dental claims. The remaining

More information

IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS COMMODITY PROCUREMENT ACCOUNT ANALYSIS (822) TRANSACTION SET

IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS COMMODITY PROCUREMENT ACCOUNT ANALYSIS (822) TRANSACTION SET IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS COMMODITY PROCUREMENT ACCOUNT ANALYSIS (822) TRANSACTION SET FCA US INFORMATION & COMMUNICATION TECHNOLOGY MANAGEMENT ANSI ASC X12 VERSION/RELEASE

More information

EDI Specifications Guide. 855 Customer Purchase Order Acknowledgement

EDI Specifications Guide. 855 Customer Purchase Order Acknowledgement 855 Customer Purchase Order Acknowledgement 855 Purchase Order Acknowledgement- Functional Group=PR VER. 4010 FISHER SCIENTIFIC This Standard contains the format and establishes the data contents of the

More information

3. When the transaction set is accepted with data content change, the corrected data MUST be provided.

3. When the transaction set is accepted with data content change, the corrected data MUST be provided. 824 Application Advice Functional Group ID=AG Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Application Advice Transaction Set (824) for use

More information

DentaQuest HIPAA Transaction Standard Companion Guide

DentaQuest HIPAA Transaction Standard Companion Guide DentaQuest HIPAA Transaction Standard Companion Guide 837D 005010X224A2 Version 1.0 January 2016 January 18, 2016 1 Disclosure Statement 2015 DentaQuest, LLC. All rights reserved. This document may be

More information

855 Purchase Order Acknowledgment. United Natural Foods

855 Purchase Order Acknowledgment. United Natural Foods 855 Purchase Order Acknowledgment Company: United Natural Foods Table of Contents 855 Purchase Order Acknowledgment... 1 ST Transaction Set Header... 2 BAK Beginning Segment for Purchase Order Acknowledgment...

More information

PGW EDI Implementation Guideline

PGW EDI Implementation Guideline PGW EDI Implementation Guideline For Transaction Set 814 Reinstatement POR Request and Response X12 v4010 814 Reinstatement Request and Response Rev 1.0 July 28, 2015 Contents 814 General Request, Response

More information

Standard Companion Guide

Standard Companion Guide HealthSmart Benefit Solutions, Inc. Standard Companion Guide Refers to the Implementation Guide Based on X12 Version 00X220A1 Benefit Enrollment and Maintenance () January 2012 Companion Guide Version

More information

271 Health Care Eligibility Benefit Inquiry Response Educational Guide

271 Health Care Eligibility Benefit Inquiry Response Educational Guide 271 Health Care Eligibility Benefit Inquiry Response Educational Guide June 2010 - Version 1.1 Disclaimer INGENIX is still under development stages and frequent changes within this document are expected.

More information

GovX Purchase Order. X12/V5010/850: 850 Purchase Order

GovX Purchase Order. X12/V5010/850: 850 Purchase Order 850 Purchase Order X12/V5010/850: 850 Purchase Order Company: GovX.com 1 4/12/2013 Purchase Order - 850 10/16/2015 Added TD5 segment 1/7/2016 Added new value UP in PO106 2 Table of Contents 850 Purchase

More information

BRP Inc. ELECTRONIC DATA INTERCHANGE (EDI) IMPLEMENTATION GUIDE 865 VERSION 4010 FROM SUPPLIER. Document version 1.5

BRP Inc. ELECTRONIC DATA INTERCHANGE (EDI) IMPLEMENTATION GUIDE 865 VERSION 4010 FROM SUPPLIER. Document version 1.5 BRP Inc. ELECTRONIC DATA INTERCHANGE (EDI) IMPLEMENTATION GUIDE 865 VERSION 4010 FROM SUPPLIER Document version 1.5 The following guide is intended to facilitate the user in implementing Electronic Data

More information

846 Inventory Inquiry / Advice _Outbound

846 Inventory Inquiry / Advice _Outbound 846 Inventory Inquiry / Advice _Outbound 846 ANSI X12 004010 Version: 1.1 Publication: 02.09.2014 Version Version Date Description of Change Reason of Change Author Change Reference Number 1.0 09.02.2014

More information

940 Warehouse Shipping Order

940 Warehouse Shipping Order 940 Warehouse Shipping Order X12/V4030/940: 940 Warehouse Shipping Order Version: 1.0 Author: Abbott Nutrition ebusiness Company: Abbott Nutrition Created: 03/21/2012 Current: 03/21/2012 Table of Contents

More information

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide

ANSI ASC X12N 837 Healthcare Claim (Version X222A1-June 2010) Professional Companion Guide ANSI ASC X12N 837 Healthcare Claim (Version 005010X222A1-June 2010) Pruitt Health Premier Missouri Medicare Select Signature Advantage September 2015 TABLE OF CONTENTS AT A GLANCE II CHAPTER 1: INTRODUCTION

More information

855 Purchase Order Acknowledgment

855 Purchase Order Acknowledgment 855 Purchase Order Acknowledgment Functional Group ID= PR Introduction: This Draft Standard for Trial Use contains the format and establishes the data contents of the Purchase Order Acknowledgment Transaction

More information

Vendor Specifications 270/271 Eligibility Benefit Inquiry and Response ASC X12N Version for. State of Idaho MMIS

Vendor Specifications 270/271 Eligibility Benefit Inquiry and Response ASC X12N Version for. State of Idaho MMIS Vendor Specifications 270/271 Eligibility Benefit Inquiry and Response ASC X12N Version 5010 for State of Idaho MMIS Date of Publication: 7/27/2017 Document : TL419 Version: 8.0 Revision History Version

More information

West Virginia HMO Rosters Companion Guide 834

West Virginia HMO Rosters Companion Guide 834 West Virginia HMO Rosters Companion Guide 834 Version 1.8 Created Modified March 09, 2015 March 09, 2015 I TABLE OF CONTENTS Record of change... 3 Companion Guide Purpose... 3 Overview... 3 Scope... 4

More information

837 PROFESSIONAL CLAIMS AND ENCOUNTERS TRANSACTION COMPANION GUIDE

837 PROFESSIONAL CLAIMS AND ENCOUNTERS TRANSACTION COMPANION GUIDE 837 PROFESSIONAL CLAIMS AND ENCOUNTERS TRANSACTION COMPANION GUIDE OCTOBER 19, 2012 A S C X 1 2 N 8 3 7 (0 0 5 0 10 X 222A1) VERSION 3.0 TABLE OF CONTENTS 1.0 Overview 3 2.0 Introduction 4 3.0 Data Exchange

More information

846 Inventory Inquiry/Advice

846 Inventory Inquiry/Advice 846 Inventory Inquiry/Advice X12/V5010/846: 846 Inventory Inquiry/Advice Company: Contact: GovX.com integrations@govx.com 846 Inventory Inquiry/Advice Functional Group=IB Purpose: This X12 Transaction

More information