NCCN Templates® 1.0

CapabilityStatement-cott

{
  "resourceType" : "CapabilityStatement",
  "id" : "cott",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource.        Each operation is protected via an HTTP token key that must be provided as a query parameter with each request.        Please contact NCCN for requesting access to the server.</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b>Read</b></th><th><b>V-Read</b></th><th><b>Search</b></th><th><b>Update</b></th><th><b>Updates</b></th><th><b>Create</b></th><th><b>Delete</b></th><th><b>History</b></th></tr><tr><td>PlanDefinition</td><td><a href="http://nccn.org/fhir/StructureDefinition/order-template">http://nccn.org/fhir/StructureDefinition/order-template</a></td><td>y</td><td>y</td><td></td><td></td><td>y</td><td></td><td></td><td>y</td></tr></table></div>"
  },
  "url" : "http://nccn.org/fhir/CapabilityStatement/cott",
  "version" : "0.0.1",
  "title" : "NCCN Chemotherapy Order Template Tool Conformance Statement",
  "status" : "active",
  "experimental" : true,
  "date" : "2017-04-10",
  "publisher" : "National Comprehensive Cancer Network",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nccn.org/about/contact.aspx"
        },
        {
          "system" : "phone",
          "value" : "+1 2156900300"
        }
      ]
    }
  ],
  "kind" : "instance",
  "software" : {
    "name" : "NCCN Chemotherapy Order Template Tool"
  },
  "fhirVersion" : "3.0.0",
  "acceptUnknown" : "no",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource.        Each operation is protected via an HTTP token key that must be provided as a query parameter with each request.        Please contact NCCN for requesting access to the server.",
      "security" : {
        "cors" : true,
        "description" : "This server is read-only and supports SSL (HTTPS)"
      },
      "resource" : [
        {
          "type" : "PlanDefinition",
          "profile" : {
            "reference" : "http://nccn.org/fhir/StructureDefinition/order-template"
          },
          "interaction" : [
            {
              "code" : "read",
              "documentation" : "Implemented per the specification"
            },
            {
              "code" : "vread",
              "documentation" : "Implemented per the specification"
            },
            {
              "code" : "history-instance",
              "documentation" : "Implemented per the specification"
            },
            {
              "code" : "history-type",
              "documentation" : "Implemented per the specification"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true
        }
      ]
    }
  ]
}