Package org.apache.camel.component.fhir.api


package org.apache.camel.component.fhir.api
  • Class
    Description
    Encapsulates a list of extra parameters that are valid for all Camel FHIR APIs.
    API to Fetch the capability statement for the server
    API for the "create" operation, which creates a new resource instance on the server
    API for the "delete" operation, which performs a logical delete on a server resource.
    API for the "history" method
    API that Loads the previous/next bundle of resources from a paged set, using the link specified in the "link type=next" tag within the atom bundle.
    API for the "meta" operations, which can be used to get, add and remove tags and other Meta elements from a resource or across the server.
    API for extended FHIR operations
    API for the "patch" operation, which performs a logical patch on a server resource
    API method for "read" operations
    API to search for resources matching a given set of criteria.
    API for sending a transaction (collection of resources) to the server to be executed as a single unit.
    API for the "update" operation, which performs a logical delete on a server resource
    API for validating resources