This resource contains entries with a patient, provider, or location schedule. Each appointment entry contains the status, participants, date/time, and other details.
For standard FHIR®, you can review, retrieve, create, update, or cancel appointment information.
For 360x workflows, you can update appointment information for a referred patient service or procedure.
$referral-schedule-update
Update a referral request from your connection with a scheduling change for a referred patient service or procedure.
At a minimum, this operation should include this bundle of resources:
Required
- Appointment
- Patient
Optional
- Location
- Organization
- Practitioner
- ServiceRequest
cURL request example
Request Body Schema
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle - typerequired, string
Identifies this bundle as a message
Value:message - entryrequired, Array of messageHeader, appointment, patient, serviceRequest
An entry in the bundle containing a FHIR resource
- resourcerequired, object
Additional metadata about the message including the event
- resourceTyperequired, string
Identifies the type of the resource
Value:MessageHeader - sourcerequired, object
Information about the sender of the message and the Bundle content.
- endpointrequired, string
Identifies the routing target to send acknowledgements to.
- namestring
Human-readable name for the source system.
- focusrequired, Array of object
This describes the focal target resource of the message from which the remainder of the content is referenced from
Must be a resource of type
Appointment.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#and refers to a contained resource.
- eventUrirequired, string
This describes the message being communicated
Value:https://fhir.redoxengine.com/EventDefinition/ReferralScheduleUpdate
- timestampstring
The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.
Bundle sent as part of a referral-schedule-update message