Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Submission Method

Previous Page

Operation: $process-message

The RTPBC request is submitted using the $process-message operation on the processor’s claim server…

  • URL: [base]/$process-message

Process-message parameter and response

Like the option above, the $process-message operation takes a single FHIR® resource input parameter consisting of a Bundle containing the Claim resource and referenced supporting resources, and returns a Bundle containing a ClaimResponse and supporting resources.

In addition, this method includes a MessageHeader resource in both the request and response.

Synchronous response

The response in the RTPBC exchange is expected to be synchronous, with real-time response times to support use in interactive patient-facing applications.

Examples

Example bundled RTPBC request to payer/PBM. Using messaging ($process-message operation, with MessageHeaders)

Example bundled RTPBC response from payer/PBM. Using messaging ($process-message operation, with MessageHeaders)



Next Page