Perform Actions on a FHIR Resource (Create, Read, Update, and more ...)

This page appears if you selected Perform actions on a FHIR Resource (Create, Read, Update, and more ...) on the Basic Info page.

In the FHIR Schema Source field, select the schema source to use.

Element Description

FHIR Schema Source

Select a source:
  • Standard Schema Definition
  • FHIR Profile
  • Custom FHIR resource
Based on your FHIR schema source selection, see the following section for a description of fields:

If You Select Standard Schema Definition

Element Description

FHIR Resource

Select one of the supported resources.

See Resource Index.

FHIR Interaction

Select the operation to perform.
  • update
  • patch

    Available only with Standard Schema Definition.

  • read
  • create
  • delete
  • vread

Configure Response

This field is displayed if you selected create, update, patch, or delete from the FHIR Interaction list.

Select the response to receive from the FHIR server.
  • representation: Returns the default response.
  • minimal: Returns the simplest possible server response, which typically includes an HTTP status code and potentially minimal resource or error information, without unnecessary details.
  • Operation outcome: Returns a set of error, warning, and information messages that provide detailed information about the outcome of an attempted system operation.
Operations

This field is displayed if you selected patch from the FHIR Interaction list.

Select the patch operations to perform on the selected FHIR resource. The resource elements available for selection are based on the FHIR resource selected. You can define multiple operations and resource elements in your request.
  • Click Add, then double-click inside the row to select the operation and resource element. For example, to add a name to a Patient FHIR resource, select an Operation of add and a Resource Element of name.

The patch operations that you add are populated in the mapper for you to map.

Most of the resource elements available for selection are known as top-level elements. While these elements are sufficient for most cases, you may have a need to patch more fine-grained, child-level resource elements. The FHIR Path Param resource element is available for these scenarios.

Use cases that describe how to select and map both top-level elements and child-level elements are provided. See Update Specific Fields of a FHIR Resource with the Patch Interaction.

Configure Request Headers

Select to add request HTTP headers.

  • Standard
  • Custom

Configure Response Headers

Select to add response HTTP headers.

  • Standard
  • Custom

If You Select FHIR Profile

Element Description

FHIR Profile Package

Select a profile package.

The selections that appear were imported on the FHIR profiles page. See Import a FHIR Profile Package in Using Oracle Integration for Healthcare in Oracle Integration 3.

FHIR Resource

Select the FHIR resource. The resources that are displayed are based on the profile package you selected.

Profile

Select the FHIR profile. The profiles that are displayed are based on the resource you selected.

FHIR Interaction

Select the operation to perform.
  • create
  • delete
  • read
  • update
  • vread

Configure Response

This field is displayed if you selected create, update, or delete from the FHIR Interaction list.

Select the response to receive from the FHIR server.
  • representation: Returns the default response.
  • minimal: Returns the simplest possible server response, which typically includes an HTTP status code and potentially minimal resource or error information, without unnecessary details.
  • Operation outcome: Returns a set of error, warning, and information messages that provide detailed information about the outcome of an attempted system operation.

Configure Request Headers

Select to add request HTTP headers.

  • Standard
  • Custom

Configure Response Headers

Select to add response HTTP headers.

  • Standard
  • Custom

Custom FHIR resource

Element Description
FHIR Custom Resource

Select the FHIR custom resource. The selections that appear were created on the Custom FHIR resources page. See Create Custom FHIR Resources in Using Oracle Integration for Healthcare in Oracle Integration 3.

FHIR Interaction Select the operation to perform.
  • create
  • delete
  • read
  • update
  • vread
Configure Response

This field is displayed if you selected update, create, or delete from the FHIR Interaction list.

Select the response to receive from the FHIR server.
  • representation: Returns the default response.
  • minimal: Returns the simplest possible server response, which typically includes an HTTP status code and potentially minimal resource or error information, without unnecessary details.
  • Operation outcome: Returns a set of error, warning, and information messages that provide detailed information about the outcome of an attempted system operation.

Configure Request Headers

Select to add request HTTP headers.

  • Standard
  • Custom

Configure Response Headers

Select to add response HTTP headers.

  • Standard
  • Custom