ReferenceAPI
ClinicalStatusOrUnknown
The four clinical statuses plus `unknown`.
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.
ClinicalStatusOrUnknown
The four clinical statuses plus unknown. Unknown is the absence of an assertion rather than a fifth level of urgency.
| Kind | Declared in |
|---|---|
| type | lib/status.ts |
export type ClinicalStatusOrUnknown = ClinicalStatus | UnknownStatus