active
content: complete
3 value sets

FHIR Restful Interactions

http://hl7.org/fhir/restful-interaction

The set of interactions defined by the RESTful part of the FHIR specification.

Official spec

Concepts (17)

CodeDisplayDefinition
readreadRead the current state of the resource.
vreadvreadRead the state of a specific version of the resource.
updateupdateUpdate an existing resource by its id (or create it if it is new).
patchpatchUpdate an existing resource by posting a set of changes to it.
deletedeleteDelete a resource.
historyhistoryRetrieve the change history for a particular resource, type of resource, or the entire system.
history-instancehistory-instanceRetrieve the change history for a particular resource.
history-typehistory-typeRetrieve the change history for all resources of a particular type.
history-systemhistory-systemRetrieve the change history for all resources on a system.
createcreateCreate a new resource with a server assigned id.
searchsearchSearch a resource type or all resources based on some filter criteria.
search-typesearch-typeSearch all resources of the specified type based on some filter criteria.
search-systemsearch-systemSearch all resources based on some filter criteria.
capabilitiescapabilitiesGet a Capability Statement for the system.
transactiontransactionUpdate, create or delete a set of resources as a single transaction.
batchbatchperform a set of a separate interactions in a single http operation
operationoperationPerform an operation as defined by an OperationDefinition.

Used by value sets