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
readonlyadjudications: readonlyX12LineAdjudication[]
Inherited from
X12_837ServiceLineBase.adjudications
amounts
readonlyamounts: readonlyX12ClaimAmount[]
Inherited from
X12_837ServiceLineBase.amounts
charge
readonlycharge:X12Decimal
Inherited from
X12_837ServiceLineBase.charge
dates
readonlydates: readonlyX12ClaimDate[]
Inherited from
X12_837ServiceLineBase.dates
drug
readonlydrug:X12LineDrug|undefined
Inherited from
X12_837ServiceLineBase.drug
lineNumber
readonlylineNumber:string
Inherited from
X12_837ServiceLineBase.lineNumber
modifiers
readonlymodifiers: readonlystring[]
nonCoveredCharge
readonlynonCoveredCharge:X12Decimal|undefined
notes
readonlynotes: readonlyX12ClaimNote[]
Inherited from
X12_837ServiceLineBase.notes
placeOfServiceCode
readonlyplaceOfServiceCode:string|undefined
Inherited from
X12_837ServiceLineBase.placeOfServiceCode
procedureCode
readonlyprocedureCode:string|undefined
procedureQualifier
readonlyprocedureQualifier:string|undefined
providers
readonlyproviders: readonlyX12ClaimEntity[]
Inherited from
X12_837ServiceLineBase.providers
references
readonlyreferences: readonlyX12ClaimReference[]
Inherited from
X12_837ServiceLineBase.references
revenueCode
readonlyrevenueCode:string
serviceLineRate
readonlyserviceLineRate:X12Decimal|undefined
unitOfMeasure
readonlyunitOfMeasure:string|undefined
Inherited from
X12_837ServiceLineBase.unitOfMeasure
units
readonlyunits:X12Decimal
Inherited from
X12_837ServiceLineBase.units
variant
readonlyvariant:"I"