Skip to main content
Version: v0.0.2

Interface: X12_837ServiceLineInstitutional

837I service line (SV2). Institutional lines lead with a revenueCode (SV2-01, NUBC 4-digit revenue code - what kind of service this is); the procedure code (HCPCS) and modifiers in SV2-02 are situational. nonCoveredCharge (SV2-07) is the portion of the line the provider has marked as not covered before the payer adjudicates.

Example

import type { X12_837ServiceLineInstitutional } from "@cosyte/x12";
declare const sl: X12_837ServiceLineInstitutional;
sl.revenueCode; // "0260" IV therapy
sl.procedureCode; // "J7030"
sl.charge.toString(); // "780.00"
sl.nonCoveredCharge?.toString();// "0.00"

Extends

  • X12_837ServiceLineBase

Properties

adjudications

readonly adjudications: readonly X12LineAdjudication[]

Inherited from

X12_837ServiceLineBase.adjudications


amounts

readonly amounts: readonly X12ClaimAmount[]

Inherited from

X12_837ServiceLineBase.amounts


charge

readonly charge: X12Decimal

Inherited from

X12_837ServiceLineBase.charge


dates

readonly dates: readonly X12ClaimDate[]

Inherited from

X12_837ServiceLineBase.dates


drug

readonly drug: X12LineDrug | undefined

Inherited from

X12_837ServiceLineBase.drug


lineNumber

readonly lineNumber: string

Inherited from

X12_837ServiceLineBase.lineNumber


modifiers

readonly modifiers: readonly string[]


nonCoveredCharge

readonly nonCoveredCharge: X12Decimal | undefined


notes

readonly notes: readonly X12ClaimNote[]

Inherited from

X12_837ServiceLineBase.notes


placeOfServiceCode

readonly placeOfServiceCode: string | undefined

Inherited from

X12_837ServiceLineBase.placeOfServiceCode


procedureCode

readonly procedureCode: string | undefined


procedureQualifier

readonly procedureQualifier: string | undefined


providers

readonly providers: readonly X12ClaimEntity[]

Inherited from

X12_837ServiceLineBase.providers


references

readonly references: readonly X12ClaimReference[]

Inherited from

X12_837ServiceLineBase.references


revenueCode

readonly revenueCode: string


serviceLineRate

readonly serviceLineRate: X12Decimal | undefined


unitOfMeasure

readonly unitOfMeasure: string | undefined

Inherited from

X12_837ServiceLineBase.unitOfMeasure


units

readonly units: X12Decimal

Inherited from

X12_837ServiceLineBase.units


variant

readonly variant: "I"