{
  "resourceType": "SearchParameter",
  "id": "Task-priority",
  "url": "http://hl7.org/fhir/SearchParameter/Task-priority",
  "name": "priority",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Orders and Observations)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "code": "priority",
  "base": [
    "Task"
  ],
  "type": "token",
  "description": "Search by task priority",
  "expression": "Task.priority",
  "xpath": "f:Task/f:priority",
  "xpathUsage": "normal"
}