Team members:
- Bruce McLavy (Microquest)
- Colin Tong (Insig)
- Jay Karon (OceanMD)
A Medplum bot to augment incoming patient communcations using an LLM
- Medplum (WELL instance). (A lot of manual configuartion required to set up permissions, bots, users, etc.)
foomedical/: Medplum example patient facing app to send messages. Modified slightlyprovider: Medplum example provider facing app to view patients and received messagesmy-bots: Medplum bots example repo. Deleted all bots excepthello-patient. Added new botwatch-communication
- Create a medplum bot with the executable code
watch-communication.jsfromnpm run build - Set your Anthropic API key as a project secret
- Create a Subscription to watch for creation of Communication resources
- Run
foomedical(npm run dev) - Run
provider(npm run dev) - Create a
Userand associate it with a Patient usingProjectMembership - Login to
foomedicalas the patient and send a message