Type Alias: PlannedActMood
PlannedActMood =
"INT"|"RQO"|"PRMS"|"PRP"|"APT"|"ARQ"
The planned @moodCode for the act / encounter / procedure kinds, the
Planned moodCode value set (2.16.840.1.113883.11.20.9.23): INT intent
(default), RQO request/order, PRMS promise, PRP proposal, APT
appointment, ARQ appointment request. The appointment moods (APT/ARQ)
are valid only on these three element domains (x_DocumentActMood /
x_DocumentEncounterMood / x_DocumentProcedureMood). EVN (a performed
event) is deliberately not a member, the plan carries only future/ordered
items, so a performed act can never be emitted into it.
Example
import type { PlannedActMood } from "@cosyte/ccda";
const appointment: PlannedActMood = "APT";