{
  "resourceType": "CapabilityStatement",
  "id": "base2",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Base FHIR Capability Statement (Empty)</h2>\n            <div>\n              <p>This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement</p>\n\n            </div>\n            <table>\n              <tr>\n                <td>Mode</td>\n                <td>SERVER</td>\n              </tr>\n              <tr>\n                <td>Description</td>\n                <td>An empty Capability Statement</td>\n              </tr>\n              <tr>\n                <td>Transaction</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>System History</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>System Search</td>\n                <td/>\n              </tr>\n            </table>\n            <table>\n              <tr>\n                <th>\n                  <b>Resource Type</b>\n                </th>\n                <th>\n                  <b>Profile</b>\n                </th>\n                <th>\n                  <b>Read</b>\n                </th>\n                <th>\n                  <b>V-Read</b>\n                </th>\n                <th>\n                  <b>Search</b>\n                </th>\n                <th>\n                  <b>Update</b>\n                </th>\n                <th>\n                  <b>Updates</b>\n                </th>\n                <th>\n                  <b>Create</b>\n                </th>\n                <th>\n                  <b>Delete</b>\n                </th>\n                <th>\n                  <b>History</b>\n                </th>\n              </tr>\n              <tr>\n                <td>CapabilityStatement</td>\n                <td>y</td>\n                <td/>\n                <td/>\n                <td/>\n                <td/>\n                <td/>\n                <td/>\n                <td/>\n              </tr>\n            </table>\n          </div>"
  },
  "url": "http://hl7.org/fhir/CapabilityStatement/base2",
  "version": "3.0.1-11917",
  "name": "Base FHIR Capability Statement (Empty)",
  "status": "draft",
  "experimental": true,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "FHIR Project Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement",
  "kind": "capability",
  "software": {
    "name": "Insert your softwware name here..."
  },
  "fhirVersion": "3.0.1",
  "acceptUnknown": "no",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "An empty Capability Statement",
      "security": {
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/restful-security-service",
                "code": "SMART-on-FHIR",
                "display": "SMART-on-FHIR"
              }
            ],
            "text": "See http://docs.smarthealthit.org/"
          }
        ],
        "description": "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server"
      },
      "resource": [
        {
          "type": "CapabilityStatement",
          "interaction": [
            {
              "code": "read",
              "documentation": "Read CapabilityStatement Resource"
            }
          ]
        }
      ]
    }
  ]
}