Messages REST Endpoints

Description

Messages
Get a list of messages received by a patient
Method: get
Path: /20241001/patientMessages/inboxItems
Get a list of messages sent by a patient
Method: get
Path: /20241001/patientMessages/sentItems
Get detailed information about a message
Method: get
Path: /20241001/patientMessages/{patientMessageId}
Send a message to a set of recipients
Method: post
Path: /20241001/patientMessages/sentItems
Update the status of a patient's messages
Method: post
Path: /20241001/actions/updatePatientMessageStatus
Validate recipients
Method: post
Path: /20241001/actions/validateRecipients