PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r5.r4b@0.0.1-snapshot-2
    http://hl7.org/fhir/http-operations
{
  "description": "The allowable request method or HTTP operation codes.",
  "_filename": "CodeSystem-http-operations.json",
  "package_name": "hl7.fhir.uv.xver-r5.r4b",
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "TestScriptRequestMethodCode",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Test Script Request Method Code",
  "package_version": "0.0.1-snapshot-2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/package-source",
    "extension": [ {
      "url": "packageId",
      "valueId": "hl7.fhir.uv.xver-r5.r4b"
    }, {
      "url": "version",
      "valueString": "0.0.1-snapshot-2"
    } ]
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "5aeda32b-fe69-42f0-9b09-49ca3ba64158",
  "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|4.3.0",
  "kind": null,
  "url": "http://hl7.org/fhir/http-operations",
  "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."
  }, {
    "code": "head",
    "display": "HEAD",
    "definition": "HTTP HEAD operation."
  } ],
  "caseSensitive": true,
  "version": "5.0.0",
  "contact": [ {
    "name": "FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}