{
  "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\">\n            <h2>TestScriptRequestMethodCode</h2>\n            <div>\n              <p>The allowable request method or HTTP operation codes.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/http-operations defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>delete\n                  <a name=\"http-operations-delete\"> </a>\n                </td>\n                <td>DELETE</td>\n                <td>HTTP DELETE operation</td>\n              </tr>\n              <tr>\n                <td>get\n                  <a name=\"http-operations-get\"> </a>\n                </td>\n                <td>GET</td>\n                <td>HTTP GET operation</td>\n              </tr>\n              <tr>\n                <td>options\n                  <a name=\"http-operations-options\"> </a>\n                </td>\n                <td>OPTIONS</td>\n                <td>HTTP OPTIONS operation</td>\n              </tr>\n              <tr>\n                <td>patch\n                  <a name=\"http-operations-patch\"> </a>\n                </td>\n                <td>PATCH</td>\n                <td>HTTP PATCH operation</td>\n              </tr>\n              <tr>\n                <td>post\n                  <a name=\"http-operations-post\"> </a>\n                </td>\n                <td>POST</td>\n                <td>HTTP POST operation</td>\n              </tr>\n              <tr>\n                <td>put\n                  <a name=\"http-operations-put\"> </a>\n                </td>\n                <td>PUT</td>\n                <td>HTTP PUT operation</td>\n              </tr>\n            </table>\n          </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"
    }
  ]
}