<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="Device-device-name" />
  <url value="http://hl7.org/fhir/SearchParameter/Device-device-name" />
  <name value="device-name" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10:00" />
  <publisher value="Health Level Seven International (Orders and Observations)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://www.hl7.org/Special/committees/orders/index.cfm" />
    </telecom>
  </contact>
  <code value="device-name" />
  <base value="Device" />
  <type value="string" />
  <description value="A server defined search that may match any of the string fields in the Device.udi.name  or Device.type.coding.display or  Device.type.text" />
  <expression value="Device.udi.name | Device.type.text | Device.type.coding.display" />
  <xpath value="f:Device/f:udi/f:name | f:Device/f:type/f:text | f:Device/f:type/f:coding/f:display" />
  <xpathUsage value="normal" />
</SearchParameter>