{
  "resourceType": "SearchParameter",
  "id": "Condition-onset-age",
  "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-age",
  "name": "onset-age",
  "status": "draft",
  "experimental": false,
  "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": "onset-age",
  "base": [
    "Condition"
  ],
  "type": "quantity",
  "description": "Onsets as age or age range",
  "expression": "Condition.onset.as(Age) | Condition.onset.as(Range)",
  "xpath": "f:Condition/f:onsetAge | f:Condition/f:onsetRange",
  "xpathUsage": "normal"
}