OneOffMessageModel
Provide data necessary to send one-off patient communications.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Method |
Indicates the method (Required). |
string |
None. |
| LocationExternalId |
Location's unique ID on integrating system belonging to the patient communication (Required). |
string |
None. |
| PatientExternalId |
Patient's unique ID on integrating system belonging to the patient communication (Required). |
string |
None. |
| From |
Indicates the source of the patient communication (Required). |
string |
None. |
| To |
Indicates the target of the patient communication (Required). |
string |
None. |
| MessageSubject |
Indicates the message subject of the patient communication. |
string |
None. |
| MessageBody |
Indicates the message body of the patient communication (Required). |
string |
None. |