{
  "resourceType": "SearchParameter",
  "id": "CapabilityStatement-mode",
  "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode",
  "name": "mode",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm"
        }
      ]
    }
  ],
  "code": "mode",
  "base": [
    "CapabilityStatement"
  ],
  "type": "token",
  "description": "Mode - restful (server/client) or messaging (sender/receiver)",
  "expression": "CapabilityStatement.rest.mode",
  "xpath": "f:CapabilityStatement/f:rest/f:mode",
  "xpathUsage": "normal"
}