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.
Transforms the EDI 835 message into our Smart JSON format. Recommended unless you need specific requirements that the Smart JSON may not support.
post https://api-edi.splinxtechnologies.com/v1/edi-transformation/edi835-to-smart
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>
<EDI Healthcare Data Transformation License Id>
FinancialTransactionAction
string
SenderDepositoryFinancialInstitutionNumber
string
SenderBankAccountNumber
string
ReceiverOrProviderBankIdNumber
string
ReceiverOrProviderAccountNumber
string
FinancialTransactionTraceNumber
string
FinancialTransactionPayerIdentifier
string
Payer
Payer represents the payer of the transaction. Use class Payer for reference.
Payee
Payee represents the payee of the transaction. Use class Payee for reference.
ClaimPaymentDetails
List<ClaimPaymentDetails> represents the details for the claim payment. Use class ClaimPaymentDetails for reference.
ProviderAdjustments
List<ProviderAdjustment> represents the provider adjustments for the transaction. Use class ProviderAdjustment for reference.
Sample request
Sample response
Transforms an EDI 835 message into JSON.
post https://api-edi.splinxtechnologies.com/v1/edi-transformation/edi835-to-json
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>
<EDI Healthcare Data Transformation License Id>
Sample request
Sample response
Transforms JSON into an EDI 835 message.
post https://api-edi.splinxtechnologies.com/v1/edi-transformation/json-to-edi835
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>
<EDI Healthcare Data Transformation License Id>
Sample request
Sample response
BusinessContactName
string
BuisnessContactInformation
List<ReferenceInformation> represents the business contact information for the payer. Use class ReferenceInformation for reference.
TechnicalContactInfomation
List<ContactAndReferenceInformation> represents the technical contact information for the payer. Use class ContactAndReferenceInformation for reference.
AddressInformation
AddressInformation represents the address information. Use class AddressInformation for reference.
AdditionalIdentifiers
List<ReferenceInformation> represents any additional identifiers. Use class ReferenceInformation for reference.
TechnicalContactName
string
TechnicalContactCommunicationInformation
List<ReferenceInformation> represents the technical contact communication information for the payee. Use class ReferenceInformation for reference.
AddressInformation
AddressInformation represents the address information. Use class AddressInformation for reference.
AdditionalIdentifiers
List<ReferenceInformation> represents any additional identifiers. Use class ReferenceInformation for reference.
ProviderSummaryInfomation
ProviderSummaryInfomation represents the provider summary information. Use class ProviderSummaryInfomation for reference.
ClaimPaymentInformation
List<ClaimPaymentInformation> represents the claim payment information. Use class ClaimPaymentInformation for reference.
ProviderIdentification
string
TotalClaimsCharges
string
TotalMedicareSecondaryPayerAmount
string
TotalNonLabChargeAmount
string
TotalHCPCSReportedChargeAmount
string
TotalHCPCSPayableAmount
string
TotalProfessionalComponentAmount
string
TotalMedicareSecondaryPayerPatientLiabilityNetAmount
string
TotalPatientReimbursementAmount
string
TotalPeriodicInterimPaymentClaimCount
string
TotalPeriodicInterimPaymentAmount
string
AdjustmentCategory
string
AdjustmentDetails
List<AdjustmentDetails> represents the adjustment details. Use class AdjustmentDetails for reference.
ReferenceIdentification
string
AdjustmentQuantity
string
LastNameOrOrganizationName
string
ProviderIdentifier
string
Adjustments
List<AdjustmentDetails> represents the adjustments. Use class AdjustmentDetails for reference.