{
  "resourceType": "SearchParameter",
  "id": "Location-operational-status",
  "url": "http://hl7.org/fhir/SearchParameter/Location-operational-status",
  "name": "operational-status",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Administration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "code": "operational-status",
  "base": [
    "Location"
  ],
  "type": "token",
  "description": "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)",
  "expression": "Location.operationalStatus",
  "xpath": "f:Location/f:operationalStatus",
  "xpathUsage": "normal"
}