--- type: "valueset" title: "System Restful Interaction" valueset: "system-restful-interaction" --- # System Restful Interaction - **Official URL**: http://hl7.org/fhir/ValueSet/system-restful-interaction - **Version**: 6.0.0 - **Status**: active - **Name**: SystemRestfulInteraction - **Title**: System Restful Interaction - **Publisher**: HL7 (FHIR Project) - **Description**: Operations supported by REST at the system level. ## Narrative - Include these codes as defined in [`http://hl7.org/fhir/restful-interaction`](codesystem-restful-interaction) | **Code** | **Display** | **Definition** | | --- | --- | --- | | [transaction](codesystem-restful-interaction#restful-interaction-transaction) | transaction | Update, create or delete a set of resources as a single transaction. | | [batch](codesystem-restful-interaction#restful-interaction-batch) | batch | perform a set of a separate interactions in a single http operation | | [search-system](codesystem-restful-interaction#restful-interaction-search-system) | search-system | Search all resources based on some filter criteria. | | [history-system](codesystem-restful-interaction#restful-interaction-history-system) | history-system | Retrieve the change history for all resources on a system. | ## Content (Compose) - **System**: http://hl7.org/fhir/restful-interaction | **Concepts**: transaction, batch, search-system, history-system ## ValueSet XML ```xml
  • Include these codes as defined in http://hl7.org/fhir/restful-interaction
    Code Display Definition
    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
    search-system search-system Search all resources based on some filter criteria.
    history-system history-system Retrieve the change history for all resources on a system.
<status value="active"/> <experimental value="false"/> <date value="2020-12-28T16:55:11+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Operations supported by REST at the system level."/> <compose> <include> <system value="http://hl7.org/fhir/restful-interaction"/> <concept> <code value="transaction"/> </concept> <concept> <code value="batch"/> </concept> <concept> <code value="search-system"/> </concept> <concept> <code value="history-system"/> </concept> </include> </compose> </ValueSet> ```