Type Alias: CodeSlot
CodeSlot =
"problem"|"medication"|"allergen"|"route"|"vaccine"
The coded slots whose terminology binding the parser checks. Each names a
safety-relevant place a CD appears in the reconciliation triad.
Example
import type { CodeSlot } from "@cosyte/ccda";
const slot: CodeSlot = "problem";