{
  "resourceType": "SearchParameter",
  "id": "Patient-active",
  "url": "http://hl7.org/fhir/SearchParameter/Patient-active",
  "name": "active",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "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": "active",
  "base": [
    "Patient"
  ],
  "type": "token",
  "description": "Whether the patient record is active",
  "expression": "Patient.active",
  "xpath": "f:Patient/f:active",
  "xpathUsage": "normal"
}