Basic Information

appmixer.epic.core.MakeApiCall

Make Api Call

1.0.0

Public

Performs an arbitrary authorized API call against the Epic FHIR R4 API.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Enter the FHIR resource path relative to https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4 (for example Patient/erXuFYUfucBZaryVksYEcMg3 or Condition?patient=...) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).
Request Headers key-value Optional additional request headers.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata