Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Message Submission

Message Submission

Operation: $process-message

UAPI query messages are POSTed to their recipients using the $process-message operation.

  • URL: [base]/$process-message Details from the base FHIR specification are here

$process-message Parameters

The $process-message operation SHALL contain a single content parameter consisting of a FHIR message (a Bundle containing a MessageHeader resource).

Notes:

  • Because the Process Message operation does not use the Parameters resource, the “content” parameter is always the body of the HTTP message.

  • The async and response-url Process Message parameters are not to be used when exchanging UAPI messages.

Error Response

See Error Handling for instances where the request cannot be processed in part or in whole.