#### example: notify-update-appointment ``` { "last_updated": "2019-04-01 07:52:56pm", "resourceType": "Bundle", "type": "message", "entry": [ { "resource": { "resourceType": "MessageHeader", "eventCoding": { "code": "notify-update-appointment", "display": "Notify Update Appointment" }, "destination": [ { "endpoint": "https://sandbox.caredove.com/api/native_v1/last_payload_fhir4" } ], "focus": [ { "identifier": { "type": { "text": "Caredove Inc." }, "system": "https://caredove.com/fhir/NamingSystem/id-referral", "value": "94jd7597-d19a-41c2-bb9a-3077s53bd9ae" } } ] }, "request": { "url": "MessageHeader" } }, { "fullUrl": "1076646", "resource": { "resourceType": "Appointment", "id": "1076646", "status": "booked", "description": "Appointment", "start": "2019-04-04T12:30:00.000+00:00", "end": "2019-04-04T13:00:00.000+00:00", "minutesDuration": 30, "basedOn": [ { "reference": "ServiceRequest/5791084828" } ] }, "request": { "url": "Appointment" } } ] }