{
  "resourceType": "SearchParameter",
  "id": "Subscription-type",
  "url": "http://hl7.org/fhir/SearchParameter/Subscription-type",
  "name": "type",
  "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": "type",
  "base": [
    "Subscription"
  ],
  "type": "token",
  "description": "The type of channel for the sent notifications",
  "expression": "Subscription.channel.type",
  "xpath": "f:Subscription/f:channel/f:type",
  "xpathUsage": "normal"
}