0.2 - ci-build

SHINNYIG - Local Development build (v0.2). See the Directory of published versions

: SHINNYHTTPVerbsVS - JSON Representation

Active as of 2023-07-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SHINNYHTTPVerbsVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/http-verb</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>POST</td><td>HTTP POST Command. / Create new resources</td></tr><tr><td>DELETE</td><td>HTTP DELETE Command. / DELETE ALL existing resources</td></tr></table></li></ul></div>"
  },
  "url" : "http://shinny.org/ValueSet/SHINNYHTTPVerbsVS",
  "version" : "0.2",
  "name" : "SHINNYHTTPVerbsVS",
  "title" : "SHINNYHTTPVerbsVS",
  "status" : "active",
  "date" : "2023-07-28T11:16:22-04:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://shinny.org/publisher"
        }
      ]
    }
  ],
  "description" : "SHINNYHTTPVerbsVS",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/http-verb",
        "concept" : [
          {
            "code" : "POST",
            "display" : "HTTP POST Command. / Create new resources"
          },
          {
            "code" : "DELETE",
            "display" : "HTTP DELETE Command. / DELETE ALL existing resources"
          }
        ]
      }
    ]
  }
}