<SearchParameter xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir http://hl7.org/fhir/STU3/searchparameter.xsd">
  <id value="Medications-category" />
  <url value="http://nictiz.nl/fhir/SearchParameter/Medications-category" />
  <version value="1.0.0" />
  <name value="Medications-category" />
  <status value="active" />
  <publisher value="Nictiz" />
  <contact>
    <name value="Nictiz" />
    <telecom>
      <system value="email" />
      <value value="info@nictiz.nl" />
      <use value="work" />
    </telecom>
  </contact>
  <purpose value="To select the MedicationDispense and MedicationAdministration instances based Health and Care Information models (HCIM) for Medication. Every HCIM has a system and code which is stored in the category element. This category element can be used to retrieve a Resource that reflects a specific HCIM." />
  <code value="category" />
  <base value="MedicationDispense" />
  <base value="MedicationAdministration" />
  <type value="token" />
  <description value="Multiple Resources:     * [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): Return dispenses based on the value of category.     * [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): Return administrations based on the value of category." />
  <expression value="MedicationDispense.category | MedicationAdministration.category" />
  <xpath value="f:MedicationDispense/f:category | f:MedicationAdministration/f:category" />
  <xpathUsage value="normal" />
</SearchParameter>