{
  "resourceType": "SearchParameter",
  "id": "MedicationAdministration-reason-not-given",
  "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given",
  "name": "reason-not-given",
  "status": "draft",
  "experimental": false,
  "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": "reason-not-given",
  "base": [
    "MedicationAdministration"
  ],
  "type": "token",
  "description": "Reasons for not administering the medication",
  "expression": "MedicationAdministration.reasonNotGiven",
  "xpath": "f:MedicationAdministration/f:reasonNotGiven",
  "xpathUsage": "normal"
}