Support
Route: /support
File: memberportal/src/pages/SupportPage.tsx
The Support page lets patients contact the ChartChat support team. Patients can submit a support request and view replies from the support team.
What patients can do​
- Submit a new support message/ticket
- View the history of their previous messages and support team replies
- See the status of open/resolved tickets
How it works​
Support messages are stored as FHIR Communication resources. Each conversation thread is a series of Communication resources linked together.
When a patient sends a message:
- A
Communicationresource is created with the patient as the sender. - The support team sees it in the Admin Portal's support section.
- When support replies, a new
Communicationresource is created with the reply. - The patient sees the reply the next time they visit the Support page.