{
  "resourceType": "SearchParameter",
  "id": "Consent-purpose",
  "url": "http://hl7.org/fhir/SearchParameter/Consent-purpose",
  "name": "purpose",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "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": "purpose",
  "base": [
    "Consent"
  ],
  "type": "token",
  "description": "Context of activities for which the agreement is made",
  "expression": "Consent.purpose | Consent.except.purpose",
  "xpath": "f:Consent/f:purpose | f:Consent/f:except/f:purpose",
  "xpathUsage": "normal"
}