{
  "resourceType": "CodeSystem",
  "id": "http-operations",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>TestScriptRequestMethodCode</h2><div><p>The allowable request method or HTTP operation codes.</p></div><p>This code system http://hl7.org/fhir/http-operations defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>delete\r\n                  <a name=\"http-operations-delete\"></a></td><td>DELETE</td><td>HTTP DELETE operation</td></tr><tr><td>get\r\n                  <a name=\"http-operations-get\"></a></td><td>GET</td><td>HTTP GET operation</td></tr><tr><td>options\r\n                  <a name=\"http-operations-options\"></a></td><td>OPTIONS</td><td>HTTP OPTIONS operation</td></tr><tr><td>patch\r\n                  <a name=\"http-operations-patch\"></a></td><td>PATCH</td><td>HTTP PATCH operation</td></tr><tr><td>post\r\n                  <a name=\"http-operations-post\"></a></td><td>POST</td><td>HTTP POST operation</td></tr><tr><td>put\r\n                  <a name=\"http-operations-put\"></a></td><td>PUT</td><td>HTTP PUT operation</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/http-operations",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.705"
  },
  "version": "3.0.1",
  "name": "TestScriptRequestMethodCode",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The allowable request method or HTTP operation codes.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/http-operations",
  "content": "complete",
  "concept": [
    {
      "code": "delete",
      "display": "DELETE",
      "definition": "HTTP DELETE operation"
    },
    {
      "code": "get",
      "display": "GET",
      "definition": "HTTP GET operation"
    },
    {
      "code": "options",
      "display": "OPTIONS",
      "definition": "HTTP OPTIONS operation"
    },
    {
      "code": "patch",
      "display": "PATCH",
      "definition": "HTTP PATCH operation"
    },
    {
      "code": "post",
      "display": "POST",
      "definition": "HTTP POST operation"
    },
    {
      "code": "put",
      "display": "PUT",
      "definition": "HTTP PUT operation"
    }
  ]
}