EDI 271 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 271 Request to Smart JSON Response

Transforms the EDI 271 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 Healthcare Data Transformation License Id>

Response fields

Field

Description

IsRejected

boolean represents whether the request was rejected.

RejectReason

List<string> represents the reasons for rejection.

EligibilityOrBenefitSourceInformation

List<EligibilityOrBenefitSource> represents the party that verifies the eligibility. Use class EligibilityOrBenefitSource for reference.

Subscriber

MemberProfile represents the subscriber. Use class MemberProfile for reference.

Dependent

MemberProfile represents the dependent. Use class MemberProfile for reference.

SubscriberEligibilityOrBenefitInformation

List<EligibilityOrBenefitInformation> represents the subscriber's eligibility or benefit information. Use class EligibilityOrBenefitInformation for reference.

DependentEligibilityOrBenefitInformation

List<EligibilityOrBenefitInformation> represents the dependent's eligibility or benefit information. Use class EligibilityOrBenefitInformation for reference.

Sample request

EDI 271 Copy

Sample response

Smart JSON Copy

EDI 271 Request to JSON Response

Transforms an EDI 271 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 Healthcare Data Transformation License Id>

Sample request

EDI 271 Copy

Sample response

JSON Copy

JSON Request to EDI 271 Response

Transforms JSON into an EDI 271 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 271 Copy

EligibilityOrBenefitSource fields

Field

Description

EligibilityOrBenefitSourceType

string

EligibilityOrBenefitSourceName

string

MemberProfile fields

Field

Description

FirstName

string<1-35 characters>

LastName

string<1-60 characters>

BirthDate

string<mm/dd/yy>

StreetAddress

string<1-55 characters>

City

string<2-30 characters>

State

string<2 characters>

ZipCode

string<5-15 characters>

InsuredId

string<2-80 characters> represents the subscriber insurance identification.

SSN

string

TraceReferenceId

string<1-50 characters> represents a value that was sent in an EDI 270 request.

ResponseTraceReferenceId

string<1-50 characters> represents what value will be sent back in the response.

EligibilityOrBenefitInformation fields

Field

Description

EligibilityOrBenefitInformationDescription

string represents the description of the eligibility or benefit.

CoverageLevelDescription

string represents the type of coverage for the eligibility or benefit.

InsuranceTypeDescription

string

PlanCoverageDescription

string

EligibilityOrBenefitDates

List<EligibilityOrBenefitDates> represents the dates for the eligibility or benefit. Use class EligibilityOrBenefitDates for reference.

CoveredAmount

string

BenefitPercent

string represents the Co-Insurance patient's portion of responsibility.

TimePeriodQualifier

string represents the time period for the given insurance coverage.

BenefitRelatedEntityNames

List<BenefitRelatedEntityNames> represents any entities that relate to the given eligibility or benefit. Use class BenefitRelatedEntityNames for reference.

BenefitQuantityQualifier

string represents a given quantity type for the eligibility or benefit.

BenefitQuantity

string represents a given quantity for the eligibility or benefit.

AuthorizationRequired

string

InNetwork

string represents whether the coverage is in network or not.

EligibilityOrBenefitDates fields

Field

Description

EligibilityOrBenefitDateQualifier

string represents information on the date given.

EligibilityOrBenefitDateTime

string

BenefitRelatedEntityNames fields

Field

Description

EntityDescription

string represents the description of the entity given.

Name

string