{
  "resourceType": "SearchParameter",
  "id": "DeviceUseStatement-subject",
  "url": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject",
  "name": "subject",
  "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": "subject",
  "base": [
    "DeviceUseStatement"
  ],
  "type": "reference",
  "description": "Search by subject",
  "expression": "DeviceUseStatement.subject",
  "xpath": "f:DeviceUseStatement/f:subject",
  "xpathUsage": "normal",
  "target": [
    "Group",
    "Patient"
  ]
}