active
content: complete
3 value setsFHIR Restful Interactions
http://hl7.org/fhir/restful-interaction
The set of interactions defined by the RESTful part of the FHIR specification.
Official specConcepts (17)
| Code | Display | Definition |
|---|---|---|
| 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 | history | Retrieve the change history for a particular resource, type of resource, or the entire system. |
| history-instance | history-instance | Retrieve the change history for a particular resource. |
| history-type | history-type | Retrieve the change history for all resources of a particular type. |
| history-system | history-system | Retrieve the change history for all resources on a system. |
| create | create | Create a new resource with a server assigned id. |
| search | search | Search a resource type or all resources based on some filter criteria. |
| search-type | search-type | Search all resources of the specified type based on some filter criteria. |
| search-system | search-system | Search 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. |