http://hl7.org/fhir/http-verb|4.0.1

name
HTTPVerb
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active
date
2019-10-31 22:29:23.0

HTTPVerb

HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details.

{
  "description" : "HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "HTTPVerb",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "HTTPVerb",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  } ],
  "status" : "active",
  "id" : "fd8b731e-beca-5fad-b55e-b181d7e54755",
  "valueSet" : "http://hl7.org/fhir/ValueSet/http-verb",
  "url" : "http://hl7.org/fhir/http-verb",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.625",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "GET",
    "display" : "GET",
    "definition" : "HTTP GET Command."
  }, {
    "code" : "HEAD",
    "display" : "HEAD",
    "definition" : "HTTP HEAD Command."
  }, {
    "code" : "POST",
    "display" : "POST",
    "definition" : "HTTP POST Command."
  }, {
    "code" : "PUT",
    "display" : "PUT",
    "definition" : "HTTP PUT Command."
  }, {
    "code" : "DELETE",
    "display" : "DELETE",
    "definition" : "HTTP DELETE Command."
  }, {
    "code" : "PATCH",
    "display" : "PATCH",
    "definition" : "HTTP PATCH Command."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}