Claim Status

commercialv2

claim status 270-271

All endpoints
POST/medicalnetwork/claimstatus/v2/raw-x12

rawX12

Check Claim Status x12

Header Parameters

NameTypeDescription
Authorization*stringBearer Your-Access-Token<br/>Example: <b>Bearer eyJraWQiOiIxIiwid…</b>

Request Body*

application/json

object
x12string

Responses

200OK
object

Response

controlNumberstring

Provided by the submitter in the 270 Request. Transaction Set Control Number.

tradingPartnerServiceIdstring

ID used by Clearing House for the trading partner.

payerobject

Loop: 2100A

organizationNamestring

Segment: NM1, Element: NM103, Notes: Payers’s organization name.

payerIdentificationstring

Segment: NM1, Element: NM109, Notes: Payers’s identification number established through trading partner agreement. NM108=PI

centersForMedicareAndMedicaidServicePlanIdstring

Segment: NM1, Element: NM109, Notes: Use when reporting Health Plan ID (HPID) or Other Entity Identifier (OEID). NM108=XV

contactInformationobject

Segment: PER

namestring

Segment: PER, Element: PER02, Notes: Payer’s name.

electronicDataInterChangeAccessNumberstring

Segment: PER, Element: PER04, PER06 or PER08, Notes: Payer's electronic data interchange access number. PER03=PER05=PER07=ED

emailstring

Segment: PER, Element: PER04, PER06 or PER08, Notes: Payer's email. PER03=PER05=PER07=EM

faxstring

Segment: PER, Element: PER04, PER06 or PER08, Notes: Payer's facsimile number. PER03=PER05=PER07=FX

phonestring

Segment: PER, Element: PER04, PER06 or PER08, Notes: Payer's telephone number. PER03=PER05=PER07=TE

phoneExtensionstring

Segment: PER, Element: PER04, PER06 or PER08, Notes: Payer's telephone extension. PER05=PER07=EX

providersarray

Loop: 2100B and 2100C

subscriberobject

Loop: 2000D

memberId*string

Loop: 2100D, Segment: NM1, Element: NM109, Notes: The subscriber's insurance member ID. Maps to subscriberId.

firstName*string

Loop: 2100D, Segment: NM1, Element: NM104, Notes: The subscriber's first name as specified on their policy

lastName*string

Loop: 2100D, Segment: NM1, Element: NM103, Notes: The subscriber's last name as specified on their policy.

genderstring

Loop: 2000D, 2000E, Segment: DMG, Element: DMG03, Notes: The subscriber's gender as specified on their policy.

Enum: MFU

dateOfBirthstring

Loop: 2000D, Segment: DMG, Element: DMG02, Notes: The birth date as specified on the policy for the subscriber. Maps to BirthDate

groupNumberstring

Loop: 2200D, Segment: REF, Element: REF01, Notes: The group number associated with the subscriber.

dependentobject

Loop: 2000E

firstName*string

Loop: 2100E, Segment: NM1, Element: NM104, Notes: The dependent's first name as specified on their policy.

lastName*string

Loop: 2100E, Segment: NM1, Element: NM103, Notes: The dependent's last name as specified on their policy.

genderstring

Loop: 2000E, Segment: DMG, Element: DMG03, Notes: dependent's gender as specified on their policy.

Enum: MFU

dateOfBirthstring

Loop: 2000E, Segment: DMG, Element: DMG02, Notes: The birth date as specified on the policy for the dependent.

groupNumberstring

Loop: 2200E, Segment: REF, Element: REF02 when REF01=6P, Notes: The group number associated with the subscriber and dependent. Maps to dependent groupNumber.

claimsarray

Loop: 2200D and 2200E

reassociationKeystring

Segment: ISA, Element: ISA13, Notes: Interchange control number

errorResponseobject
codestring

Code for the error.

descriptionstring

Description of the error code. Value provided in payer id should be a valid Optum assigned ERA payer Id.

transactionIdentifierobject
customerTransactionIdstring

The number assigned by the originator to identify the transaction within the originator's business application system

transactionIdstring

The number assigned by the originator to identify the transaction within the originator's business application system

errorsarray
statusstring

Loop: 2200D, Segment: STC, Element: STC01, Health care claim status, Used to convey status of the entire claim or specific service line.

transactionSetAcknowledgementstring

The 999 acknowledgment code

implementationTransactionSetSyntaxErrorstring

The 999 syntax error code

x12string

Basic x12 edi response (for x12 endpoint)

metaobject

Meta data about the request

submitterIdstring

submitterId assigned to this request

senderIdstring

senderId assigned to this request

billerIdstring

billerId assigned to this request

traceIdstring

Unique Id assigned to each request by Optum

applicationModestring

Used by Optum to identify where this request can be found for support

Example Request

cURL
curl -X POST \
  'https://sandbox-apigw.optum.com/medicalnetwork/claimstatus/v2/raw-x12'