opsinjs

ClinicalStatusMeta

Everything a clinical status carries besides its colour.

How this is generated

Source: lib/status.ts. Script: scripts/build-reference.mts. Command: pnpm run generate.

Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.

ClinicalStatusMeta

Everything a clinical status carries besides its colour. The word, the example sentence, who may assign it, its icon and its place in the order.

KindDeclared in
interfacelib/status.ts
export interface ClinicalStatusMeta {
  word: string
  sentence: string
  assignedBy: string
  icon: string
  level: number
}

On this page