{
  "resourceType": "SearchParameter",
  "id": "Condition-abatement-date",
  "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-date",
  "name": "abatement-date",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "abatement-date",
  "base": [
    "Condition"
  ],
  "type": "date",
  "description": "Date-related abatements (dateTime and period)",
  "expression": "Condition.abatement.as(dateTime) | Condition.abatement.as(Period)",
  "xpath": "f:Condition/f:abatementDateTime | f:Condition/f:abatementPeriod",
  "xpathUsage": "normal"
}