{
  "resourceType": "SearchParameter",
  "id": "ReferralRequest-recipient",
  "url": "http://hl7.org/fhir/SearchParameter/ReferralRequest-recipient",
  "name": "recipient",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "recipient",
  "base": [
    "ReferralRequest"
  ],
  "type": "reference",
  "description": "The person that the referral was sent to",
  "expression": "ReferralRequest.recipient",
  "xpath": "f:ReferralRequest/f:recipient",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization",
    "HealthcareService"
  ]
}