Merged
Conversation
…-state-qualifier-from
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request implements changes to the virtual visit waiting room notification system as specified in OTR-1754. The changes modify how providers are notified when patients join the virtual waiting room, removing state-based filtering and updating notification messages.
Changes:
- Removed state credential qualifier from provider notifications - notifications are now sent to all active providers instead of filtering by state
- Reworded notification messages from "patient in [state] is waiting" to "Virtual visit with [patient] at [time am/pm]"
- Added new notification when patient joins virtual waiting room: "[patient] is ready to begin their virtual visit" via a new Task resource
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts |
New zambda handler to create a Task notification when patient joins waiting room |
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/validateRequestParameters.ts |
Input validation for the new waiting room notification endpoint |
packages/zambdas/src/cron/notifications-updater/index.ts |
Updated to send notifications to all active providers and changed notification message format |
packages/utils/lib/types/data/telemed/video-chat-invites.types.ts |
Added TypeScript types for waiting room notification request/response |
packages/utils/lib/fhir/constants.ts |
Added constants for waiting room notification task type and code |
packages/utils/lib/fhir/helpers.ts |
Added TODO comment for future enhancement |
config/oystehr/zambdas.json |
Configured new zambda endpoint as http_open |
apps/intake/src/telemed/pages/WaitingRoom.tsx |
Integrated call to create waiting room notification when patient enters |
apps/intake/src/api/ottehrApi.ts |
Added API client method for waiting room notification creation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts
Outdated
Show resolved
Hide resolved
...atient/video-chat-invites/create-waiting-room-notification-task/validateRequestParameters.ts
Outdated
Show resolved
Hide resolved
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts
Outdated
Show resolved
Hide resolved
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts
Show resolved
Hide resolved
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts
Outdated
Show resolved
Hide resolved
packages/zambdas/src/patient/video-chat-invites/create-waiting-room-notification-task/index.ts
Outdated
Show resolved
Hide resolved
alexwillingham
approved these changes
Feb 17, 2026
…-state-qualifier-from
…-state-qualifier-from
VladMstv
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.