A read-only body-part lozenge, with its derived impairment status (#464).

interface BodyPartLozenge {
    name: string;
    shortcode: string;
    status: BodyPartStatus;
}

Properties

Properties

name: string

Display name of the part (falls back to the shortcode).

shortcode: string

The body-part shortcode (stable identity).

Impairment display status driving the grid color (none/minor/major/unusable).