Type Alias: IdentityEventKind
IdentityEventKind =
"merge"|"move"|"link"|"unlink"|"add"|"update"
Classification of a recognized identity trigger event.
merge: A18 / A34 / A35 / A36 / A39 / A40 / A41 / A42 (MRG expected)move: A43 / A44 (MRG expected)link/unlink: A24 / A37 (two PID groups, no MRG)add/update: A28 / A31 (person add/update, no MRG)
Example
import type { IdentityEventKind } from "@cosyte/hl7";
const kind: IdentityEventKind = "merge";