Internal REST Route

The route retrieves the patient data from the FHIR server based on the patient's first and last name.

Route Structure

Da Vinci 2 Payer Provider Xe Generic Internal REST Route

Route Components Description

Component Name Component Type Description
getBundle RESTful Web Service Inbound Receives a request to provide data on a specific patient.
Get Patient Data FHIR Search Extracts the requested data from the Payer's FHIR Server.
Response RESTful Web Service Outbound Sends back the resulting data retrieved from the FHIR Server for further processing.