{
  "resourceType": "SearchParameter",
  "id": "ReferralRequest-service",
  "url": "http://hl7.org/fhir/SearchParameter/ReferralRequest-service",
  "name": "service",
  "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": "service",
  "base": [
    "ReferralRequest"
  ],
  "type": "token",
  "description": "Actions requested as part of the referral",
  "expression": "ReferralRequest.serviceRequested",
  "xpath": "f:ReferralRequest/f:serviceRequested",
  "xpathUsage": "normal"
}