Invoke Basic Info Page

Specify a name, description, and action for the invoke connection.

Element Description

What do you want to call your endpoint?

Provide a meaningful name so that others can understand the responsibilities of this connection. You can include English alphabetic characters, numbers, underscores, and hyphens in the name. You can't include the following characters:

  • No blank spaces (for example, My Inbound Connection)

  • No special characters (for example,  #;83& or rig(t)now4) except underscores and hyphens

  • No multimeter characters

What does this endpoint do?

Enter an optional description of the connection’s responsibilities.

What would you want to do?
Select an option to perform:
  • Perform actions on a FHIR Resource (Create, Read, Update, and more ...):
    Enables you to perform one of the following interactions:
    • create: Creates a new resource. (for example, POST /Patient with the patient details in the request body).
    • delete: Removes an existing resource (for example, DELETE /Patient/123).
    • patch: Updates specific fields of a resource (for example, PATCH /Patient/123).
    • read: Accesses the current contents of a resource by its unique ID (for example, GET /Patient/123 fetches the patient with ID 123).
    • update: Creates a new current version for an existing resource or creates an initial version if no resource already exists for the given ID (for example, PUT /Patient/123 for a full update).
    • vread: Reads a resource (for example, patient), the ID of the resource, and the version of the resource. You map this information in the mapper.
  • Search FHIR Resource:

    Enables you to perform a GET or POST operation.

  • Search FHIR Resource using AI:

    Note: This option is not available for selection if your Oracle Integration instance is in a region that cannot access the Oracle Cloud Infrastructure Generative AI Service. For information about which regions can access the Oracle Cloud Infrastructure Generative AI Service, see AI Innovation and Oracle Integration in Using Integrations in Oracle Integration 3.

    Enables you to enter a search query in natural language format to automatically generate a FHIR-equivalent search query against a FHIR server.

  • Fetch History:
    Enables you to perform one of the following history-related interactions:
    • history: Fetches the history of an individual in a particular resource. For example, all the history related to a specific patient ID in the Patient resource. You map this information in the mapper.
    • history-type: Fetches the entire history of a particular resource. For example, the entire history for all patient in the Patient resource.