• No results found

SOAP WSDL & HTTP MIME REST Web Services Companion Guide HIPAA Operating Rules (HOpR) CORE Phase II

N/A
N/A
Protected

Academic year: 2021

Share "SOAP WSDL & HTTP MIME REST Web Services Companion Guide HIPAA Operating Rules (HOpR) CORE Phase II"

Copied!
23
0
0

Loading.... (view fulltext now)

Full text

(1)

SOAP WSDL & HTTP MIME

REST Web Services

Companion Guide

HIPAA Operating Rules (HOpR) CORE Phase II

Companion Guide for web

service options supporting the

connectivity for and retrieval of

ERA (835) transactions.

October 3, 2013

(2)

©2013 Xerox Corporation. All rights reserved. Xerox® and Xerox and Design® are trademarks of Xerox Corporation in the United States and/or other countries. Other company trademarks are also acknowledged.

(3)

Revision History

Version Date Description Author

0.1 Sep 19, 2013 Initial release of HTTP MIME HOpR Companion Guide for 835

transactions.

Rajesh Ramanathan

1.0 October 3, 2013 Guide modified to include both SOAP WSDL and HTTP MIME web services for 835 transactions.

(4)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II ii

Preface

This document describes the HIPAA Operating Rules (HOpR) CORE Phase II mandated web service options that implement the safe harbor connectivity rules. These include the SOAP WSL web service and the HTTP MIME REST web service. The information included in this document specifically describes the connectivity for and retrieval of ERA (835) transactions and the subsequent Acknowledgement submissions using these web services.

SOAP WSDL

The SOAP WSDL web service will be referred to as BatchWS throughout this document. In addition, it also describes a companion web service called ListWS, which may be used in conjunction with the BatchWS to deliver a complete solution.

HTTP MIME

The Multipurpose Internet Mail Extension (MIME) is an Internet standard that extends the format of email to support the following varying components. Representational

State Transfer (REST)-style architectures conventionally consist of clients and servers,

(5)

Table of Contents

Revision History ... i

Preface ... ii

SOAP WSDL ... ii

HTTP MIME ... ii

1

SOAP WSDL ... 1

BatchWS ... 1

ListWS ... 1

Use Case Scenarios ... 2

Use Case 1: Retrieving the Latest File ... 2

Use Case 2: Retrieving the List of Available 835 files ... 4

Use Case 3: Retrieving a Specific 835 File ... 5

CORE Recommended Standards ... 8

2

HTTP MIME REST Service ... 9

Overview ... 9

Reference Documents... 9

Assumptions ... 9

Dependencies ... 10

Service Accessing Client Implementation ... 10

Accessing 835 5010 Transaction Set ... 11

Retrieve the latest file ... 11

Retrieving 835 File List and Explicit Inquiry of 835 X12 File ... 13

(6)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 1

1 SOAP WSDL

BatchWS

BatchWS is a core compliant web service that enables the 835 file retrieval. To connect to this service, the web service client should be compliant with the CORE supplied WSDL and XSD and other CORE recommended standards below. The web service client should have web service security implemented to pass the trading partner username and password for authentication in the SOAP header per the CORE recommendation. The client should have the ability to communicate over a SSL and X.509 certificate. The client should be MTOM enabled for transmitting and receiving payload/files as web service attachments.

1. WSDL location

www.caqh.org/SOAP/WSDL/CORERule2.2.0.wsdl

2. XSD Location

http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd

3. End point: BatchWS URL

https://edisolutions.acs-inc.com/batchWS/services/Core

ListWS

This is a supplementary SOAP web service designed to provide additional features to the trading partner. This web service is not CORE mandated. However, this is being provided to extend the trading partner's capability beyond retrieval of latest 835s. The web service returns a list of available files for the trading partner in a specified date range. In addition, it also provides details such as the 835 file size; creation date/last modified time;

filename, etc. The filenames returned through this service can be used in the BatchWS to retrieve a specific file by name.

1. WSDL :

EDIListFiles.wsdl

2. XSD : Data types defined in WSDL. 3. End point: The ListWS URL

(7)

Use Case Scenarios

Based on CORE recommendations and considering all potential scenarios to achieve complete functionality, the use of these web services can be organized into three possible use case scenarios:

• Use Case 1: Retrieving the latest 835s file.

• Use Case 2: Retrieving the list of all 835s in trading partners mailbox. • Use Case 3: Retrieving a specific 835 using the filename.

Use Case 1: Retrieving the Latest File

The Generic Batch Retrieval Transaction operation should be used in BatchWS to retrieve the latest file. The PayloadType should be set to

