{
  "resourceType": "SearchParameter",
  "id": "Encounter-location-period",
  "url": "http://hl7.org/fhir/SearchParameter/Encounter-location-period",
  "name": "location-period",
  "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": "location-period",
  "base": [
    "Encounter"
  ],
  "type": "date",
  "description": "Time period during which the patient was present at the location",
  "expression": "Encounter.location.period",
  "xpath": "f:Encounter/f:location/f:period",
  "xpathUsage": "normal"
}