{
  "resourceType": "ValueSet",
  "id": "system-restful-interaction",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></div>"
  },
  "url": "https://simplifier.net/supportedValueSet/restful-interaction-direction",
  "name": "RestfulInteractionDirection",
  "status": "draft",
  "description": "Operations supported by REST at the system level.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/restful-interaction",
        "concept": [
          {
            "code": "transaction",
            "display": "foo"
          },
          {
            "code": "batch"
          },
          {
            "code": "search-system"
          },
          {
            "code": "history-system"
          }
        ]
      }
    ]
  }
}