X12_835_Request_005010X221A1 and PayloadId set to keyword “LATEST”.

Message Type Sample Message BatchWS Request Message <soap:Envelope xmlns:cor="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">

<soap:Header><wsse:Security soap:mustUnderstand="true" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken

wsu:Id="UsernameToken-2"><wsse:Username>trading partner id</wsse:Username><wsse:Password

Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</wsse:Password></wsse:UsernameToken></wsse:Security></soap:Header> <soap:Body>

<cor:COREEnvelopeBatchResultsRetrievalRequest>

<PayloadType>X12_835_Request_005010X221A1</PayloadType>

SOAP Client SOAP batchWS

GenericBatchRetrievalResponse(Latest 835 sent back as attachment)

(8)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 3 Message Type Sample Message <ProcessingMode>Batch</ProcessingMode> <PayloadID>LATEST</PayloadID> <TimeStamp>2007-08-30T10:20:34-0400</TimeStamp> <SenderID>SENDER</SenderID> <ReceiverID>RECEIVER</ReceiverID> <CORERuleVersion>2.2.0</CORERuleVersion> </cor:COREEnvelopeBatchResultsRetrievalRequest> </soap:Body> </soap:Envelope> BatchWS Response Message <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <ns1:COREEnvelopeBatchResultsRetrievalResponse xmlns:ns1="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd"> <PayloadType>X12_835_Response_005010X221A1</PayloadType> <ProcessingMode>Batch</ProcessingMode> <PayloadID>LATEST</PayloadID> <PayloadLength>2883</PayloadLength> <TimeStamp>2013-09-16T10:27:11-0400</TimeStamp> <SenderID>XEROX</SenderID> <ReceiverID>SENDER</ReceiverID> <CORERuleVersion>2.2.0</CORERuleVersion> <CheckSum>855aa10f39337c1c4e8c81c2bb1406e88ccb87a7</CheckSum> <Payload> <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:1.edd888eb0bb3524f0f57ad1ed9c1c0d4d9c20dc2f507fc6d@apache.org"/> </Payload> <ErrorCode>Success</ErrorCode>

<ErrorMessage>Envelope was processed successfully.</ErrorMessage> </ns1:COREEnvelopeBatchResultsRetrievalResponse> </soapenv:Body> </soapenv:Envelope> --MIMEBoundary_8dd888eb0bb3524f0f57ad1ed9c1c0d4d9c20dc2f507fc6d Content-Type: application/octet-stream Content-Transfer-Encoding: binary Content-ID: <1.edd888eb0bb3524f0f57ad1ed9c1c0d4d9c20dc2f507fc6d@apache.org> ISA*00* *00* *ZZ*100000 *ZZ*……… ………..~ --MIMEBoundary_8dd888eb0bb3524f0f57ad1ed9c1c0d4d9c20dc2f507fc6d--

(9)

Use Case 2: Retrieving the List of Available 835 files

The functionality of retrieving the list of available 835 files is provided through the ListWS web service. This is a not a CORE required web service, but is being offered to provide to extend functionality. The PayloadType should be set to “ERA” and the FromDate and ToDate should be in the format MMDDYYYY. The FromDate and ToDate should be a valid date range.

See the same request message for ListWS as follows.

Message Type Sample Message ListWS Request Message <soapenv:Envelope xmlns:edil="http://www.example.org/EDIListFiles/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Header><wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-76"><wsse:Username>Tradinpartner username</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Tradingpartner password</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security- 1.0#Base64Binary">NjT5Epc7jvxazlOa4l/EYg==</wsse:Nonce><wsu:Created>2013-09-18T21:45:57.062Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header> <soapenv:Body> <edil:EDIListFilesRequest> <PayloadType>ERA</PayloadType> <TimeStamp>2013-07-17T11:38:29-0400</TimeStamp> <SenderID>senderid</SenderID> <ReceiverID>receiverid</ReceiverID> <FromDate>06/17/2013</FromDate> <ToDate>08/20/2013</ToDate> </edil:EDIListFilesRequest> </soapenv:Body>

SOAP Client SOAP ListWS

EDIListFilesResponse(List of 835s) EDIListFilesRequest(Date range MMDDYY)

(10)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 5 Message Type Sample Message </soapenv:Envelope> ListWS Response Message <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns1:EDIListFilesResponse xmlns:ns1="http://www.example.org/EDIListFiles/"> <PayloadType>ERA</PayloadType> <TimeStamp>2013-09-18T05:46:39-0400</TimeStamp> <SenderID>receiverid</SenderID> <ReceiverID>senderid</ReceiverID> <FileCount>2</FileCount> <ErrorCode>Success</ErrorCode>

