Skip to main content
Version: v0.0.4

Interface: FixedWidthSource

A fixed-width source (slice by column) - e.g. the ICD-10-CM order file. Fully parameterized: the consumer supplies the field slices (see ICD10CM_ORDER_FILE_FIELDS for the documented ICD-10-CM preset, which they confirm against their release's README, since the byte offsets are not confirmed against an authoritative machine-readable source). BYO.

Properties

content

readonly content: string

The raw fixed-width file content.


fields

readonly fields: FixedWidthFieldMap

Which char slices hold the code/display/billable/status/properties.


format

readonly format: "fixed-width"

Discriminant.


name?

readonly optional name?: string

A human-readable name.


statusMap?

readonly optional statusMap?: StatusMapper

Override the default status interpretation of the status slice's raw token.


url?

readonly optional url?: string

The code system's canonical URI.


version?

readonly optional version?: string

The release version.