This resource contains a request for patient services like treatment(s), operation(s), consulting, skilled nursing, or other medical-related service(s).
For standard FHIR®, you can review, retrieve, create, update, or cancel service requests. For 360X workflows, you can submit referral requests to systems that use the 360X standard.
$referral-request
Place a new service request order for a service or procedure in your connection’s system. At a minimum, this request must include this bundle of resources:
Required
- Patient
- ServiceRequest
Optional
- Composition
- DocumentReference
Also, you can opt in to receive these FHIR® notifications with updates about how your connection processes your referral request:
- Referral Acknowledged
- Referral Accepted
- Referral Declined
- Referral Schedule Update
- Referral Completed
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, serviceRequest, patient, composition
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
ServiceRequest.- 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/ReferralRequest
- 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 request message