Type Alias: EventDisposition
EventDisposition =
"performed"|"planned"
The performed-vs-planned disposition of a clinical act, derived from its
@moodCode: EVN → "performed"; a planned mood (INT/RQO/PRMS/PRP/
APT/ARQ) → "planned". Shared by Procedures and the Plan of Treatment so
a planned act is never read as performed (and vice versa).
Example
import type { EventDisposition } from "@cosyte/ccda";
const d: EventDisposition = "planned";