PatientPracticeGuid |
Guid |
Unique identifier representing a patient |
ThreadGuid |
Guid |
Unique identifier representing the conversation |
MessageGuid |
Guid |
Unique identifier representing the message in the conversation |
SenderProviderGuid |
Guid? |
Unique identifier for the provider who sent a message |
SenderContactProfileGuid |
Guid? |
Unique identifier for the contact profile that sent a message |
SenderPatientPracticeGuid |
Guid? |
Unique identifier for the patient who sent a message |
Subject |
String |
Describes the subject of the patient’s message |
Body |
String |
Describes the content of the patient’s message |
SentDateTimeUtc |
DateTime |
UTC date and time when the patient’s message was sent |
IsUrgent |
Boolean |
An indicator flag for the urgency of the message |
ForwardedThreadGuid |
Guid? |
Unique identifier representing the forwarded conversation |
ReferralGuid |
Guid? |
Unique identifier representing the referral associated with the patient’s message |
IncludeInChart |
Boolean |
An indicator flag to determine whether a message has been added to the patient’s chart or not |