Skip to content

Commit ab4c07d

Browse files
committed
feat(events): add patient details to treatment plan event output
1 parent befed37 commit ab4c07d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/feature/eventType.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ type TreatmentPlanPayload = {
2727
state: string;
2828
patient: {
2929
id: string;
30+
firstNane: string;
31+
lastName: string;
32+
email: string;
3033
};
3134
practitioner: {
3235
id: string;

0 commit comments

Comments
 (0)