{
  "resourceType": "SearchParameter",
  "id": "ImmunizationRecommendation-status",
  "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status",
  "name": "status",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Public Health and Emergency Response)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    }
  ],
  "code": "status",
  "base": [
    "ImmunizationRecommendation"
  ],
  "type": "token",
  "description": "Vaccine administration status",
  "expression": "ImmunizationRecommendation.recommendation.forecastStatus",
  "xpath": "f:ImmunizationRecommendation/f:recommendation/f:forecastStatus",
  "xpathUsage": "normal"
}