Class | Description |
---|---|
FhirCapabilities |
API to Fetch the capability statement for the server
|
FhirCreate |
API for the "create" operation, which creates a new resource instance on the server
|
FhirDelete |
API for the "delete" operation, which performs a logical delete on a server resource.
|
FhirHistory |
API for the "history" method
|
FhirLoadPage |
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.
|
FhirMeta |
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.
|
FhirOperation |
API for extended FHIR operations https://www.hl7.org/fhir/operations.html
|
FhirPatch |
API for the "patch" operation, which performs a logical patch on a server resource
|
FhirRead |
API method for "read" operations
|
FhirSearch |
API to search for resources matching a given set of criteria.
|
FhirTransaction |
API for sending a transaction (collection of resources) to the server to be executed as a single unit.
|
FhirUpdate |
API for the "update" operation, which performs a logical delete on a server resource
|
FhirValidate |
API for validating resources
|
Enum | Description |
---|---|
ExtraParameters |
Encapsulates a list of extra parameters that are valid for *ALL* Camel FHIR APIs.
|
Apache Camel