Stedi Claim submission API

The Claim submission API from Stedi — 8 operation(s) for claim submission.

OpenAPI Specification

stedi-claim-submission-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  contact:
    email: healthcare@stedi.com
  license:
    name: Proprietary
    url: https://stedi.com
  title: Stedi Healthcare Claims Claim acknowledgments Claim submission API
  version: '2025-03-07'
servers:
- description: Production
  url: https://claims.us.stedi.com/2025-03-07
security:
- httpApiKeyAuth: []
tags:
- name: Claim submission
paths:
  /change/medicalnetwork/institutionalclaims/v1/raw-x12-submission:
    post:
      description: Submit an 837I institutional claim in raw X12 EDI format
      operationId: InstitutionalClaimsRawX12Submission
      parameters:
      - description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
        in: header
        name: Idempotency-Key
        schema:
          description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
          maxLength: 255
          minLength: 1
          type: string
      requestBody:
        content:
          application/json:
            examples:
              InstitutionalClaimsRawX12Submission_example1:
                description: ''
                summary: Submit claim
                value:
                  x12: ISA*00*          *00*          *ZZ*574183004559   *ZZ*STEDITEST      *260213*2004*^*00501*000000035*0*T*>~GS*HC*574183004559*STEDITEST*20260213*200422*35*X*005010X223A2~ST*837*0001*005010X223A2~BHT*0019*00*01KHC9KCMYMA7YSW4K1ZM774ZA*20260213*2003*CH~NM1*41*2*Test Facility*****46*123456789~PER*IC**TE*2225551234~NM1*40*2*UnitedHealthcare*****46*87726~HL*1**20*1~NM1*85*2*Test Facility*****XX*1999999976~N3*123 Mulberry Street~N4*Seattle*WA*111135272~REF*EI*123456789~HL*2*1*22*0~SBR*P*18*******ZZ~NM1*IL*1*DOE*JANE****MI*98765~N3*1234 Some St~N4*Buckeye*AZ*85326~DMG*D8*19000101*F~NM1*PR*2*UnitedHealthcare*****PI*87726~CLM*55556666777888*500***11>A>0**C*Y*Y~DTP*434*RD8*20241015-20241015~DTP*435*DT*202409091000~CL1*3*9*30~HI*ABK>R45851~NM1*71*1*Provider*Doctor****XX*1999999976~LX*1~SV2*0800*HC>H0001*500*UN*1~DTP*472*RD8*20241015-20241015~REF*6R*111222333~SE*28*0001~GE*1*35~IEA*1*000000035~
            schema:
              $ref: '#/components/schemas/InstitutionalClaimsRawX12SubmissionRequestContent'
        required: true
      responses:
        '200':
          content:
            application/json:
              examples:
                InstitutionalClaimsRawX12Submission_example1:
                  description: ''
                  summary: Submit claim
                  value:
                    claimReference:
                      correlationId: 01J1M588QT2TAV2N093GNJ998T
                      formatVersion: '5010'
                      patientControlNumber: '26403774'
                      payerId: AETNA
                      rhClaimNumber: 01J1M588QT2TAV2N093GNJ998T
                      serviceLines:
                      - lineItemControlNumber: '1'
                      timeOfResponse: '2024-07-10T22:05:32.203Z'
                    controlNumber: '000000001'
                    httpStatusCode: 200 OK
                    meta:
                      traceId: b727b8e7-1f00-4011-bc6e-e41444d406d8
                    payer:
                      payerID: AETNA
                      payerName: Aetna
                    status: SUCCESS
                    tradingPartnerServiceId: AETNA
                    x12: ISA*00*          *00*          *ZZ*STEDITEST      *ZZ*574183004559   *260213*2001*^*00501*929135779*0*T*>~GS*HN*STEDITEST*574183004559*20260213*200134*1*X*005010X214~ST*277*0001*005010X214~BHT*0085*08*01KHC9GC66KDRVHEJC42Q103EQ*20260213*200134*TH~HL*1**20*1~NM1*AY*2*STEDI INC*****46*117151744~TRN*1*01KHC9GC66KDRVHEJC42Q103EQ~DTP*050*D8*20260213~DTP*009*D8*20260213~HL*2*1*21*1~NM1*41*2*Test Facility*****46*123456789~TRN*2*01KHC9G8FMGZ6CA9TQT704RAMB~STC*A0>17>AY*20260213*WQ*500.0~QTY*90*1~AMT*YU*500.0~HL*3*2*19*1~NM1*85*2*Test Facility*****XX*1999999976~TRN*1*0~REF*TJ*123456789~QTY*QA*1~AMT*YU*500.0~HL*4*3*PT*0~NM1*QC*1*DOE*JANE****MI*98765~TRN*2*12345~STC*A1>20*20260213*WQ*500.0~DTP*472*RD8*20241015-20241015~SE*25*0001~GE*1*1~IEA*1*929135779~
              schema:
                $ref: '#/components/schemas/InstitutionalClaimsRawX12SubmissionResponseContent'
          description: InstitutionalClaimsRawX12Submission 200 response
        '400':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationExceptionResponseContent'
          description: ValidationException 400 response
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedExceptionResponseContent'
          description: AccessDeniedException 403 response
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundExceptionResponseContent'
          description: ResourceNotFoundException 404 response
        '409':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictExceptionResponseContent'
          description: ConflictException 409 response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RequestChangedExceptionResponseContent'
          description: RequestChangedException 422 response
        '429':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ThrottlingExceptionResponseContent'
          description: ThrottlingException 429 response
        '500':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalFailureExceptionResponseContent'
          description: InternalFailureException 500 response
        '503':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceUnavailableExceptionResponseContent'
          description: ServiceUnavailableException 503 response
        '504':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutExceptionResponseContent'
          description: GatewayTimeoutException 504 response
      tags:
      - Claim submission
  /change/medicalnetwork/institutionalclaims/v1/submission:
    post:
      description: Submit an 837I institutional claim in JSON format
      operationId: InstitutionalClaimsSubmission
      parameters:
      - description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
        in: header
        name: Idempotency-Key
        schema:
          description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
          maxLength: 255
          minLength: 1
          type: string
      requestBody:
        content:
          application/json:
            examples:
              InstitutionalClaimsSubmission_example1:
                description: ''
                summary: Submit claim
                value:
                  claimInformation:
                    benefitsAssignmentCertificationIndicator: Y
                    claimChargeAmount: '500.00'
                    claimCodeInformation:
                      admissionSourceCode: '9'
                      admissionTypeCode: '3'
                      patientStatusCode: '30'
                    claimDateInformation:
                      admissionDateAndHour: '202409091000'
                      statementBeginDate: '20241015'
                      statementEndDate: '20241015'
                    claimFilingCode: ZZ
                    claimFrequencyCode: '0'
                    patientControlNumber: <YOUR-CLAIM-ID>
                    placeOfServiceCode: '11'
                    planParticipationCode: C
                    principalDiagnosis:
                      principalDiagnosisCode: R45851
                      qualifierCode: ABK
                    releaseInformationCode: Y
                    serviceLines:
                    - assignedNumber: '0'
                      institutionalService:
                        lineItemChargeAmount: '500.00'
                        measurementUnit: UN
                        procedureCode: H0001
                        procedureIdentifier: HC
                        serviceLineRevenueCode: 0800
                        serviceUnitCount: '1'
                      lineItemControlNumber: '111222333'
                      serviceDate: '20241015'
                      serviceDateEnd: '20241015'
                  controlNumber: '123456789'
                  providers:
                  - address:
                      address1: 123 Mulberry Street
                      city: Seattle
                      postalCode: '111135272'
                      state: WA
                    contactInformation:
                      name: Test Facility
                      phoneNumber: '2065551234'
                    employerId: '123456789'
                    npi: '1999999976'
                    organizationName: Test Facility
                    providerType: BillingProvider
                  - contactInformation:
                      name: name
                    firstName: Doctor
                    lastName: Provider
                    npi: '1999999976'
                    providerType: AttendingProvider
                  receiver:
                    organizationName: UnitedHealthcare
                  submitter:
                    contactInformation:
                      name: Test Facility
                      phoneNumber: '2225551234'
                    organizationName: Test Facility
                    taxId: '123456789'
                  subscriber:
                    address:
                      address1: 1234 Some St
                      city: Buckeye
                      postalCode: '85326'
                      state: AZ
                    dateOfBirth: '19000101'
                    firstName: JANE
                    gender: F
                    lastName: DOE
                    memberId: '98765'
                    paymentResponsibilityLevelCode: P
                  tradingPartnerName: UnitedHealthcare
                  tradingPartnerServiceId: '87726'
                  usageIndicator: T
            schema:
              $ref: '#/components/schemas/InstitutionalClaimsSubmissionRequestContent'
        required: true
      responses:
        '200':
          content:
            application/json:
              examples:
                InstitutionalClaimsSubmission_example1:
                  description: ''
                  summary: Submit claim
                  value:
                    claimReference:
                      claimType: INST
                      correlationId: 01JABEX6DPF4FCT2J0Y0SGFCY8
                      formatVersion: '5010'
                      patientControlNumber: '00001111222233334444'
                      payerId: '87726'
                      rhClaimNumber: 01JABEX6DPF4FCT2J0Y0SGFCY8
                      serviceLines:
                      - lineItemControlNumber: '111222333'
                      timeOfResponse: '2024-10-16T20:04:32.962Z'
                    controlNumber: '123456789'
                    httpStatusCode: 200 OK
                    meta:
                      traceId: a742ab42-a6f3-4232-a88c-197d341afdbe
                    payer:
                      payerID: '87726'
                      payerName: UnitedHealthcare
                    status: SUCCESS
                    tradingPartnerServiceId: '87726'
                    x12: ISA*00*          *00*          *ZZ*STEDITEST      *ZZ*574183004559   *260213*2001*^*00501*929135779*0*T*>~GS*HN*STEDITEST*574183004559*20260213*200134*1*X*005010X214~ST*277*0001*005010X214~BHT*0085*08*01KHC9GC66KDRVHEJC42Q103EQ*20260213*200134*TH~HL*1**20*1~NM1*AY*2*STEDI INC*****46*117151744~TRN*1*01KHC9GC66KDRVHEJC42Q103EQ~DTP*050*D8*20260213~DTP*009*D8*20260213~HL*2*1*21*1~NM1*41*2*Test Facility*****46*123456789~TRN*2*01KHC9G8FMGZ6CA9TQT704RAMB~STC*A0>17>AY*20260213*WQ*500.0~QTY*90*1~AMT*YU*500.0~HL*3*2*19*1~NM1*85*2*Test Facility*****XX*1999999976~TRN*1*0~REF*TJ*123456789~QTY*QA*1~AMT*YU*500.0~HL*4*3*PT*0~NM1*QC*1*DOE*JANE****MI*98765~TRN*2*12345~STC*A1>20*20260213*WQ*500.0~DTP*472*RD8*20241015-20241015~SE*25*0001~GE*1*1~IEA*1*929135779~
              schema:
                $ref: '#/components/schemas/InstitutionalClaimsSubmissionResponseContent'
          description: InstitutionalClaimsSubmission 200 response
        '400':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationExceptionResponseContent'
          description: ValidationException 400 response
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedExceptionResponseContent'
          description: AccessDeniedException 403 response
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundExceptionResponseContent'
          description: ResourceNotFoundException 404 response
        '409':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictExceptionResponseContent'
          description: ConflictException 409 response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RequestChangedExceptionResponseContent'
          description: RequestChangedException 422 response
        '429':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ThrottlingExceptionResponseContent'
          description: ThrottlingException 429 response
        '500':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalFailureExceptionResponseContent'
          description: InternalFailureException 500 response
        '503':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceUnavailableExceptionResponseContent'
          description: ServiceUnavailableException 503 response
        '504':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutExceptionResponseContent'
          description: GatewayTimeoutException 504 response
      tags:
      - Claim submission
  /change/medicalnetwork/professionalclaims/v3/raw-x12-submission:
    post:
      description: Submit an 837P professional claim in raw X12 EDI format
      operationId: ClaimsRawX12Submission
      parameters:
      - description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
        in: header
        name: Idempotency-Key
        schema:
          description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
          maxLength: 255
          minLength: 1
          type: string
      requestBody:
        content:
          application/json:
            examples:
              ClaimsRawX12Submission_example1:
                description: ''
                summary: Submit professional claim - X12 EDI
                value:
                  x12: ISA*00*          *00*          *ZZ*574183004559   *ZZ*STEDITEST      *260213*2039*^*00501*000000039*0*T*>~GS*HC*574183004559*STEDITEST*20260213*203918*39*X*005010X222A1~ST*837*0001*005010X222A1~BHT*0019*00*01KHCBK84E40QQYJVXA5VVXG54*20260213*2038*CH~NM1*41*2*Test Data Health Services, Inc.*****46*123435~PER*IC**TE*5552223333~NM1*40*2*Cigna*****46*6400~HL*1**20*1~PRV*BI*PXC*2084P0800X~NM1*85*2*Therapy Associates*****XX*1999999984~N3*123 Some St*Floor 1~N4*A City*NY*123450000~REF*EI*123456789~PER*IC*Test Data Health Services, Inc.*TE*5553334444~HL*2*1*22*0~SBR*P*18*3335555******CI~NM1*IL*1*Anon*John****MI*U7777788888~N3*2222 Random St~N4*A City*NY*123450000~DMG*D8*20000101*M~NM1*PR*2*Cigna*****PI*6400~CLM*123456789*109.2***02>B>1*Y*A*Y*Y~HI*ABK>F1111~NM1*77*2*Smith Associates~N3*1234 Other St~N4*A City*NY*123450000~LX*1~SV1*HC>90837>95*109.2*UN*1***1~DTP*472*D8*20240101~REF*6R*111222333~SE*29*0001~GE*1*39~IEA*1*000000039~
            schema:
              $ref: '#/components/schemas/ClaimsRawX12SubmissionRequestContent'
        required: true
      responses:
        '200':
          content:
            application/json:
              examples:
                ClaimsRawX12Submission_example1:
                  description: ''
                  summary: Submit professional claim - X12 EDI
                  value:
                    claimReference:
                      correlationId: 01J1M588QT2TAV2N093GNJ998T
                      formatVersion: '5010'
                      patientControlNumber: '22266555'
                      payerId: '60054'
                      rhclaimNumber: 01J1M588QT2TAV2N093GNJ998T
                      serviceLines:
                      - lineItemControlNumber: '111222333'
                      timeOfResponse: '2024-07-10T22:05:32.203Z'
                    controlNumber: '000000001'
                    httpStatusCode: 200 OK
                    meta:
                      traceId: b727b8e7-1f00-4011-bc6e-e41444d406d8
                    payer:
                      payerId: '60054'
                      payerName: Cigna
                    status: SUCCESS
                    tradingPartnerServiceId: '60054'
                    x12: ISA*00*          *00*          *ZZ*STEDITEST      *ZZ*574183004559   *260213*1951*^*00501*980180479*0*T*>~GS*HN*STEDITEST*574183004559*20260213*195151*1*X*005010X214~ST*277*0001*005010X214~BHT*0085*08*01KHC8YJE8EY6A5HFR00Z5H305*20260213*195151*TH~HL*1**20*1~NM1*AY*2*STEDI INC*****46*117151744~TRN*1*01KHC8YJE8EY6A5HFR00Z5H305~DTP*050*D8*20260213~DTP*009*D8*20260213~HL*2*1*21*1~NM1*41*2*Test Data Health Services, Inc.*****46*123456~TRN*2*01KHC8Y4HNP0GVQ5NSVTPZBC0F~STC*A0>17>AY*20260213*WQ*109.2~QTY*90*1~AMT*YU*109.2~HL*3*2*19*1~NM1*85*2*Therapy Associates*****XX*1234567890~TRN*1*0~REF*TJ*123456789~QTY*QA*1~AMT*YU*109.2~HL*4*3*PT*0~NM1*QC*1*Anon*John****MI*U7777788888~TRN*2*111222333~STC*A1>20*20260213*WQ*109.2~DTP*472*RD8*20240101-20240101~SE*25*0001~GE*1*1~IEA*1*980180479~
              schema:
                $ref: '#/components/schemas/ClaimsRawX12SubmissionResponseContent'
          description: ClaimsRawX12Submission 200 response
        '400':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationExceptionResponseContent'
          description: ValidationException 400 response
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedExceptionResponseContent'
          description: AccessDeniedException 403 response
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundExceptionResponseContent'
          description: ResourceNotFoundException 404 response
        '409':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictExceptionResponseContent'
          description: ConflictException 409 response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RequestChangedExceptionResponseContent'
          description: RequestChangedException 422 response
        '429':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ThrottlingExceptionResponseContent'
          description: ThrottlingException 429 response
        '500':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalFailureExceptionResponseContent'
          description: InternalFailureException 500 response
        '503':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceUnavailableExceptionResponseContent'
          description: ServiceUnavailableException 503 response
        '504':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutExceptionResponseContent'
          description: GatewayTimeoutException 504 response
      tags:
      - Claim submission
  /change/medicalnetwork/professionalclaims/v3/submission:
    post:
      description: Submit an 837P professional claim in JSON format
      operationId: ClaimsSubmission
      parameters:
      - description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
        in: header
        name: Idempotency-Key
        schema:
          description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
          maxLength: 255
          minLength: 1
          type: string
      requestBody:
        content:
          application/json:
            examples:
              ClaimsSubmission_example1:
                description: ''
                summary: Submit claim
                value:
                  billing:
                    address:
                      address1: 123 Some St
                      address2: Floor 1
                      city: A City
                      postalCode: '123450000'
                      state: NY
                    contactInformation:
                      name: Test Data Health Services, Inc.
                      phoneNumber: '5553334444'
                    employerId: '123456789'
                    npi: '1999999984'
                    organizationName: Therapy Associates
                    providerType: BillingProvider
                    taxonomyCode: 2084P0800X
                  claimInformation:
                    benefitsAssignmentCertificationIndicator: Y
                    claimChargeAmount: '109.20'
                    claimFilingCode: CI
                    claimFrequencyCode: '1'
                    healthCareCodeInformation:
                    - diagnosisCode: F1111
                      diagnosisTypeCode: ABK
                    patientControlNumber: <YOUR-CLAIM-ID>
                    placeOfServiceCode: '02'
                    planParticipationCode: A
                    releaseInformationCode: Y
                    serviceFacilityLocation:
                      address:
                        address1: 1234 Other St
                        city: A City
                        postalCode: '123450000'
                        state: NY
                      npi: '1999999984'
                      organizationName: Smith Associates
                    serviceLines:
                    - professionalService:
                        compositeDiagnosisCodePointers:
                          diagnosisCodePointers:
                          - '1'
                        lineItemChargeAmount: '109.20'
                        measurementUnit: UN
                        procedureCode: '90837'
                        procedureIdentifier: HC
                        procedureModifiers:
                        - '95'
                        serviceUnitCount: '1'
                      providerControlNumber: '111222333'
                      renderingProvider:
                        firstName: Jane
                        lastName: Smith
                        npi: '1999999984'
                        providerType: RenderingProvider
                        taxonomyCode: 111YP2000X
                      serviceDate: '20240101'
                    signatureIndicator: Y
                  receiver:
                    organizationName: Cigna
                  submitter:
                    contactInformation:
                      name: Test Data Health Services, Inc.
                      phoneNumber: '5552223333'
                    organizationName: Test Data Health Services, Inc.
                    submitterIdentification: <YOUR-SUBMITTER-ID>
                  subscriber:
                    address:
                      address1: 2222 Random St
                      city: A City
                      postalCode: '123450000'
                      state: NY
                    dateOfBirth: '20000101'
                    firstName: John
                    gender: M
                    groupNumber: '3335555'
                    lastName: Anon
                    memberId: U7777788888
                    paymentResponsibilityLevelCode: P
                    subscriberGroupName: Cigna
                  tradingPartnerName: Cigna
                  tradingPartnerServiceId: '6400'
                  usageIndicator: T
            schema:
              $ref: '#/components/schemas/ClaimsSubmissionRequestContent'
        required: true
      responses:
        '200':
          content:
            application/json:
              examples:
                ClaimsSubmission_example1:
                  description: ''
                  summary: Submit claim
                  value:
                    claimReference:
                      correlationId: 01HTCX97F6XS6F2K22D4KD59TK
                      formatVersion: '5010'
                      patientControlNumber: '22266555'
                      payerId: '6400'
                      rhclaimNumber: 01HTCX97F6XS6F2K22D4KD59TK
                      serviceLines:
                      - lineItemControlNumber: '111222333'
                      timeOfResponse: '2024-04-01T13:23:54.255Z'
                    controlNumber: '555123'
                    httpStatusCode: 200 OK
                    meta:
                      traceId: a7f7c912-77f7-489d-96fc-c4ab3b5c33fc
                    payer:
                      payerId: '6400'
                      payerName: Cigna
                    status: SUCCESS
                    tradingPartnerServiceId: '6400'
                    x12: ISA*00*          *00*          *ZZ*STEDITEST      *ZZ*574183004559   *260213*1951*^*00501*980180479*0*T*>~GS*HN*STEDITEST*574183004559*20260213*195151*1*X*005010X214~ST*277*0001*005010X214~BHT*0085*08*01KHC8YJE8EY6A5HFR00Z5H305*20260213*195151*TH~HL*1**20*1~NM1*AY*2*STEDI INC*****46*117151744~TRN*1*01KHC8YJE8EY6A5HFR00Z5H305~DTP*050*D8*20260213~DTP*009*D8*20260213~HL*2*1*21*1~NM1*41*2*Test Data Health Services, Inc.*****46*123456~TRN*2*01KHC8Y4HNP0GVQ5NSVTPZBC0F~STC*A0>17>AY*20260213*WQ*109.2~QTY*90*1~AMT*YU*109.2~HL*3*2*19*1~NM1*85*2*Therapy Associates*****XX*1234567890~TRN*1*0~REF*TJ*123456789~QTY*QA*1~AMT*YU*109.2~HL*4*3*PT*0~NM1*QC*1*Anon*John****MI*U7777788888~TRN*2*111222333~STC*A1>20*20260213*WQ*109.2~DTP*472*RD8*20240101-20240101~SE*25*0001~GE*1*1~IEA*1*980180479~
              schema:
                $ref: '#/components/schemas/ClaimsSubmissionResponseContent'
          description: ClaimsSubmission 200 response
        '400':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationExceptionResponseContent'
          description: ValidationException 400 response
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedExceptionResponseContent'
          description: AccessDeniedException 403 response
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundExceptionResponseContent'
          description: ResourceNotFoundException 404 response
        '409':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictExceptionResponseContent'
          description: ConflictException 409 response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RequestChangedExceptionResponseContent'
          description: RequestChangedException 422 response
        '429':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ThrottlingExceptionResponseContent'
          description: ThrottlingException 429 response
        '500':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalFailureExceptionResponseContent'
          description: InternalFailureException 500 response
        '503':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceUnavailableExceptionResponseContent'
          description: ServiceUnavailableException 503 response
        '504':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutExceptionResponseContent'
          description: GatewayTimeoutException 504 response
      tags:
      - Claim submission
  /dental-claims/raw-x12-submission:
    post:
      description: Submit an 837D dental claim in raw X12 EDI format
      operationId: DentalClaimsRawX12Submission
      parameters:
      - description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/index#idempotency-keys).
        in: header
        name: Idempotency-Key
        schema:
          description: A unique string to identify this request to the server. The key can be up to 255 characters. You can safely retry requests with the same idempotency key within 24 hours of making the first request. This prevents you from sending duplicate claims due to network errors or other intermittent failures. [Learn more](https://www.stedi.com/docs/api-reference/in

# --- truncated at 32 KB (516 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/stedi/refs/heads/main/openapi/stedi-claim-submission-api-openapi.yml