{
  "resourceType": "SearchParameter",
  "id": "category",
  "url": "http://nictiz.nl/fhir/SearchParameter/category",
  "version": "2.0.0-rc.7",
  "name": "Category",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The classification or categorization of the resource. Works on multiple resources:\r\n* MedicationDispense: Return dispenses based on the value of category.",
  "purpose": "To select instances based on the value of the `.category` element for resources that do not have a SearchParameter defined by the base FHIR specification for this element.",
  "code": "category",
  "base": [
    "MedicationDispense",
    "MedicationAdministration"
  ],
  "type": "token",
  "expression": "MedicationDispense.category | MedicationAdministration.category"
}