PackagesCanonicalsLogsProblems
    Packages
    no.nhn.fhir.helsenorge.profiles@2.5.19-beta
    http://example.org/CodeSystem/http-method-cs
{
  "description": "Supported HTTP methods",
  "_filename": "CodeSystem-http-method-cs.json",
  "package_name": "no.nhn.fhir.helsenorge.profiles",
  "date": null,
  "publisher": null,
  "content": "complete",
  "name": "HttpMethodCS",
  "type": null,
  "experimental": null,
  "resourceType": "CodeSystem",
  "title": "HTTP Method CodeSystem",
  "package_version": "2.5.19-beta",
  "status": null,
  "id": "fc15bf34-f1b0-4cca-b419-61d7aee8609b",
  "kind": null,
  "count": 5,
  "url": "http://example.org/CodeSystem/http-method-cs",
  "concept": [ {
    "code": "GET",
    "display": "GET"
  }, {
    "code": "POST",
    "display": "POST"
  }, {
    "code": "PUT",
    "display": "PUT"
  }, {
    "code": "PATCH",
    "display": "PATCH"
  }, {
    "code": "DELETE",
    "display": "DELETE"
  } ],
  "version": "1.0.0"
}