POST
/
change
/
medicalnetwork
/
claimstatus
/
v2
curl --request POST \
  --url https://healthcare.us.stedi.com/2024-04-01/change/medicalnetwork/claimstatus/v2 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'Stedi-Response-Type: <stedi-response-type>' \
  --data '{
  "controlNumber": "123456789",
  "tradingPartnerServiceId": "62308",
  "providers": [
    {
      "organizationName": "Doctor Group LLC",
      "npi": "1112223333",
      "taxId": "123456789",
      "providerType": "BillingProvider"
    }
  ],
  "subscriber": {
    "memberId": "94398439843",
    "firstName": "John",
    "lastName": "Doe",
    "dateOfBirth": "19900105"
  },
  "encounter": {
    "beginningDateOfService": "20240405",
    "endDateOfService": "20240405",
    "trackingNumber": "1234567"
  }
}'
{
  "claims": [
    {
      "claimStatus": {
        "claimServiceDate": "20240405-20240405",
        "effectiveDate": "20240425",
        "patientAccountNumber": "SM123456",
        "statusCategoryCode": "P3",
        "statusCode": "317",
        "submittedAmount": "8513.88",
        "trackingNumber": "1234567",
        "tradingPartnerClaimNumber": "05347006051"
      }
    }
  ],
  "controlNumber": "123456789",
  "payer": {
    "organizationName": "ABC INSURANCE",
    "payerIdentification": "12345"
  },
  "providers": [
    {
      "npi": "1112223333",
      "organizationName": "Doctor Group LLC",
      "providerType": "BillingProvider"
    }
  ],
  "subscriber": {
    "memberId": "94398439843",
    "firstName": "John",
    "lastName": "Doe",
    "dateOfBirth": "19900105"
  },
  "tradingPartnerServiceId": "62308"
}

A direct replacement for the Change Healthcare (CHC) Claim Status API that you can use to retrieve the status of a previously submitted claim.

Timeout

Requests to payers typically time out at 1 minute, though Stedi’s API can keep connections open longer than that if needed.

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

Headers

Stedi-Response-Type
enum<string>
required

Temporary parameter used to control the returned response shape.

Available options:
change-beta

Body

application/json
controlNumber
string
required

Header, Segment: ST02 (no loop), Notes: Transaction Set Control Number

tradingPartnerName
string

Loop: 2100A, Segment: NM1, Element: NM103, Notes: organizational name

tradingPartnerServiceId
string

This is the Payer ID. Visit the Payer Network for a complete list.

providers
object[]
required

Loop: 2100B, Loop: 2100C

subscriber
object
required

Loop: 2000D

dependent
object

Loop: 2000E

encounter
object

Loop: 2200D or 2200E

serviceLineInformation
object

Loop: 2220D or 2220E

Response

200 - application/json
controlNumber
string

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

tradingPartnerServiceId
string

ID used by Clearing House for the trading partner.

payer
object

Loop: 2100A

providers
object[]

Loop: 2100B and 2100C

subscriber
object

Loop: 2000D

dependent
object

Loop: 2000E

claims
object[]

Loop: 2200D and 2200E

reassociationKey
string

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

errorResponse
object
status
string

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

transactionSetAcknowledgement
string

The 999 acknowledgment code

implementationTransactionSetSyntaxError
string

The 999 syntax error code

x12
string

Basic x12 edi response (for x12 endpoint)

meta
object

Meta data about the request