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
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[]
notes
readonlynotes: readonlyX12ClaimNote[]
Inherited from
X12_837ServiceLineBase.notes
oralCavityArea
readonlyoralCavityArea: readonlystring[]
placeOfServiceCode
readonlyplaceOfServiceCode:string|undefined
Inherited from
X12_837ServiceLineBase.placeOfServiceCode
procedureCode
readonlyprocedureCode:string
procedureQualifier
readonlyprocedureQualifier:string
prosthesisCrownInlayCode
readonlyprosthesisCrownInlayCode:string|undefined
providers
readonlyproviders: readonlyX12ClaimEntity[]
Inherited from
X12_837ServiceLineBase.providers
references
readonlyreferences: readonlyX12ClaimReference[]
Inherited from
X12_837ServiceLineBase.references
toothInformation
readonlytoothInformation: readonlyX12ToothInformation[]
unitOfMeasure
readonlyunitOfMeasure:string|undefined
Inherited from
X12_837ServiceLineBase.unitOfMeasure
units
readonlyunits:X12Decimal
Inherited from
X12_837ServiceLineBase.units
variant
readonlyvariant:"D"