{
  "resourceType": "SearchParameter",
  "id": "ClinicalImpression-action",
  "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-action",
  "name": "action",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "action",
  "base": [
    "ClinicalImpression"
  ],
  "type": "reference",
  "description": "Action taken as part of assessment procedure",
  "expression": "ClinicalImpression.action",
  "xpath": "f:ClinicalImpression/f:action",
  "xpathUsage": "normal",
  "target": [
    "Appointment",
    "ReferralRequest",
    "MedicationRequest",
    "ProcedureRequest",
    "Procedure"
  ]
}