EDI 999 Data Transformation

Transform and create EDI messages using one of our two supported JSON formats.

Our current supported EDI version: 005010

Need help with some of our documentation? Feel free to contact our support team, and one of our support team members will be happy to assist you.

EDI 999 Request to Smart JSON Response

Transforms the EDI 999 message into our Smart JSON format. Recommended unless you need specific requirements that the Smart JSON may not support.

Request headers

Authentication

To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>

LicenseId

<EDI Acknowledgment Data Transformation License Id>

Response fields

Field

Description

IsAccepted

boolean represents whether the acknowledgment was accepted.

OriginatorFunctionalGroupControlNumber

string

FunctionalGroupAcknowledgmentCode

string represents the acknowledgment code for the functional group of an EDI message.

FunctionalGroupErrorDescription

string represents the error description for the functional group of an EDI message.

TransactionSetResponse

List<TransactionSetResponse> represents the transaction sets of an EDI message. Use class TransactionSetResponse for reference.

Sample request

EDI 999 Copy

Sample response

Smart JSON Copy

EDI 999 Request to JSON Response

Transforms an EDI 999 message into JSON.

Request headers

Authentication

To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>

LicenseId

<EDI Acknowledgment Data Transformation License Id>

Sample request

EDI 999 Copy

Sample response

JSON Copy

JSON Request to EDI 999 Response

Transforms JSON into an EDI 999 message.

Request headers

Authentication

To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>

LicenseId

<EDI Healthcare Data Transformation License Id>

Sample request

JSON Copy

Sample response

EDI 999 Copy

TransactionSetResponse fields

Field

Description

IsAccepted

boolean represents whether the acknowledgment was accepted.

OriginatorTransactionSetControlNumber

string

TransactionSetAcknowledgmentCode

string represents the acknowledgment code for the transaction set of an EDI message.

TransactionSetErrorDescription

string represents the error description for the transaction set of an EDI message.

ErrorIdentification

List<ErrorIdentification> represents the errors in the transaction set, such as errors in segments. Use class ErrorIdentification for reference.

ErrorIdentification fields

Field

Description

SegmentId

string

SegmentPositionInTransactionSet

string

ErrorDescription

string

BusinessUnitContextReferenceName

string

BusinessUnitContextReferenceId

string

DataElementErrorIdentification

List<DataElementErrorIdentification>represents the errors in the data element. Use class DataElementErrorIdentification for reference.

DataElementErrorIdentification fields

Field

Description

PositionInSegment

string

DataElementReferenceNumber

string

ErrorDescription

string

DataElementSyntaxErrorCode

string

DataElement

string