Type Alias: StatusDomain
StatusDomain =
"functional"|"mental"
Which status section a StatusObservation came from, "functional"
(ADLs, mobility, self-care) or "mental" (cognition, mood). Preserved so a
consumer can tell the two apart without re-reading the DOM; the two are never
conflated.
Example
import type { StatusDomain } from "@cosyte/ccda";
const d: StatusDomain = "functional";