{
  "resourceType": "SearchParameter",
  "id": "Location-near-distance",
  "url": "http://hl7.org/fhir/SearchParameter/Location-near-distance",
  "name": "near-distance",
  "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": "near-distance",
  "base": [
    "Location"
  ],
  "type": "quantity",
  "description": "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to also be included",
  "expression": "Location.position",
  "xpath": "f:Location/f:position",
  "xpathUsage": "distance"
}