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

System-restful-operation.xml

Definition for Value SetRestfulOperationSystem

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>RestfulOperationSystem</h2><p>Operations supported by REST at the system 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>transaction</td><td/><td/></tr><tr><td>search-system</td><td/><td/></tr><tr><td>history-system</td><td/><td/></tr></table></li></ul></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/system-restful-operation",
  "name": "RestfulOperationSystem",
  "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 system level",
  "status": "draft",
  "date": "2014-09-30T18:09:16.975+10:00",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/restful-operation",
        "code": [
          "transaction",
          "search-system",
          "history-system"
        ]
      }
    ]
  }
}