{
  "resourceType": "SearchParameter",
  "id": "Appointment-date",
  "url": "http://hl7.org/fhir/SearchParameter/Appointment-date",
  "name": "date",
  "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": "date",
  "base": [
    "Appointment"
  ],
  "type": "date",
  "description": "Appointment date/time.",
  "expression": "Appointment.start",
  "xpath": "f:Appointment/f:start",
  "xpathUsage": "normal"
}