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

name
FHIR Restful Interactions
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active

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

codedisplaydefinitionhierarchy
history-instancehistory-instance
Retrieve the change history for a particular resource....
history-typehistory-type
Retrieve the change history for all resources of a particular type....
history-systemhistory-system
Retrieve the change history for all resources on a system....
createcreate
Create a new resource with a server assigned id....
searchsearch
Search a resource type or all resources based on some filter criteria....
search-typesearch-type
Search all resources of the specified type based on some filter criteria....
search-systemsearch-system
Search all resources based on some filter criteria....
capabilitiescapabilities
Get a Capability Statement for the system....
transactiontransaction
Update, create or delete a set of resources as a single transaction....
batchbatch
perform a set of a separate interactions in a single http operation...
operationoperation
Perform an operation as defined by an OperationDefinition....
readread
Read the current state of the resource....
vreadvread
Read the state of a specific version of the resource....
updateupdate
Update an existing resource by its id (or create it if it is new)....
patchpatch
Update an existing resource by posting a set of changes to it....
deletedelete
Delete a resource....
historyhistory
Retrieve the change history for a particular resource, type of resource, or the entire system....