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

name
FHIRRestfulInteractions
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active

FHIR Restful Interactions

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

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