FHIRRestfulInteractions

FHIR Restful Interactions

activecomplete18 conceptsv5.0.0

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
All-Codes Value Set
http://hl7.org/fhir/ValueSet/restful-interaction
ID
restful-interaction
Version
5.0.0
Publisher
FHIR Project
Case Sensitive
Yes
Hierarchy Meaning
is-a
In the unified registry

Concepts (18)

read
read
Read the current state of the resource.
vread
vread
Read the state of a specific version of the resource.
update
update
Update an existing resource by its id (or create it if it is new).
patch
patch
Update an existing resource by posting a set of changes to it.
delete
delete
Delete a resource.
history(3)
history
Retrieve the change history for a particular resource, type of resource, or the entire system.
create
create
Create a new resource with a server assigned id.
search(3)
search
Search a resource type or all resources based on some filter criteria.
capabilities
capabilities
Get a Capability Statement for the system.
transaction
transaction
Update, create or delete a set of resources as a single transaction.
batch
batch
perform a set of a separate interactions in a single http operation
operation
operation
Perform an operation as defined by an OperationDefinition.