{
  "resourceType": "ValueSet",
  "id": "system-restful-interaction",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      <ul>\n        \n        \n        <li>Include these codes as defined in \n          \n          \n          <a href=\"codesystem-restful-interaction.html\">\n            \n            \n            <code>http://hl7.org/fhir/restful-interaction</code>\n          \n          \n          </a>\n          \n          \n          <table class=\"none\">\n            \n            \n            <tr>\n              \n              \n              <td style=\"white-space:nowrap\">\n                \n                \n                <b>Code</b>\n              \n              \n              </td>\n              \n              \n              <td>\n                \n                \n                <b>Display</b>\n              \n              \n              </td>\n              \n              \n              <td>\n                \n                \n                <b>Definition</b>\n              \n              \n              </td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-transaction\">transaction</a>\n              \n              \n              </td>\n              \n              \n              <td>transaction</td>\n              \n              \n              <td>Update, create or delete a set of resources as a single transaction.</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-batch\">batch</a>\n              \n              \n              </td>\n              \n              \n              <td>batch</td>\n              \n              \n              <td>perform a set of a separate interactions in a single http operation</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-search-system\">search-system</a>\n              \n              \n              </td>\n              \n              \n              <td>search-system</td>\n              \n              \n              <td>Search all resources based on some filter criteria.</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-history-system\">history-system</a>\n              \n              \n              </td>\n              \n              \n              <td>history-system</td>\n              \n              \n              <td>Retrieve the change history for all resources on a system.</td>\n            \n            \n            </tr>\n          \n          \n          </table>\n        \n        \n        </li>\n      \n      \n      </ul>\n    \n    \n    </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/system-restful-interaction",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.181"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.171"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.84"
    }
  ],
  "version": "5.0.0",
  "name": "SystemRestfulInteraction",
  "title": "System Restful Interaction",
  "status": "active",
  "experimental": false,
  "date": "2020-12-28T16:55:11+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Operations supported by REST at the system level.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/restful-interaction",
        "concept": [
          {
            "code": "transaction"
          },
          {
            "code": "batch"
          },
          {
            "code": "search-system"
          },
          {
            "code": "history-system"
          }
        ]
      }
    ]
  }
}