<ErrorMessage>Envelope was processed successfully, There are 2, 835 files matching your criteria</ErrorMessage> <FileList> <FileDetails> <FileName>file1.txt</FileName> <FileSize>26</FileSize> <CreationDate>07/18/2013 10:21:35</CreationDate> </FileDetails> <FileDetails> <FileName>file2.txt</FileName> <FileSize>9</FileSize> <CreationDate>08/13/2013 13:48:07</CreationDate> </FileDetails> </FileList> </ns1:EDIListFilesResponse> </soapenv:Body> </soapenv:Envelope>

Use Case 3: Retrieving a Specific 835 File

The function of retrieving a specific 835 is provided through the BatchWS. The trading partner would input a specific filename in the retrieval request. The list of available files can be retrieved using ListWS, as detailed in Use Case 2.

(11)

Message Type Sample Message BatchWS Request Message <soap:Envelope xmlns:cor="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">

<soap:Header><wsse:Security soap:mustUnderstand="true" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-5"><wsse:Username>Trading partner user

name</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss- username-token-profile-1.0#PasswordText">password</wsse:Password></wsse:UsernameToken></wsse:Security></soap:Header> <soap:Body> <cor:COREEnvelopeBatchResultsRetrievalRequest> <PayloadType>X12_835_Request_005010X221A1</PayloadType> <ProcessingMode>Batch</ProcessingMode> <PayloadID>filename</PayloadID> <TimeStamp>2007-08-30T10:20:34Z</TimeStamp> <SenderID>SENDER</SenderID> <ReceiverID>RECEIVER</ReceiverID> <CORERuleVersion>2.2.0</CORERuleVersion> </cor:COREEnvelopeBatchResultsRetrievalRequest> </soap:Body>

SOAP Client SOAP ListWS

EDIListFilesResponse(List of 835s) EDIListFilesRequest(Date range MMDDYY)

SOAP Client SOAP batchWS

GenericBatchRetrievalResponse(requested 835 sent back as attachment)

(12)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 7 Message Type Sample Message </soap:Envelope> BatchWS Response Message <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <ns1:COREEnvelopeBatchResultsRetrievalResponse xmlns:ns1="http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd"> <PayloadType>X12_835_Response_005010X221A1</PayloadType> <ProcessingMode>Batch</ProcessingMode> <PayloadID>NM_130817_77048_O_140186_1457530594_835_146878_835.001</PayloadID> <PayloadLength>5191</PayloadLength> <TimeStamp>2013-09-16T10:57:21-0400</TimeStamp> <SenderID>XEROX</SenderID> <ReceiverID>SENDER</ReceiverID> <CORERuleVersion>2.2.0</CORERuleVersion> <CheckSum>7d66f0300f43b893054b19651335650c68f0bf05</CheckSum> <Payload> <xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:1.cdd888eb0bb3524f1ff8bd1ed9c1c0d404c20dc2f507fc6d@apache.org"/> </Payload> <ErrorCode>Success</ErrorCode>

<ErrorMessage>Envelope was processed successfully.</ErrorMessage> </ns1:COREEnvelopeBatchResultsRetrievalResponse> </soapenv:Body> </soapenv:Envelope> --MIMEBoundary_edd888eb0bb3524f1ff8bd1ed9c1c0d404c20dc2f507fc6d Content-Type: application/octet-stream Content-Transfer-Encoding: binary Content-ID: <1.cdd888eb0bb3524f1ff8bd1ed9c1c0d404c20dc2f507fc6d@apache.org> ISA*00* *00* *ZZ*100000 *ZZ*……… ………~ --MIMEBoundary_edd888eb0bb3524f1ff8bd1ed9c1c0d404c20dc2f507fc6d--

(13)

CORE Recommended Standards

The web services described in this document are based on the following standards and the noted versions:

• HTTP Version 1.1 • SSL Version 3.0 • SOAP Version 1.2 • WSDL Version 1.1

(14)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 9

2 HTTP MIME REST

Service

Overview

MIME is an Internet standard that extends the format of email to support the following components:

• Text in character sets other than ASCII • Non-text attachments

• Message bodies with multiple parts

• Header information in non-ASCII character sets

• Multipart/form-data is used to express values submitted through a form; it is most REST is the architecture style used for this solution. Conventionally consisting

of clients and servers, REST-style architectures allow clients to initiate requests to servers; servers then process requests and return appropriate responses. In the REST architectural style, data and functionality are considered resources and are accessed using Uniform Resource Identifiers (URIs); typically links on the Web.

