{
  "resourceType": "SearchParameter",
  "id": "Consent-category",
  "url": "http://hl7.org/fhir/SearchParameter/Consent-category",
  "name": "category",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Community Based Collaborative Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cbcc/index.cfm"
        }
      ]
    }
  ],
  "code": "category",
  "base": [
    "Consent"
  ],
  "type": "token",
  "description": "Classification of the consent statement - for indexing/retrieval",
  "expression": "Consent.category",
  "xpath": "f:Consent/f:category",
  "xpathUsage": "normal"
}