Interface: X12_837ServiceLineProfessional
837P service line (SV1). procedureQualifier is the HCPCS / CPT
qualifier (typically HC for HCPCS / CPT-4; ER jurisdiction-specific
procedure code; IV HIPPS-based rate code); procedureCode is the
verbatim code; modifiers are the 1-4 procedure modifiers from
SV1-01-3 through SV1-01-6 (e.g. 25, 59, LT, RT).
diagnosisPointers carry up to 4 pointers (SV1-07's composite of
positional indexes into the claim's HI diagnoses). The pointer "1"
refers to the first principal-diagnosis HI composite, "2" the second,
etc.; verbatim string preserved.
Example
import type { X12_837ServiceLineProfessional } from "@cosyte/x12";
declare const sl: X12_837ServiceLineProfessional;
sl.procedureQualifier; // "HC"
sl.procedureCode; // "99213"
sl.modifiers; // ["25"]
sl.diagnosisPointers; // ["1"]
sl.placeOfServiceCode; // "11" office (overrides claim-level)
sl.charge.toString(); // "150.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
diagnosisPointers
readonlydiagnosisPointers: readonlystring[]
drug
readonlydrug:X12LineDrug|undefined
Inherited from
X12_837ServiceLineBase.drug
emergencyIndicator
readonlyemergencyIndicator:string|undefined
epsdtIndicator
readonlyepsdtIndicator:string|undefined
familyPlanningIndicator
readonlyfamilyPlanningIndicator:string|undefined
lineNumber
readonlylineNumber:string
Inherited from
X12_837ServiceLineBase.lineNumber
modifiers
readonlymodifiers: readonlystring[]
notes
readonlynotes: readonlyX12ClaimNote[]
Inherited from
X12_837ServiceLineBase.notes
placeOfServiceCode
readonlyplaceOfServiceCode:string|undefined
Inherited from
X12_837ServiceLineBase.placeOfServiceCode
procedureCode
readonlyprocedureCode:string
procedureQualifier
readonlyprocedureQualifier:string
providers
readonlyproviders: readonlyX12ClaimEntity[]
Inherited from
X12_837ServiceLineBase.providers
references
readonlyreferences: readonlyX12ClaimReference[]
Inherited from
X12_837ServiceLineBase.references
unitOfMeasure
readonlyunitOfMeasure:string|undefined
Inherited from
X12_837ServiceLineBase.unitOfMeasure
units
readonlyunits:X12Decimal
Inherited from
X12_837ServiceLineBase.units
variant
readonlyvariant:"P"