RE: AS2 returning EDI
"Dick Brooks" <[email protected]>
| Newsgroups | gmane.ietf.ediint |
|---|---|
| Message-ID | <[email protected]> |
Jim, Using the Generalized Receipts approach you would do the following: 1. Construct a Receipt-type that contains a "eligibility-response", e.g. HIPAA-ELIGIBILITY-RESPONSE 2. The sender should include a receipt-disposition-to header along with the receipt-report-type set to HIPAA-ELIGIBILITY-RESPONSE 3. If you want the response signed then indicate this with the receipt-security-selection header 4. Send these headers along with the HIPAA X12 eligibility inquiry in the payload 5. The server should follow the proper behavior to produce the HIPAA-ELIGIBILITY-RESPONSE I've attached a simple HTML form to demonstrate this. Dick Brooks Group 8760 110 12th Street North Birmingham, AL 35203 [email protected] 205-250-8053 Fax: 205-250-8057 http://www.8760.com/ InsideAgent - Empowering e-commerce solutions -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Jim Hurd Sent: Monday, January 08, 2001 10:55 AM To: [email protected] Subject: AS2 returning EDI I would like a future AS2 to clarify how EDI should be returned in the http response. This is needed for healthcare transactions like eligibility checks. I assume that the generalized receipt mechanism could be used, but isn't this important enough to standardize? Are there already proposals to this effect that I am unaware of? Jim
Upload-form.html
(text/html, 3 KB)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE> EDIINT AS2 TESTING</TITLE> <META NAME="GENERATOR" CONTENT="Microsoft FrontPage 4.0"> <META NAME="AUTHOR" CONTENT="Group 8760"> </HEAD> <BODY LINK="#058cc8" VLINK="#058cc8" ALINK="#058cc8" bgcolor="white"> <font size=2> <A NAME="top"></A> <CENTER> <TABLE border=1 WIDTH="98%" cellpadding=5> <TR align=center><TD><h1>EDIINT AS2 UPLOAD FORM</h1></TD></TR> <TR align=center> <TD colspan=3> <br> <form ENCTYPE="multipart/form-data" ACTION="http://localhost:9090/servlet/AS2Appl" METHOD=POST> <strong>Please send your EDIINT AS2 testdata</strong> <table cellspacing=2> <tr align=left> <td><b>From:</b></td> <td><input type="text" name="from" value="190723155" size=25></td> </tr> <tr align=left> <td><b>To:</b></td> <td><input type="text" name="to" value="006900518" size=25></td> </tr> <tr align=left> <td><b>Agent:</b></td> <td><input type="text" name="Agent" value="" size=25></td> </tr> <tr align=left> <td><b>Application:</b></td> <td><input type="text" name="Application" value="AccountsPayable.PaymentProcessor" size=25></td> </tr> <tr align=left> <td><b>Creation Date and Time:</b></td> <td><input type="text" name="DateTime" value=" Wed, 02 Feb 2000 10:09:27 -0600" size=25></td> </tr> <tr align=left> <td><b>RefNum:</b></td> <td><input type="text" name="RefNum" value="12345" size=25></td> </tr> <tr align=left> <td><b>User Parameter:</b></td> <td><input type="text" name="UserParam" value="second exchange" size=25></td> </tr> <tr align=left> <td><b>Version:</b></td> <td><input type="text" name="Version" value="1.0" size=25></td> </tr> <tr align=left> <td><b>Transaction Set:</b></td> <td><input type="text" name="Transaction-set" value="Invoice" size=25></td> </tr> <tr align=left> <td><b>Send Receipt To:</b></td> <td><input type="text" name="Receipt-disposition-to" value="190723155" size=25></td> </tr> <tr align=left> <td><b>Receipt Delivery Method:</b></td> <td><input type="text" name="Receipt-delivery-option" value="" size=25></td> </tr> <tr align=left> <td><b>Receipt Type:</b></td> <td><input type="text" name="Receipt-report-type" value="HIPAA-ELIGIBILITY-RESPONSE" size=25></td> </tr> <tr align=left> <td><b>Receipt Security Choices:</b></td> <td><input type="text" name="Receipt-security-selection" value="application/pgp-signature;micalg=md5" size=25></td> </tr> <tr align=left> <td><b>Format:</b></td> <td><input type="text" name="input-format" value="ebxml" size=8></td> </tr> <tr align=left> <td><b>Payload:</b></td> <td><input type="FILE" name="input-data" size=36></td> </tr> </table> <br> <br> <table border=0 cellpadding=5> <tr> <td width=50% align=center valign="top"> <input type="submit" value="Submit"></td> </table> </form> </TD> </TR> </table> <br> <BR><BR><BR><BR><hr> <a href="http://gisb:443/cgi-bin/oracle/dispatch?tc_customer=default&tc_pageid=log&tc_formid=log&tc_version=01.00&log2view=/wwwdata/190723155/logfile.log">Gisb log test.</a> </center> </body> </html>