BfArM Digitale Anwendungen
3.0.2-RC1 - draft

BfArM Digitale Anwendungen - Local Development build (v3.0.2-RC1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SearchParameter for combined search on DeviceDefinition (deviceName, modelNumber, type) - XML Representation

Draft as of 2026-02-25

Raw xml | Download


<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="DeviceDefinitionDeviceSearch"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: SearchParameter DeviceDefinitionDeviceSearch</b></p><a name="DeviceDefinitionDeviceSearch"> </a><a name="hcDeviceDefinitionDeviceSearch"> </a><h2>SearchParameter-DeviceDefinitionDeviceSearch</h2><p>Parameter <code>device-search</code>:<code>string</code></p><div><p>Search for DeviceDefinition entries based on device name (model-name), model number, or device type code</p>
</div><table class="grid"><tr><td>Resource</td><td><a href="http://hl7.org/fhir/R4/devicedefinition.html">DeviceDefinition</a></td></tr><tr><td>Expression</td><td><code>DeviceDefinition.deviceName.where(type='model-name').name | DeviceDefinition.modelNumber | DeviceDefinition.type.coding.code</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>
  </text>
  <url
       value="https://fhir.bfarm.de/SearchParameter/DeviceDefinitionDeviceSearch"/>
  <version value="3.0.2-RC1"/>
  <name value="SearchParameter-DeviceDefinitionDeviceSearch"/>
  <status value="draft"/>
  <date value="2026-02-25T07:31:33+01:00"/>
  <publisher value="BfArM"/>
  <contact>
    <name value="BfArM"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.bfarm.de"/>
    </telecom>
  </contact>
  <description
               value="Search for DeviceDefinition entries based on device name (model-name), model number, or device type code"/>
  <code value="device-search"/>
  <base value="DeviceDefinition"/>
  <type value="string"/>
  <expression
              value="DeviceDefinition.deviceName.where(type='model-name').name | DeviceDefinition.modelNumber | DeviceDefinition.type.coding.code"/>
</SearchParameter>