Reference Documents

Refer to the ASC X12 835 005010X220A1 Claim Payment Advice Implementation Guide Technical Report Type 3

Refer to http://www.faqs.org/rfcs/rfc2388.html for HTTP MIME.

Refer to http://en.wikipedia.org/wiki/Representational_state_transfer for REST.

Assumptions

The Medicaid MMIS has successfully implemented CORE Phase I & II HIPAA Operating Rules (27X series transactions, Part A & Part B).

Trading Partners will be required to establish successful Safe Harbor connectivity using the 835 HTTP+MIME.

(15)

Dependencies

CORE Phase I & II HIPAA Operating Rules (27X series transactions, Part A and Part B) successful implementation is a prerequisite to begin the CORE Phase III HIPAA

Operating Rules.

Service Accessing Client Implementation

The 835 transaction set that is processed by EDI must conform to the X12N Health Care Claim Payment/Advice (835) Implementation Guide.

Health Plans and Clearinghouses/Switches/Information Exchanges that conform to Phase II CORE Connectivity Rule must implement HTTP MIME Multipart envelope standards. Healthcare Providers or Provider Vendors must implement one of the envelope standards to access this service.

CORE Connectivity Rules for HTTP MIME are based on the following standards: • HTTP Version 1.1

• SSL Version 3.0 • MIME Version 1.0

• The MIME Multipart/Form-Data (IETF RFC 2388)

To access this service the Healthcare Providers or Provider vendor should use the following URL https://edisolutions.acs-inc.com/batchrs/services/Core/. The envelope metadata of the request is described with the following sections.

Client

HTTP Multipart MIME

Healthcare Provider/Vendor

Health Plans / Clearinghouse or Provider implementing a server

(16)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 11

Accessing 835 5010 Transaction Set

The current web services [HTTP+MIME] that provide safe harbor for providers and application vendors to accept claim remittance requests with the following two options. 1. Request the latest 835 file

2. Request 835 file list and trading partner would request the 835 file using payload ID (file name) back to Xerox EDI

Retrieve the latest file

The request envelope metadata to retrieve the latest 835 file is as follows: POST /core/eligibility HTTP/1.1

Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Request_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

LATEST

--XbCY

Content-Disposition: form-data; name=“TimeStamp"

Client

HTTP Multipart MIME

Server

Healthcare Provider/Vendor Xerox EDI System

835 Request for Latest File

The latest 835 file will sent with

(17)

2007-08-30T10:20:34Z --XbCY

Content-Disposition: form-data; name=“UserName" hospa

--XbCY

Content-Disposition: form-data; name=“Password" 8y6dt3dd2

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

--XbCY

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY

Content-Disposition: form-data; name=“FromDate"

<Here the FromDate will be null or not part of the request> --XbCY

Content-Disposition: form-data; name=“ToDate"

<Here the ToDate will be null or not part of the request> --

XbCY—-The response from the HTTP MIME is as follows: POST /core/eligibility HTTP/1.1 Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Response_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

LATEST

--XbCY

Content-Disposition: form-data; name=“TimeStamp" 2007-08-30T10:20:34Z

(18)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 13

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

--XbCY

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY

Content-Disposition: form-data; name=“ CheckSum" c502006100af86a65172ffdfc12ebdaca015ec3d

--XbCY

Content-Disposition: form-data; name=“ PayloadLength" 31

--XbCY

Content-Disposition: form-data; name=“Payload" <Content of the latest 835 file go here>

--XbCY

Content-Disposition: form-data; name=“ErrorCode" Success

--XbCY

Content-Disposition: form-data; name=“ErrorMessage" None

--XbCY—

Retrieving 835 File List and Explicit Inquiry of 835 X12 File

When the trading partner initiates the 835 file list retrieval request with Date range, the HTTP MIME service will respond with the XML formatted 835 file details.

Client

Healthcare Provider/Vendor Xerox EDI System

835 Request for Latest File

The latest 835 file will sent with

response

HTTP Multipart MIME

(19)

The request envelope metadata to retrieve the 835 files list is as follows: POST /core/eligibility HTTP/1.1

Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Request_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

<Here the payload ID will be null or not part of the request>

--XbCY

Content-Disposition: form-data; name=“TimeStamp" 2007-08-30T10:20:34Z

--XbCY

Content-Disposition: form-data; name=“UserName" hospa

--XbCY

Content-Disposition: form-data; name=“Password" 8y6dt3dd2

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

--XbCY

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY

Content-Disposition: form-data; name=“FromDate" 07/01/2013

