{
  "resourceType": "SearchParameter",
  "id": "Medications-category",
  "url": "http://nictiz.nl/fhir/SearchParameter/Medications-category",
  "version": "1.0.0",
  "name": "Medications-category",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "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": "category",
  "base": [
    "MedicationDispense",
    "MedicationAdministration"
  ],
  "type": "token",
  "description": "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": "MedicationDispense.category | MedicationAdministration.category",
  "xpath": "f:MedicationDispense/f:category | f:MedicationAdministration/f:category",
  "xpathUsage": "normal"
}