v0.10.0 highlights
While we strongly recommend implementors to utilize the v0.11.1 version of the eReferral implementation, this section provides some additional highlights on the v0.10.0 message events and payloads for users that are currently using this version.
In v0.10.0, the RMS Target can send updates to the eReferral and patient demographic using the notify-update-service-request message event. This message event can be used to update patient demographics but cannot update other information such as location or appointment. Additionally, Ocean will ignore any empty demographic fields sent in the notify-update-service-request message from the RMS Target (rather than overwriting/deleting the existing value).
This table highlights the differences between v0.10.0 and v0.11.1 payloads for the Received folder workflow.
Ocean to EMR
| v0.10.0 | v0.11.1 | Focus | Description |
|---|---|---|---|
| add-service-request | add-service-request | ServiceRequest | Send a new eReferral |
| notify-update-service-request | notify-update-service-request | ServiceRequest | Send an update on an eReferral |
| send-communication-from-requester | send-communication-from-requester | Communication | Sender sends a message to the receiver |
| revoke-service-request | revoke-service-request | ServiceRequest | Cancel an eReferral |
EMR to Ocean
| v0.10.0 | v0.11.1 | Focus | Description |
|---|---|---|---|
| notify-update-service-request | notify-data-correction | ServiceRequest/ Patient | Send an update on an eReferral, either for the eReferral itself or demographics |
| notify-update-status | notify-add-process-request | Task | Update the status of the eReferral |
| notify-add-appointment | notify-add-appointment | Appointment | Add an appointment to the eReferral |
| notify-update-appointment | notify-update-process-request | Appointment | Update an appointment on the eReferral (including cancel) |
| send-communication-from-provider | send-communication-from-provider | Communication | Receiver sends a message to the sender |
This article contains examples of the v0.10.0 payloads.