This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Type-restful-operation.xml

Definition for Value SetRestfulOperationType

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>RestfulOperationType</h2><p>Operations supported by REST at the type or instance level</p><p>This value set includes codes defined in other code systems, using the following rules:</p><ul><li>Include these codes as defined in http://hl7.org/fhir/restful-operation<table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>read</td><td/><td/></tr><tr><td>vread</td><td/><td/></tr><tr><td>update</td><td/><td/></tr><tr><td>delete</td><td/><td/></tr><tr><td>history-instance</td><td/><td/></tr><tr><td>validate</td><td/><td/></tr><tr><td>history-type</td><td/><td/></tr><tr><td>create</td><td/><td/></tr><tr><td>search-type</td><td/><td/></tr></table></li></ul></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/type-restful-operation",
  "name": "RestfulOperationType",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "Operations supported by REST at the type or instance level",
  "status": "draft",
  "date": "2014-09-30T18:09:16.976+10:00",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/restful-operation",
        "code": [
          "read",
          "vread",
          "update",
          "delete",
          "history-instance",
          "validate",
          "history-type",
          "create",
          "search-type"
        ]
      }
    ]
  }
}