--XbCY

Content-Disposition: form-data; name=“ToDate" 07/31/2013

(20)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 15

The response from the HTTP MIME will be as follows: POST /core/eligibility HTTP/1.1

Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Response_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

<Here the payload ID will be null or not part of the response>

--XbCY

Content-Disposition: form-data; name=“TimeStamp" 2007-08-30T10:20:34Z

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

--XbCY

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY—

Content-Disposition: form-data; name=“FileList" <835 File detail go here in XML format>

<?xml version="1.0" encoding="UTF-8"?> <FileList> <FileDetails> <FileName>…</FileName> <CreationDate>…</CreationDate> <FileSize>…</FileSize> </FileDetails> .. </FileList> --XbCY

Content-Disposition: form-data; name=“ErrorCode" Success

--XbCY

Content-Disposition: form-data; name=“ErrorMessage" None

(21)

–XbCY--Explicit Inquiry of 835 X12 File

When the trading partner initiates the 835 file retrieval request with specific PayloadID (File Name), the HTTP MIME service will retrieve the 835 file and send it in the response. The trading partner can get the specific PayloadID (File Name) from above mentioned 835 File List retrieval service.

The request envelope metadata to retrieve the specific 835 file is as follows: POST /core/eligibility HTTP/1.1

Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Request_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

<Specific 835 FileName>

--XbCY

Content-Disposition: form-data; name=“TimeStamp" 2007-08-30T10:20:34Z

--XbCY

Content-Disposition: form-data; name=“UserName" hospa Client HTTP Multipart MIME Server Healthcare Provider/Vendor

Xerox EDI System

835 Request with Specific Payload ID

The respective 835 will send with

(22)

SOAP WSDL - HIPAA Operating Rules (HOpR) CORE Phase II 17

--XbCY

Content-Disposition: form-data; name=“Password" 8y6dt3dd2

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

--XbCY

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY

Content-Disposition: form-data; name=“FromDate"

<Here the FromDate will be null or not part of the request> --XbCY

Content-Disposition: form-data; name=“ToDate"

<Here the ToDate will be null or not part of the request> --XbCY—

The response from the HTTP MIME will be as follows: POST /core/eligibility HTTP/1.1

Host: server_host:server_port Content-Length: 244508

Content-Type: multipart/form-data; boundary=XbCY --XbCY

Content-Disposition: form-data; name=“PayloadType“

X12_835_Response_005010X221A1

--XbCY

Content-Disposition: form-data; name=“ProcessingMode" Batch

--XbCY

Content-Disposition: form-data; name=“PayloadID"

<835 File Name>

--XbCY

Content-Disposition: form-data; name=“TimeStamp" 2007-08-30T10:20:34Z

--XbCY

Content-Disposition: form-data; name=“SenderID" HospitalA

(23)

Content-Disposition: form-data; name=“ReceiverID" PayerB

--XbCY

Content-Disposition: form-data; name=“CORERuleVersion" 2.2.0

--XbCY

Content-Disposition: form-data; name=“ CheckSum" c502006100af86a65172ffdfc12ebdaca015ec3d

--XbCY

Content-Disposition: form-data; name=“ PayloadLength" 31

--XbCY

Content-Disposition: form-data; name=“Payload" <Content of the requested 835 file go here> --XbCY

Content-Disposition: form-data; name=“ErrorCode" Success

--XbCY

Content-Disposition: form-data; name=“ErrorMessage" None

References

Related documents

This study revealed that the FFM dimensions of Openness to Experience and Agreeableness are positively associated with self-reported measures of empathy in undergraduate

93 / 42 / EEC Medical devices, class IIb (European Directive for Medical Devices), 97/ 23 / EC (Pressure Equipment Directive), 2006 / 42 / EC (Machinery Directive) ; EN 13060

Late maternal death is defined as a maternal death due to pregnancy (direct or indirect obstetric causes) which occurred more than 42 days but less than one year after the end

Section 3 - Solid Desiccant Dehydration In the last section, we examined how the principle of low temperature separation could be used to reduce the water content of a gas... A

As market players are complex entities, having their very own characteristics and objectives, making their decisions and inter- acting with other players, MASCEM was developed as

Bluefin tuna: Japanese longliners catch a large amount of these tunas in the Atlantic and Mediterranean, reaching 70% of the catches with this fishing gear (Fonteneau,

There is enough work for the Catholic Church attempt to influence the Healthcare policy to modify the financial system and to support research projects they will develop a new

The results show that using high strength material for high flex- ural moment capacity has lower cost than low stretch concrete since doubly rein- forced design is not an