FHIRRestfulInteractions

FHIR Restful Interactions

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete18 concepts

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

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/restful-interaction
ID
restful-interaction
Version
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes
Hierarchy
is-a

Concepts (18)

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.
search-compartmentsearch-compartmentSearch resources in a compartment 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.