Skip to main content
Version: v0.0.2

Interface: FixedWidthFieldMap

The field mapping for a FixedWidthSource (0-based char slices).

Properties

billable?

readonly optional billable?: BillableFlag

The billable/header flag (ICD-10-CM position-15), when the format has one.


code

readonly code: FieldSlice

The slice holding the concept code.


display

readonly display: FieldSlice

The slice holding the display string.


properties?

readonly optional properties?: readonly FixedWidthPropertyField[]

Extra slices to surface as properties.


status?

readonly optional status?: FieldSlice

A slice holding a status token, when the format has one (alternative to billable).