---
title: "POST /professional-claim-submissions/validate"
method: POST
path: "/professional-claim-submissions/validate"
---

# POST /professional-claim-submissions/validate

`POST /professional-claim-submissions/validate`

Validate a professional claim in the Stedi JSON format without submitting it

## Request body

- ValidateProfessionalClaimSubmissionRequestContent — The request to validate a professional claim.
  - `authorization` ProfessionalClaimSubmissionAuthorization, required — Signature and assignment-of-benefits indicators for the claim.
    - `insuredAuthorizesAssignment` 'NO' | 'NOT_APPLICABLE' | 'YES', required — Whether the insured has authorized payment of benefits directly to the provider. - `YES`: The insured has authorized assignment of benefits. - `NO`: The insured has not authorized assignment of benefits. - `NOT_APPLICABLE`: Assignment of benefits does not apply, typically because there is no signature on file.
    - `patientReleasesMedicalInfo` 'INFORMED_CONSENT' | 'YES', required — Whether the provider has the patient's authorization to release medical information needed to process the claim. - `YES`: The provider has the patient's signed authorization to release medical information. - `INFORMED_CONSENT`: The provider has informed consent to release medical information, but the signed authorization has not been obtained.
    - `providerAcceptsAssignment` 'ASSIGNED' | 'CLINICAL_LAB_ONLY' | 'NOT_ASSIGNED', required — Whether the billing provider agrees to be paid under the payer's terms. - `ASSIGNED`: The provider accepts assignment and agrees to accept the payer's payment as payment in full, minus any patient responsibility. - `NOT_ASSIGNED`: The provider does not accept assignment. The payer typically sends payment directly to the patient, who is then responsible for reimbursing the provider. - `CLINICAL_LAB_ONLY`: The provider accepts assignment for clinical laboratory services only. This is uncommon.
    - `providerSignature` 'ON_FILE' | 'NOT_ON_FILE', required — Whether the provider has the rendering provider's signature on file. - `ON_FILE`: The provider has the rendering provider's signature on file. - `NOT_ON_FILE`: The provider does not have the rendering provider's signature on file.
  - `billing` ProfessionalClaimSubmissionBilling, required — Billing details for the claim, including the billing provider, service facility, tax identification, and charges.
    - `amountPaid` string — **[CMS-1500 Box 29]** The total amount the patient, or the patient's representative, has already paid toward services in this claim. This is the patient's payment only. Don't include amounts paid by other payers.
    - `billingProvider` ProfessionalClaimSubmissionBillingProvider, required — The person or organization that will receive payment for the claim from the payer.
      - `address` ProfessionalClaimSubmissionAddress, required — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
        - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
        - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
        - `city` string, required — The city name.
        - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
        - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
      - `contact` ProfessionalClaimSubmissionContact — A person or department to contact, with up to one phone number, email address, and fax number. Provide at least one way to reach the contact.
        - `email` string, password — The contact's email address.
        - `faxNumber` string, password — The contact's fax number.
        - `name` string — The name of the contact person or department. When omitted, questions are directed to the entity itself.
        - `phoneExtension` string — The extension for `phoneNumber`.
        - `phoneNumber` string, password — The contact's phone number.
      - `identifiers` ProfessionalClaimSubmissionBillingProviderIdentifiers — Identifiers for the billing provider.
        - `commercialNumber` string — **[CMS-1500 Box 33b]** A commercial number assigned to the billing provider by the payer. Include only when the payer requires it in addition to the NPI, or when the provider has no NPI.
        - `locationNumber` string — **[CMS-1500 Box 33b]** A location number assigned to the billing provider by the payer. Include only when the payer requires it in addition to the NPI, or when the provider has no NPI.
        - `npi` string — **[CMS-1500 Box 33a]** The billing provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier). When the billing provider isn't assigned an NPI, supply `commercialNumber` or `locationNumber` instead.
        - `stateLicenseNumber` string — **[CMS-1500 Box 33b]** The billing provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
        - `taxonomyCode` string — **[CMS-1500 Box 33b]** The billing provider's taxonomy code from the National Uniform Claim Committee [Health Care Provider Taxonomy Code Set](https://taxonomy.nucc.org/), which identifies the provider's type and specialty.
      - `name` union, required — A name that belongs to either a person or an organization. Provide exactly one of `person` or `organization`.
        - object
          - `organization` string, required — The organization's business name.
        - object
          - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
            - `firstName` string — The person's first name.
            - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
            - `middleName` string — The person's middle name or initial.
            - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `patientControlNumber` string, password, required — **[CMS-1500 Box 26]** The patient control number, a unique tracking ID you assign to the claim so you can correlate it with responses from the payer. The payer returns this ID in claim acknowledgments, Electronic Remittance Advice (ERAs), and claim status checks. We recommend using a random, 17-character alphanumeric string.
    - `serviceFacility` ProfessionalClaimSubmissionServiceFacility — The facility where the patient received care, also called the service facility location. The address should be a physical location.
      - `address` ProfessionalClaimSubmissionAddress, required — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
        - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
        - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
        - `city` string, required — The city name.
        - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
        - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
      - `identifiers` ProfessionalClaimSubmissionServiceFacilityIdentifiers — Identifiers for the service facility.
        - `commercialNumber` string — **[CMS-1500 Box 32b]** A commercial number assigned to the facility by the payer. Include only when the payer requires it in addition to the NPI.
        - `locationNumber` string — **[CMS-1500 Box 32b]** A location number assigned to the facility by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 32a]** The facility's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier). Only required when the facility's NPI differs from the billing provider's NPI. Don't include when the service facility is the patient's home.
        - `stateLicenseNumber` string — **[CMS-1500 Box 32b]** The facility's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
      - `name` ProfessionalClaimSubmissionQualifiedOrganizationName, required — A name that belongs to an organization.
        - `organization` string, required — The organization's business name.
    - `taxId` union, required — The billing provider's federal tax identification number. Provide exactly one of `ein` or `ssn`.
      - object
        - `ssn` string, password, required — The billing provider's Social Security Number. Must be a string of exactly nine numbers with no separators. If you provide this, don't provide `ein`.
      - object
        - `ein` string, required — The billing provider's Employer Identification Number (EIN). Typically a string of exactly nine numbers with no separators, unless otherwise instructed by the payer. If you provide this, don't provide `ssn`.
    - `totalCharge` string, required — **[CMS-1500 Box 28]** The total charge for the claim, equal to the sum of all service line charges. It is acceptable to set this to `0` (zero).
  - `encounter` ProfessionalClaimSubmissionEncounter, required — Clinical details about the encounter, including diagnoses, related providers, relevant dates, and supporting information.
    - `additionalDiagnosisCodes` string[] — **[CMS-1500 Box 21]** Additional diagnoses for the claim beyond `primaryDiagnosisCode`, in order of importance. Use this for diagnoses that apply to the claim but are not tied to a specific service line; you don't need to repeat codes that already appear in a service line's `diagnosisCodes`. Stedi places these directly after the primary diagnosis in the claim's diagnosis list. - Use valid, billable codes at the highest level of specificity available. - Don't submit the decimal point (e.g., submit `I639` not `I63.9`). - Don't submit header codes (codes with fewer than three characters, such as `E10` for Type 1 diabetes).
    - `attachments` ProfessionalClaimSubmissionAttachment[] — **[CMS-1500 Box 19]** Supporting documentation attached to the claim, such as medical records or operative notes. Include only when required by the payer.
      - `attachmentControlNumber` string — A control number assigned to the attachment. The payer uses this identifier to match the attachment to the claim. - You must include either this property or `attachmentId` in the request, but not both. Including both properties will result in an error. - We recommend using a ULID or UUID of up to 50 characters. - Stedi autogenerates a control number if you don't provide one.
      - `attachmentId` string — The unique identifier for an attachment file you previously uploaded to Stedi. This value is returned in the `attachmentId` property of the [Create Claim Attachment (275) JSON](https://www.stedi.com/docs/healthcare/api-reference/post-healthcare-submit-claim-attachment) response. Stedi uses it to generate and submit the 275 claim attachment transaction to the payer. - This property is required when you're submitting attachment files through Stedi. - You must include either this property or `attachmentControlNumber` in the request, but not both. Including both properties will result in an error.
      - `reportTypeCode` 'REPORT_JUSTIFYING_TREATMENT' | 'DRUGS_ADMINISTERED' | 'TREATMENT_DIAGNOSIS' | 'INITIAL_ASSESSMENT' | 'FUNCTIONAL_GOALS' | 'PLAN_OF_TREATMENT' | 'PROGRESS_REPORT' | 'CONTINUED_TREATMENT' | 'CHEMICAL_ANALYSIS' | 'CERTIFIED_TEST_REPORT' | 'JUSTIFICATION_FOR_ADMISSION' | 'RECOVERY_PLAN' | 'ALLERGIES_SENSITIVITIES' | 'AUTOPSY_REPORT' | 'AMBULANCE_CERTIFICATION' | 'ADMISSION_SUMMARY' | 'PRESCRIPTION' | 'PHYSICIAN_ORDER' | 'REFERRAL_FORM' | 'BENCHMARK_TESTING_RESULTS' | 'BASELINE' | 'BLANKET_TEST_RESULTS' | 'CHIROPRACTIC_JUSTIFICATION' | 'CONSENT_FORMS' | 'CERTIFICATION' | 'DRUG_PROFILE' | 'DENTAL_MODELS' | 'DME_PRESCRIPTION' | 'DIAGNOSTIC_REPORT' | 'DISCHARGE_MONITORING' | 'DISCHARGE_SUMMARY' | 'EXPLANATION_OF_BENEFITS' | 'HEALTH_CERTIFICATE' | 'HEALTH_CLINIC_RECORDS' | 'IMMUNIZATION_RECORD' | 'STATE_IMMUNIZATION_RECORDS' | 'LABORATORY_RESULTS' | 'MEDICAL_RECORD_ATTACHMENT' | 'MODELS' | 'NURSING_NOTES' | 'OPERATIVE_NOTE' | 'OXYGEN_CONTENT_AVERAGING' | 'ORDERS_TREATMENTS' | 'PHYSICAL_EXAMINATION' | 'OXYGEN_THERAPY_CERTIFICATION' | 'SUPPORT_DATA' | 'PATHOLOGY_REPORT' | 'MEDICAL_HISTORY' | 'PARENTERAL_ENTERAL_CERTIFICATION' | 'PHYSICAL_THERAPY_NOTES' | 'PROSTHETICS_ORTHOTIC_CERTIFICATION' | 'PARAMEDICAL_RESULTS' | 'PHYSICIAN_REPORT' | 'PHYSICAL_THERAPY_CERTIFICATION' | 'RADIOLOGY_FILMS' | 'RADIOLOGY_REPORTS' | 'TESTS_ANALYSIS_REPORT' | 'RENEWABLE_OXYGEN_CONTENT' | 'SYMPTOMS_DOCUMENT' | 'DEATH_NOTIFICATION' | 'PHOTOGRAPHS', required — The type of report being attached to the claim. Visit [Attachment report type codes](https://www.stedi.com/docs/healthcare/claims-code-lists#attachment-report-type-codes) for a complete list of values and their descriptions.
      - `transmissionCode` 'AVAILABLE_ON_REQUEST' | 'BY_MAIL' | 'ELECTRONICALLY_ONLY' | 'EMAIL' | 'FILE_TRANSFER' | 'BY_FAX', required — How an attachment is transmitted to the payer. - `ELECTRONICALLY_ONLY`: The attachment is sent electronically only. - `BY_MAIL`: The attachment is sent by mail. - `BY_FAX`: The attachment is sent by fax. - `EMAIL`: The attachment is sent by email. - `FILE_TRANSFER`: The attachment is sent by file transfer. - `AVAILABLE_ON_REQUEST`: The attachment is held by the provider and made available to the payer on request.
    - `claimCodes` string[] — **[CMS-1500 Box 10d]** Up to four National Uniform Claim Committee (NUCC) condition codes. A condition code is a two-character code that provides extra information about the patient's condition or the claim itself, such as whether the claim is part of disaster relief. For a list, visit the [NUCC Condition Codes](https://www.nucc.org/index.php/code-sets-mainmenu-41/condition-codes-mainmenu-38).
    - `claimNote` union — **[CMS-1500 Box 19]** A free-text note with additional information about the claim. Provide exactly one note type.
      - object
        - `additionalInformation` string, password, required — Additional information that helps explain the claim, such as a special billing situation or extra context. Don't use this to describe unspecified procedure codes.
      - object
        - `certificationNarrative` string, password, required — A narrative that certifies medical necessity or another payer-required certification.
      - object
        - `goalsRehabilitationOrDischargePlans` string, password, required — Therapy or rehabilitation notes summarizing goals, rehabilitation potential, or discharge plans.
      - object
        - `diagnosisDescription` string, password, required — A description of the diagnosis, usually provided to clarify an unspecified or unlisted procedure code.
      - object
        - `thirdPartyOrganization` string, password, required — Information about a third-party organization related to the claim.
    - `clinicalDates` ProfessionalClaimSubmissionClinicalDates — Dates relevant to the patient's condition and care. Include only the dates that apply to the claim.
      - `accident` string — **[CMS-1500 Box 15]** The date of the accident related to this claim. Required when `patientCondition.isAutoAccidentRelated` or `patientCondition.isOtherAccidentRelated` is `true`, and when the condition is employment-related and resulted from an accident.
      - `acuteManifestationOfChronicCondition` string — **[CMS-1500 Box 15]** The date the patient first experienced acute symptoms of a chronic condition. Required for certain spinal manipulation claims billed to Medicare.
      - `assumedCare` string — **[CMS-1500 Box 15]** The date the provider assumed care of the patient, for shared-care arrangements.
      - `firstVisitOrConsultation` string — **[CMS-1500 Box 15]** The date of the patient's first visit or consultation, when required by the payer.
      - `hospitalization` ProfessionalClaimSubmissionDateRange — A date range. `end` is inclusive. At least one of `start` or `end` is present.
        - `end` string — The end date of the range, inclusive, in `YYYY-MM-DD` format.
        - `start` string — The start date of the range, in `YYYY-MM-DD` format.
      - `initialTreatment` string — **[CMS-1500 Box 15]** The date the patient first received treatment for the current condition. Required when this date impacts adjudication for services such as spinal manipulation, physical or occupational therapy, or pregnancy.
      - `lastMenstrualPeriod` string — **[CMS-1500 Box 14]** The date of the patient's last menstrual period (LMP) before pregnancy. Provide for claims related to a pregnancy.
      - `lastSeen` string — **[CMS-1500 Box 15]** The date the patient was last seen by the attending or supervising physician for the qualifying condition. Required for routine foot care services when this date impacts adjudication.
      - `lastWorked` string — **[CMS-1500 Box 15]** The last date the patient worked, for disability or workers' compensation claims.
      - `lastXray` string — **[CMS-1500 Box 15]** The date of the patient's last X-ray, for claims related to spinal manipulation.
      - `onsetOfCurrentIllness` string — **[CMS-1500 Box 14]** The date the patient first experienced acute symptoms of the current illness or injury. Required when a service in the claim is the first for a new illness or injury, when the claim is related to an employment or accident condition, or when the payer requires it. For an emergency, provide this date when it is known and differs from the date of service.
      - `prescription` string — **[CMS-1500 Box 15]** The date of the patient's hearing or vision prescription. Required for claims billing hearing devices or vision frames and lenses.
      - `relinquishedCare` string — **[CMS-1500 Box 15]** The date the provider relinquished care of the patient, for shared-care arrangements.
      - `repricerReceived` string — **[CMS-1500 Box 15]** The date the repricer received the claim, when applicable.
      - `returnedToWork` string — **[CMS-1500 Box 15]** The date the patient returned to work, for disability or workers' compensation claims.
      - `unableToWork` ProfessionalClaimSubmissionDateRange — A date range. `end` is inclusive. At least one of `start` or `end` is present.
        - `end` string — The end date of the range, inclusive, in `YYYY-MM-DD` format.
        - `start` string — The start date of the range, in `YYYY-MM-DD` format.
    - `epsdtReferralCodes` ProfessionalClaimSubmissionEPSDTReferralConditionIndicator[] — **[CMS-1500 Box 24h]** Early and Periodic Screening, Diagnosis, and Treatment (EPSDT) referral condition indicators for the claim. EPSDT is a Medicaid program that provides preventive health care services for children under age 21. - Include when the claim bills an EPSDT screening service, with the referral outcome of the screening. - Use `NOT_USED` when the screening did not result in a referral. - Mark services that resulted from a screening with `serviceLines[].isEpsdtRelated`.
    - `patientCondition` ProfessionalClaimSubmissionPatientCondition — Whether the patient's illness or injury is related to employment or an accident.
      - `autoAccidentState` string — **[CMS-1500 Box 10b]** The two-letter state code where the automobile accident occurred. Required when `isAutoAccidentRelated` is `true`.
      - `isAutoAccidentRelated` boolean — **[CMS-1500 Box 10b]** Whether the patient's condition is related to an automobile accident. When `true`, set `autoAccidentState`. Other insurance, such as automobile liability coverage, may be the primary payer.
      - `isEmploymentRelated` boolean — **[CMS-1500 Box 10a]** Whether the patient's condition is related to their employment.
      - `isOtherAccidentRelated` boolean — **[CMS-1500 Box 10c]** Whether the patient's condition is related to an accident other than an automobile accident.
    - `primaryDiagnosisCode` string, required — **[CMS-1500 Box 21]** The principal diagnosis for the claim, which describes the main reason for the encounter. Must be an [ICD-10-CM code](https://www.cdc.gov/nchs/icd/icd-10-cm/index.html). Stedi combines this with `additionalDiagnosisCodes` and the diagnosis codes on the service lines to form the claim's diagnosis list, which can hold at most 12 codes. - Use valid, billable codes at the highest level of specificity available. - Don't submit the decimal point (e.g., submit `I639` not `I63.9`). - Don't submit header codes (codes with fewer than three characters, such as `E10` for Type 1 diabetes).
    - `primaryPlaceOfService` string — The primary place of service code identifying where the services were rendered. When omitted, it is inferred from the most common place of service across the claim's service lines. Visit [Place of Service Codes](https://www.cms.gov/medicare/coding-billing/place-of-service-codes/code-sets) for a complete list.
    - `priorReferringProvider` ProfessionalClaimSubmissionReferringProvider — A provider involved in referring the patient for the care on this claim. Each provider should be an individual, not an organization, and you should supply at least the `lastName` and an identifier, which is typically the `npi`.
      - `identifiers` ProfessionalClaimSubmissionReferringProviderIdentifiers — Identifiers for a referring provider.
        - `commercialNumber` string — **[CMS-1500 Box 17a]** A commercial number assigned to the referring provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 17b]** The referring provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier), a unique 10-digit ID issued by the Centers for Medicare & Medicaid Services (CMS).
        - `stateLicenseNumber` string — **[CMS-1500 Box 17a]** The referring provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
      - `name` ProfessionalClaimSubmissionQualifiedPersonName, required — A name that belongs to a person.
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `referenceNumbers` ProfessionalClaimSubmissionReferenceNumbers — Payer-issued reference numbers that apply to the entire claim.
      - `clia` string — **[CMS-1500 Box 23]** The Clinical Laboratory Improvement Amendments (CLIA) certification number. Required for all CLIA-certified facilities performing CLIA-covered laboratory services. When the claim contains both in-house and outsourced laboratory services, use the CLIA number for services performed by the billing or rendering provider.
      - `mammographyCertification` string — **[CMS-1500 Box 23]** The facility's six-digit FDA Mammography Quality Standards Act (MQSA) certification number. Required when mammography services are rendered by a certified mammography provider.
      - `priorAuthorization` string — **[CMS-1500 Box 23]** A payer-issued prior authorization number that approves the services on this claim. Required when the payer or Utilization Management Organization (UMO) assigned an authorization number and the services were preauthorized. To override this for a specific service line, set `serviceLines[].priorAuthorizations` instead.
      - `referral` string — **[CMS-1500 Box 23]** A referral number for the provider referral tied to the services on this claim. Required when the payer or Utilization Management Organization (UMO) assigned a referral number and a referral is involved.
    - `referringProvider` ProfessionalClaimSubmissionReferringProvider — A provider involved in referring the patient for the care on this claim. Each provider should be an individual, not an organization, and you should supply at least the `lastName` and an identifier, which is typically the `npi`.
      - `identifiers` ProfessionalClaimSubmissionReferringProviderIdentifiers — Identifiers for a referring provider.
        - `commercialNumber` string — **[CMS-1500 Box 17a]** A commercial number assigned to the referring provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 17b]** The referring provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier), a unique 10-digit ID issued by the Centers for Medicare & Medicaid Services (CMS).
        - `stateLicenseNumber` string — **[CMS-1500 Box 17a]** The referring provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
      - `name` ProfessionalClaimSubmissionQualifiedPersonName, required — A name that belongs to a person.
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `resubmission` ProfessionalClaimSubmissionResubmission — Information identifying this claim as a replacement or cancellation of a previously submitted claim.
      - `code` 'REPLACEMENT_OF_PRIOR_CLAIM' | 'CANCELLATION_OF_PRIOR_CLAIM' — Whether this claim replaces or cancels a previously submitted claim. - `REPLACEMENT_OF_PRIOR_CLAIM`: This claim replaces a previously submitted claim. - `CANCELLATION_OF_PRIOR_CLAIM`: This claim cancels, or voids, a previously submitted claim.
      - `originalReferenceNumber` string — The Payer Claim Control Number (sometimes called the ICN) of the original claim being replaced or cancelled. Generally required when `code` is set. One exception is Original Medicare, which specifies that you omit this value from resubmissions.
    - `supervisingProvider` ProfessionalClaimSubmissionSupervisingProvider — The provider who oversaw the rendering provider and the care reported in this claim. This should be an individual, not an organization, and you should supply at least the `lastName` and an identifier, which is typically the `npi`.
      - `identifiers` ProfessionalClaimSubmissionSupervisingProviderIdentifiers — Identifiers for a supervising provider.
        - `commercialNumber` string — **[CMS-1500 Box 17a]** A commercial number assigned to the supervising provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `locationNumber` string — **[CMS-1500 Box 17a]** A location number assigned to the supervising provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 17b]** The supervising provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier), a unique 10-digit ID issued by the Centers for Medicare & Medicaid Services (CMS).
        - `stateLicenseNumber` string — **[CMS-1500 Box 17a]** The supervising provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
      - `name` ProfessionalClaimSubmissionQualifiedPersonName, required — A name that belongs to a person.
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
  - `insured` ProfessionalClaimSubmissionInsured, required — The person or entity that carries the insurance policy being billed, also called the subscriber or primary policyholder. May be different from the patient.
    - `address` ProfessionalClaimSubmissionAddress — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
      - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
      - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
      - `city` string, required — The city name.
      - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
      - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
    - `dateOfBirth` string, password — **[CMS-1500 Box 11a]** The insured's date of birth. Used to distinguish the insured from other members with similar names.
    - `gender` 'MALE' | 'FEMALE' | 'UNKNOWN', password — A code indicating the person's sex. - `MALE`: Male. - `FEMALE`: Female. - `UNKNOWN`: Unknown. Use when the person declines to answer or does not identify as male or female. Note that some payers may reject the claim if the sex doesn't match what they have in their member records.
    - `insuranceType` 'MEDICARE' | 'MEDICAID' | 'TRICARE' | 'CHAMPVA' | 'FECA_BLK_LUNG' | 'OTHER', required — The type of health insurance plan being billed. Pick the type that best matches the plan and payer. For most commercial payers, use `OTHER`. - `MEDICARE`: Original Medicare. Don't use this for Medicare Advantage plans – use `OTHER` instead. - `MEDICAID`: Medicaid. - `TRICARE`: TRICARE, the U.S. Department of Defense's health care program for military members and their families. - `CHAMPVA`: CHAMPVA, the Civilian Health and Medical Program of the Department of Veterans Affairs, which covers spouses and dependents of certain disabled or deceased veterans. - `FECA_BLK_LUNG`: Workers' compensation, FECA, or Black Lung coverage for workers injured on the job. FECA stands for the Federal Employees' Compensation Act. - `OTHER`: Any other plan type, including commercial payers and Medicare Advantage. Use this for most claims.
    - `memberId` string, password — **[CMS-1500 Box 1a]** The member ID for the insured's insurance policy, typically found on the insurance card. For Medicare claims, this is the insured's Medicare Beneficiary Identifier (MBI).
    - `name` union, required — A name that belongs to either a person or an organization. Provide exactly one of `person` or `organization`.
      - object
        - `organization` string, required — The organization's business name.
      - object
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `paymentResponsibilityLevelCode` 'PRIMARY', required — The payer's responsibility level for the claim. - `PRIMARY`: The payer is the primary payer for this claim.
    - `planName` string, password — **[CMS-1500 Box 11c]** The name of the insured's insurance plan, typically found on the insurance card.
    - `policyOrGroupNumber` string, password — **[CMS-1500 Box 11]** The payer's code for the employer or other party that purchased the plan, typically found on the insurance card. For workers' compensation claims, use the Federal Employees' Compensation Act (FECA) number for the case.
    - `propertyCasualtyClaimNumber` string, password — **[CMS-1500 Box 11b]** The claim number assigned by a property or casualty insurer. Include for workers' compensation, automobile accident, or other liability claims when the payer requires it.
    - `ssn` string, password — **[CMS-1500 Box 11b]** The insured's Social Security Number. Only include when specifically instructed by a payer.
  - `otherInsured` ProfessionalClaimSubmissionOtherInsured[] — **[CMS-1500 Box 9, 9a, 9d]** Coverage the patient holds under another insurance policy, relevant to coordination of benefits. Include this when the patient has coverage from another payer in addition to the one you're billing.
    - `address` ProfessionalClaimSubmissionAddress — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
      - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
      - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
      - `city` string, required — The city name.
      - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
      - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
    - `authorization` ProfessionalClaimSubmissionOtherInsuredAuthorization, required — Signature and assignment-of-benefits indicators for coverage under another policy.
      - `insuredAuthorizesAssignment` 'NO' | 'NOT_APPLICABLE' | 'YES', required — Whether the insured has authorized payment of benefits directly to the provider. - `YES`: The insured has authorized assignment of benefits. - `NO`: The insured has not authorized assignment of benefits. - `NOT_APPLICABLE`: Assignment of benefits does not apply, typically because there is no signature on file.
      - `patientReleasesMedicalInfo` 'INFORMED_CONSENT' | 'YES', required — Whether the provider has the patient's authorization to release medical information needed to process the claim. - `YES`: The provider has the patient's signed authorization to release medical information. - `INFORMED_CONSENT`: The provider has informed consent to release medical information, but the signed authorization has not been obtained.
      - `providerGeneratedPatientSignature` boolean — Whether the provider generated the patient's signature because the patient was physically unable to sign.
    - `claimFilingIndicator` 'OTHER_NON_FEDERAL_PROGRAMS' | 'PREFERRED_PROVIDER_ORGANIZATION' | 'POINT_OF_SERVICE' | 'EXCLUSIVE_PROVIDER_ORGANIZATION' | 'INDEMNITY_INSURANCE' | 'HMO_MEDICARE_RISK' | 'DENTAL_MAINTENANCE_ORGANIZATION' | 'AUTOMOBILE_MEDICAL' | 'BLUE_CROSS_BLUE_SHIELD' | 'TRICARE' | 'COMMERCIAL_INSURANCE' | 'DISABILITY' | 'FEDERAL_EMPLOYEES_PROGRAM' | 'HEALTH_MAINTENANCE_ORGANIZATION' | 'LIABILITY_MEDICAL' | 'MEDICARE_PART_A' | 'MEDICARE_PART_B' | 'MEDICAID' | 'OTHER_FEDERAL_PROGRAM' | 'TITLE_V' | 'VETERANS_AFFAIRS_PLAN' | 'WORKERS_COMPENSATION_HEALTH_CLAIM' | 'MUTUALLY_DEFINED', required — The type of plan or payer that other coverage is filed under. - `MEDICARE_PART_A`: Medicare Part A. - `MEDICARE_PART_B`: Medicare Part B. - `MEDICAID`: Medicaid. - `TRICARE`: TRICARE. - `BLUE_CROSS_BLUE_SHIELD`: Blue Cross Blue Shield. - `COMMERCIAL_INSURANCE`: A commercial insurance company. - `HEALTH_MAINTENANCE_ORGANIZATION`: A health maintenance organization (HMO). - `HMO_MEDICARE_RISK`: An HMO Medicare risk plan. - `PREFERRED_PROVIDER_ORGANIZATION`: A preferred provider organization (PPO). - `POINT_OF_SERVICE`: A point-of-service (POS) plan. - `EXCLUSIVE_PROVIDER_ORGANIZATION`: An exclusive provider organization (EPO). - `INDEMNITY_INSURANCE`: An indemnity insurance plan. - `DENTAL_MAINTENANCE_ORGANIZATION`: A dental maintenance organization. - `AUTOMOBILE_MEDICAL`: Automobile medical coverage. - `LIABILITY_MEDICAL`: Liability medical coverage. - `DISABILITY`: Disability coverage. - `WORKERS_COMPENSATION_HEALTH_CLAIM`: A workers' compensation health claim. - `FEDERAL_EMPLOYEES_PROGRAM`: The Federal Employees Program. - `OTHER_FEDERAL_PROGRAM`: Another federal program. - `OTHER_NON_FEDERAL_PROGRAMS`: Another non-federal program. - `TITLE_V`: A Title V program. - `VETERANS_AFFAIRS_PLAN`: A Veterans Affairs plan. - `MUTUALLY_DEFINED`: A mutually defined plan type agreed on with the payer.
    - `medicareSecondaryInsuranceType` 'WORKING_AGED_BENEFICIARY_OR_SPOUSE_WITH_EGHP' | 'END_STAGE_RENAL_DISEASE_IN_MANDATED_COORDINATION_PERIOD_WITH_EGHP' | 'NO_FAULT_INSURANCE_INCLUDING_AUTO_IS_PRIMARY' | 'WORKERS_COMPENSATION' | 'PUBLIC_HEALTH_SERVICE_OR_OTHER_FEDERAL_AGENCY' | 'BLACK_LUNG' | 'VETERANS_ADMINISTRATION' | 'DISABLED_BENEFICIARY_UNDER_AGE_65_WITH_LGHP' | 'OTHER_LIABILITY_INSURANCE_IS_PRIMARY' — The reason the other coverage makes Medicare the secondary payer. - `WORKING_AGED_BENEFICIARY_OR_SPOUSE_WITH_EGHP`: A working aged beneficiary or spouse covered by an employer group health plan. - `END_STAGE_RENAL_DISEASE_IN_MANDATED_COORDINATION_PERIOD_WITH_EGHP`: End-stage renal disease coverage during the mandated coordination period with an employer group health plan. - `NO_FAULT_INSURANCE_INCLUDING_AUTO_IS_PRIMARY`: No-fault insurance, including automobile coverage, is primary. - `WORKERS_COMPENSATION`: Workers' compensation is primary. - `PUBLIC_HEALTH_SERVICE_OR_OTHER_FEDERAL_AGENCY`: A public health service or other federal agency is primary. - `BLACK_LUNG`: Black Lung benefits are primary. - `VETERANS_ADMINISTRATION`: Veterans Administration coverage is primary. - `DISABLED_BENEFICIARY_UNDER_AGE_65_WITH_LGHP`: A disabled beneficiary under age 65 covered by a large group health plan. - `OTHER_LIABILITY_INSURANCE_IS_PRIMARY`: Other liability insurance is primary.
    - `memberId` string, password, required — **[CMS-1500 Box 9]** The member ID for the other policy.
    - `name` union, required — A name that belongs to either a person or an organization. Provide exactly one of `person` or `organization`.
      - object
        - `organization` string, required — The organization's business name.
      - object
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `otherPayer` ProfessionalClaimSubmissionOtherPayer, required — The payer that provides coverage under another policy.
      - `id` union, required — An identifier for the other payer. Provide exactly one.
        - object
          - `payerId` string, required — The other payer's payer identification number.
        - object
          - `cmsPlanId` string, required — The other payer's CMS plan ID, such as a Health Plan ID (HPID) or Other Entity Identifier (OEID).
      - `name` ProfessionalClaimSubmissionQualifiedOrganizationName, required — A name that belongs to an organization.
        - `organization` string, required — The organization's business name.
    - `planName` string, password — **[CMS-1500 Box 9d]** The name of the other insurance plan.
    - `policyOrGroupNumber` string, password — **[CMS-1500 Box 9a]** The policy or group number for the other coverage.
    - `relationshipToInsured` 'SPOUSE' | 'SELF' | 'CHILD' | 'EMPLOYEE' | 'UNKNOWN' | 'ORGAN_DONOR' | 'CADAVER_DONOR' | 'LIFE_PARTNER' | 'OTHER_RELATIONSHIP', required — How the patient is related to the person insured under the other policy. - `SELF`: The patient is the other insured. - `SPOUSE`: The patient is the other insured's spouse. - `CHILD`: The patient is the other insured's child. - `EMPLOYEE`: The patient is the other insured's employee. - `LIFE_PARTNER`: The patient is the other insured's life partner. - `ORGAN_DONOR`: The patient is an organ donor. - `CADAVER_DONOR`: The patient is a cadaver donor. - `OTHER_RELATIONSHIP`: The patient has another relationship to the other insured. - `UNKNOWN`: The relationship is unknown.
    - `responsibilityLevel` 'PRIMARY' | 'SECONDARY' | 'TERTIARY', required — A payer's responsibility level for a claim. - `PRIMARY`: The primary payer. - `SECONDARY`: The secondary payer. - `TERTIARY`: The tertiary payer.
    - `ssn` string, password — The Social Security Number of the person insured under the other policy. Only include when specifically instructed by a payer.
  - `patient` ProfessionalClaimSubmissionPatient — The person who received care, when they are someone other than the insured.
    - `address` ProfessionalClaimSubmissionAddress, required — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
      - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
      - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
      - `city` string, required — The city name.
      - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
      - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
    - `dateOfBirth` string, password, required — **[CMS-1500 Box 3]** The patient's date of birth. Used to distinguish the patient from other members with similar names.
    - `gender` 'MALE' | 'FEMALE' | 'UNKNOWN', password, required — A code indicating the person's sex. - `MALE`: Male. - `FEMALE`: Female. - `UNKNOWN`: Unknown. Use when the person declines to answer or does not identify as male or female. Note that some payers may reject the claim if the sex doesn't match what they have in their member records.
    - `name` ProfessionalClaimSubmissionQualifiedPersonName, required — A name that belongs to a person.
      - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
        - `firstName` string — The person's first name.
        - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
        - `middleName` string — The person's middle name or initial.
        - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `relationshipToInsured` 'SPOUSE' | 'CHILD' | 'EMPLOYEE' | 'OTHER_RELATIONSHIP', required — How the patient is related to the insured. - `SPOUSE`: The patient is the insured's spouse. - `CHILD`: The patient is the insured's child. - `EMPLOYEE`: The patient is the insured's employee, typically for workers' compensation claims where the insured is the employer. - `OTHER_RELATIONSHIP`: The patient has another relationship to the insured.
  - `payer` ProfessionalClaimSubmissionPayer, required — The payer being billed for the claim.
    - `address` ProfessionalClaimSubmissionAddress — A mailing address. For United States addresses, use the full nine-digit ZIP code with no separators, such as `100031502`. If you don't know the full ZIP code, you can find it using the [USPS ZIP Code Lookup](https://tools.usps.com/zip-code-lookup.htm) tool.
      - `addressLine1` string, required — The first line of the street address. This typically contains the building number and street name.
      - `addressLine2` string — The second line of the street address. This typically contains the apartment or suite number.
      - `city` string, required — The city name.
      - `postalCode` string — The postal or ZIP code, with no separators or spaces. For United States addresses, use the full nine-digit ZIP code, such as `100031502`.
      - `state` string — The two-letter state or province code. Required when the city is in the United States or Canada.
    - `id` string, required — **[CMS-1500 Carrier Block]** The Stedi payer ID for the payer being billed. Visit the [Payer Network](https://www.stedi.com/healthcare/network) for a complete list. - You can send requests using the primary payer ID, the Stedi payer ID, or any alias listed in the payer record. - You must include leading 0 characters. Payer IDs are alphanumeric strings and must be treated as complete strings, not integers. For example, use `00540` for SISCO, not `540`.
    - `name` ProfessionalClaimSubmissionQualifiedOrganizationName — A name that belongs to an organization.
      - `organization` string, required — The organization's business name.
    - `receiverId` string — **[CMS-1500 Carrier Block]** The ID of the receiver that processes the claim, typically the clearinghouse or payer. Only include when the receiver differs from the payer.
  - `purpose` 'SUBROGATION_DEMAND' | 'CHARGEABLE' | 'REPORTING', required — The purpose of the claim submission. - `CHARGEABLE`: A standard fee-for-service claim with at least one chargeable line item. Use this for most submissions. - `SUBROGATION_DEMAND`: Only for use by state Medicaid agencies performing post-payment recovery. - `REPORTING`: A reporting-only submission that is not a request for payment.
  - `serviceLines` ProfessionalClaimSubmissionServiceLine[], required — **[CMS-1500 Box 17, 17a, 17b, 20, 24a-24j]** The individual services, procedures, or supplies being billed. Each service line corresponds to one row in Box 24 of the CMS-1500 form.
    - `attachments` ProfessionalClaimSubmissionAttachment[] — **[CMS-1500 Box 24]** Supporting documentation attached to this service line. Only include when the payer requires it. Visit [Submit claim attachments](https://www.stedi.com/docs/healthcare/submit-claim-attachments) for more information.
      - `attachmentControlNumber` string — A control number assigned to the attachment. The payer uses this identifier to match the attachment to the claim. - You must include either this property or `attachmentId` in the request, but not both. Including both properties will result in an error. - We recommend using a ULID or UUID of up to 50 characters. - Stedi autogenerates a control number if you don't provide one.
      - `attachmentId` string — The unique identifier for an attachment file you previously uploaded to Stedi. This value is returned in the `attachmentId` property of the [Create Claim Attachment (275) JSON](https://www.stedi.com/docs/healthcare/api-reference/post-healthcare-submit-claim-attachment) response. Stedi uses it to generate and submit the 275 claim attachment transaction to the payer. - This property is required when you're submitting attachment files through Stedi. - You must include either this property or `attachmentControlNumber` in the request, but not both. Including both properties will result in an error.
      - `reportTypeCode` 'REPORT_JUSTIFYING_TREATMENT' | 'DRUGS_ADMINISTERED' | 'TREATMENT_DIAGNOSIS' | 'INITIAL_ASSESSMENT' | 'FUNCTIONAL_GOALS' | 'PLAN_OF_TREATMENT' | 'PROGRESS_REPORT' | 'CONTINUED_TREATMENT' | 'CHEMICAL_ANALYSIS' | 'CERTIFIED_TEST_REPORT' | 'JUSTIFICATION_FOR_ADMISSION' | 'RECOVERY_PLAN' | 'ALLERGIES_SENSITIVITIES' | 'AUTOPSY_REPORT' | 'AMBULANCE_CERTIFICATION' | 'ADMISSION_SUMMARY' | 'PRESCRIPTION' | 'PHYSICIAN_ORDER' | 'REFERRAL_FORM' | 'BENCHMARK_TESTING_RESULTS' | 'BASELINE' | 'BLANKET_TEST_RESULTS' | 'CHIROPRACTIC_JUSTIFICATION' | 'CONSENT_FORMS' | 'CERTIFICATION' | 'DRUG_PROFILE' | 'DENTAL_MODELS' | 'DME_PRESCRIPTION' | 'DIAGNOSTIC_REPORT' | 'DISCHARGE_MONITORING' | 'DISCHARGE_SUMMARY' | 'EXPLANATION_OF_BENEFITS' | 'HEALTH_CERTIFICATE' | 'HEALTH_CLINIC_RECORDS' | 'IMMUNIZATION_RECORD' | 'STATE_IMMUNIZATION_RECORDS' | 'LABORATORY_RESULTS' | 'MEDICAL_RECORD_ATTACHMENT' | 'MODELS' | 'NURSING_NOTES' | 'OPERATIVE_NOTE' | 'OXYGEN_CONTENT_AVERAGING' | 'ORDERS_TREATMENTS' | 'PHYSICAL_EXAMINATION' | 'OXYGEN_THERAPY_CERTIFICATION' | 'SUPPORT_DATA' | 'PATHOLOGY_REPORT' | 'MEDICAL_HISTORY' | 'PARENTERAL_ENTERAL_CERTIFICATION' | 'PHYSICAL_THERAPY_NOTES' | 'PROSTHETICS_ORTHOTIC_CERTIFICATION' | 'PARAMEDICAL_RESULTS' | 'PHYSICIAN_REPORT' | 'PHYSICAL_THERAPY_CERTIFICATION' | 'RADIOLOGY_FILMS' | 'RADIOLOGY_REPORTS' | 'TESTS_ANALYSIS_REPORT' | 'RENEWABLE_OXYGEN_CONTENT' | 'SYMPTOMS_DOCUMENT' | 'DEATH_NOTIFICATION' | 'PHOTOGRAPHS', required — The type of report being attached to the claim. Visit [Attachment report type codes](https://www.stedi.com/docs/healthcare/claims-code-lists#attachment-report-type-codes) for a complete list of values and their descriptions.
      - `transmissionCode` 'AVAILABLE_ON_REQUEST' | 'BY_MAIL' | 'ELECTRONICALLY_ONLY' | 'EMAIL' | 'FILE_TRANSFER' | 'BY_FAX', required — How an attachment is transmitted to the payer. - `ELECTRONICALLY_ONLY`: The attachment is sent electronically only. - `BY_MAIL`: The attachment is sent by mail. - `BY_FAX`: The attachment is sent by fax. - `EMAIL`: The attachment is sent by email. - `FILE_TRANSFER`: The attachment is sent by file transfer. - `AVAILABLE_ON_REQUEST`: The attachment is held by the provider and made available to the payer on request.
    - `datesOfService` ProfessionalClaimSubmissionDateRange, required — A date range. `end` is inclusive. At least one of `start` or `end` is present.
      - `end` string — The end date of the range, inclusive, in `YYYY-MM-DD` format.
      - `start` string — The start date of the range, in `YYYY-MM-DD` format.
    - `diagnosisCodes` string[], required — **[CMS-1500 Box 24e]** Up to four diagnoses this service relates to. Must be [ICD-10-CM codes](https://www.cdc.gov/nchs/icd/icd-10-cm/index.html). List them in order of importance to the service, with the most relevant diagnosis first. Across `encounter.primaryDiagnosisCode` and the codes on every service line, a claim can use at most 12 distinct diagnosis codes. - You must submit a valid, billable code at the highest level of specificity. Include the 4th - 7th characters as applicable. - Don't submit the decimal point for ICD codes. The decimal point is implied. - Don't submit ICD-10 header codes. Header codes exist to group related codes and aren't valid for billing. These header codes can change with each new version of ICD-10, so we recommend reviewing your diagnosis codes every year to ensure that they aren't classified as header codes in the most recent version. To determine whether a code is a header code, you can also search the Value Set Authority Center. If the 'Header' property is set, the code is a header code and you shouldn't use it in claim submissions.
    - `drugIdentification` ProfessionalClaimSubmissionDrugIdentification — Drug identification details for a service line, required when a drug is billed and a prescription was written.
      - `associationNumber` union — A prescription number or compound drug link sequence number. Provide exactly one.
        - object
          - `linkSequenceNumber` string, required — A provider-assigned number, unique to this claim, that ties together the components of a compound drug when there is no prescription number.
        - object
          - `pharmacyPrescriptionNumber` string, required — The pharmacy prescription number. For a compound drug, all components share the same prescription number so the payer can relate them.
      - `nationalDrugCode` string, required — The dispensed drug's National Drug Code (NDC).
      - `originalNdc` string — The original National Drug Code (NDC), when it differs from the code reported in `nationalDrugCode`.
      - `unitCount` string, required — The quantity of the drug administered, expressed in the unit given by `unitOfMeasure`.
      - `unitOfMeasure` 'INTERNATIONAL_UNIT' | 'GRAM' | 'MILLIGRAM' | 'MILLILITER' | 'UNIT', required — The unit of measure for a drug quantity. - `INTERNATIONAL_UNIT`: International unit. - `GRAM`: Gram. - `MILLIGRAM`: Milligram. - `MILLILITER`: Milliliter. - `UNIT`: Unit.
    - `isEmergency` boolean — **[CMS-1500 Box 24c]** Whether the service was related to an emergency, meaning the patient required immediate intervention for a severe, life-threatening, or potentially disabling condition.
    - `isEpsdtRelated` boolean — **[CMS-1500 Box 24h]** Whether the service is related to an Early and Periodic Screening, Diagnosis, and Treatment (EPSDT) encounter. Set this on services that resulted from an EPSDT screening, not on the screening service itself. Report the screening's referral outcome in `encounter.epsdtReferralCodes`.
    - `isFamilyPlanning` boolean — **[CMS-1500 Box 24h]** Whether the service was related to a family planning program.
    - `lineItemChargeAmount` string, required — **[CMS-1500 Box 24f]** The charge for this service line, including the provider's base charge and any applicable tax or postage. It is acceptable to set this to `0` (zero).
    - `lineItemControlNumber` string — A control number you assign to this service line for your own tracking. Each must be unique within the claim. If you don't set it, Stedi sets it for you – a random ULID.
    - `narrativeForUnspecifiedCode` string — **[CMS-1500 Box 24]** A free-text description that clarifies the procedure code and any modifiers. Provide when billing an unspecified or unlisted procedure code.
    - `orderingProvider` ProfessionalClaimSubmissionOrderingProvider — The provider who ordered the services, tests, or supplies on a service line. This should be an individual, not an organization, and you should supply at least the `lastName` and an identifier, which is typically the `npi`.
      - `identifiers` ProfessionalClaimSubmissionOrderingProviderIdentifiers — Identifiers for an ordering provider.
        - `commercialNumber` string — **[CMS-1500 Box 17a]** A commercial number assigned to the ordering provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 17b]** The ordering provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier), a unique 10-digit ID issued by the Centers for Medicare & Medicaid Services (CMS).
        - `stateLicenseNumber` string — **[CMS-1500 Box 17a]** The ordering provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
      - `name` ProfessionalClaimSubmissionQualifiedPersonName, required — A name that belongs to a person.
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `placeOfService` string — **[CMS-1500 Box 24b]** The place of service code identifying where the patient received the service. Visit [Place of Service Codes](https://www.cms.gov/medicare/coding-billing/place-of-service-codes/code-sets) for a complete list.
    - `priorAuthorizations` ProfessionalClaimSubmissionServiceLinePriorAuthorizationNumber[] — Prior authorization numbers that apply to this service line. Include only numbers that differ from the claim-level prior authorization in `encounter.referenceNumbers.priorAuthorization`. You can use the same number on multiple service lines.
      - `otherPayerPrimaryId` string — The identifier of the other payer that issued this prior authorization number. Include only when the number was issued by a payer other than the one being billed, and match the other payer's identifier in `otherInsured[].otherPayer.id`.
      - `priorAuthorizationNumber` string, required — The payer-issued prior authorization number for this service line.
    - `procedureCode` ProfessionalClaimSubmissionProcedureCode, required — A procedure, service, or supply code with any applicable modifiers.
      - `code` string, required — The procedure, service, or supply code, typically a CPT or HCPCS code.
      - `modifiers` string[] — Up to four modifier codes that convey special circumstances related to the service, such as `25` or `JW`.
    - `renderingProvider` ProfessionalClaimSubmissionRenderingProvider — The provider who performed the service. This can be an individual or an organization, such as a laboratory. When a substitute provider (locum tenens) was used, supply that provider's information here. You can omit this object when the rendering provider is the same as the billing provider.
      - `identifiers` ProfessionalClaimSubmissionRenderingProviderIdentifiers — Identifiers for the rendering provider.
        - `commercialNumber` string — **[CMS-1500 Box 24i]** A commercial number assigned to the rendering provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `locationNumber` string — **[CMS-1500 Box 24i]** A location number assigned to the rendering provider by the payer. Include only when the payer requires it in addition to the NPI.
        - `npi` string — **[CMS-1500 Box 24j]** The rendering provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier), a unique 10-digit ID issued by the Centers for Medicare & Medicaid Services (CMS).
        - `stateLicenseNumber` string — **[CMS-1500 Box 24i]** The rendering provider's state license number, assigned by a state licensing board. Include only when the payer requires it in addition to the NPI.
        - `taxonomyCode` string — **[CMS-1500 Box 24i]** The rendering provider's taxonomy code from the National Uniform Claim Committee [Health Care Provider Taxonomy Code Set](https://taxonomy.nucc.org/), which identifies the provider's type and specialty.
      - `name` union, required — A name that belongs to either a person or an organization. Provide exactly one of `person` or `organization`.
        - object
          - `organization` string, required — The organization's business name.
        - object
          - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
            - `firstName` string — The person's first name.
            - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
            - `middleName` string — The person's middle name or initial.
            - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.
    - `units` string, required — **[CMS-1500 Box 24g]** The number of units of the service provided. The units depend on the procedure code and the nature of the service. For example, they may correspond to office visits (1 unit per visit), individual diagnostic tests (1 unit per test), or time (when a service is billed in 15-minute increments, 4 units could equal 1 hour). For anesthesia procedure codes (00100-01999), report the total anesthesia time in minutes; Stedi reports the unit of measure as minutes for these codes automatically.
  - `submitter` ProfessionalClaimSubmissionSubmitter, required — The entity submitting the claim to Stedi.
    - `contact` ProfessionalClaimSubmissionContact — A person or department to contact, with up to one phone number, email address, and fax number. Provide at least one way to reach the contact.
      - `email` string, password — The contact's email address.
      - `faxNumber` string, password — The contact's fax number.
      - `name` string — The name of the contact person or department. When omitted, questions are directed to the entity itself.
      - `phoneExtension` string — The extension for `phoneNumber`.
      - `phoneNumber` string, password — The contact's phone number.
    - `etin` string — **[CMS-1500 Carrier Block]** The submitter's Electronic Transmitter Identification Number (ETIN), a payer-assigned ID that identifies the entity transmitting the claim.
    - `name` union, required — A name that belongs to either a person or an organization. Provide exactly one of `person` or `organization`.
      - object
        - `organization` string, required — The organization's business name.
      - object
        - `person` ProfessionalClaimSubmissionPersonName, required — The name of an individual person.
          - `firstName` string — The person's first name.
          - `lastName` string, required — The person's last name. Don't include a name suffix such as Jr. or III here. Use the `suffix` property instead.
          - `middleName` string — The person's middle name or initial.
          - `suffix` string — The person's name suffix, such as Jr. or III. Include only a personal name suffix here, not professional or academic credentials such as M.D.

## Response `200`

ValidateProfessionalClaimSubmission 200 response

## Other responses

- `400` — ValidateProfessionalClaimSubmission400Error 400 response
- `401` — AuthenticationFailedException 401 response
- `403` — ValidateProfessionalClaimSubmission403Error 403 response
- `404` — ResourceNotFoundException 404 response
- `429` — ValidateProfessionalClaimSubmission429Error 429 response
- `500` — ValidateProfessionalClaimSubmission500Error 500 response

---

[API](https://skmtc.net/stedi/apis/stedi-healthcare-claims.md) · [All operations](https://skmtc.net/stedi/apis/stedi-healthcare-claims/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stedi/stedi-healthcare-claims/revisions/8fc7ba273b38/schema)
