Skip to main content
Version: v0.0.4

Variable: ICD10CM_ORDER_FILE_FIELDS

const ICD10CM_ORDER_FILE_FIELDS: FixedWidthFieldMap

The documented ICD-10-CM order file field layout (0-based char indices).

  • code - the ICD-10-CM code (no decimal point).
  • billable - position-15 flag at index 14: "1" = billable/valid leaf, "0" = header.
  • display - the long description (to end of line).
  • property shortDescription - the 60-char short description.

Grounded on the CMS/CDC order-file layout; verify against your release's README before relying on the exact offsets, which are not confirmed against an authoritative machine-readable source. The reader takes the layout as a parameter precisely so this preset is a starting point, not a hardcoded assumption.