{
  "resourceType": "SearchParameter",
  "id": "medications-date",
  "url": "http://hl7.org/fhir/SearchParameter/medications-date",
  "name": "date",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "Health Level Seven International (Pharmacy)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/medication/index.cfm"
        }
      ]
    }
  ],
  "code": "date",
  "base": [
    "MedicationRequest"
  ],
  "type": "date",
  "description": "Multiple Resources: \r\n\r\n* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date",
  "expression": "MedicationRequest.dosageInstruction.timing.event",
  "xpath": "f:MedicationRequest/f:dosageInstruction/f:timing/f:event",
  "xpathUsage": "normal"
}