Skip to main content
Version: v0.0.2

Interface: X12_837ServiceLineDental

837D service line (SV3). Dental lines carry the ADA-coded procedure (qualifier AD, CDT code) plus optional tooth + surface detail captured on the per-line TOO segments (Loop 2400 in X224A2).

Example

import type { X12_837ServiceLineDental } from "@cosyte/x12";
declare const sl: X12_837ServiceLineDental;
sl.procedureQualifier; // "AD"
sl.procedureCode; // "D2391" composite resin
sl.charge.toString(); // "180.00"
sl.toothInformation[0]?.toothCode; // "14"
sl.toothInformation[0]?.surfaces; // ["O"]

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[]


notes

readonly notes: readonly X12ClaimNote[]

Inherited from

X12_837ServiceLineBase.notes


oralCavityArea

readonly oralCavityArea: readonly string[]


placeOfServiceCode

readonly placeOfServiceCode: string | undefined

Inherited from

X12_837ServiceLineBase.placeOfServiceCode


procedureCode

readonly procedureCode: string


procedureQualifier

readonly procedureQualifier: string


prosthesisCrownInlayCode

readonly prosthesisCrownInlayCode: string | undefined


providers

readonly providers: readonly X12ClaimEntity[]

Inherited from

X12_837ServiceLineBase.providers


references

readonly references: readonly X12ClaimReference[]

Inherited from

X12_837ServiceLineBase.references


toothInformation

readonly toothInformation: readonly X12ToothInformation[]


unitOfMeasure

readonly unitOfMeasure: string | undefined

Inherited from

X12_837ServiceLineBase.unitOfMeasure


units

readonly units: X12Decimal

Inherited from

X12_837ServiceLineBase.units


variant

readonly variant: "D"