{
  "resourceType": "SearchParameter",
  "id": "Consent-consentor",
  "url": "http://hl7.org/fhir/SearchParameter/Consent-consentor",
  "name": "consentor",
  "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": "consentor",
  "base": [
    "Consent"
  ],
  "type": "reference",
  "description": "Who is agreeing to the policy and exceptions",
  "expression": "Consent.consentingParty",
  "xpath": "f:Consent/f:consentingParty",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization",
    "Patient",
    "RelatedPerson"
  ]
}