{
  "resourceType": "SearchParameter",
  "id": "Medication-ingredient-code",
  "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code",
  "name": "ingredient-code",
  "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": "ingredient-code",
  "base": [
    "Medication"
  ],
  "type": "token",
  "description": "The product contained",
  "expression": "Medication.ingredient.item.as(CodeableConcept)",
  "xpath": "f:Medication/f:ingredient/f:itemCodeableConcept",
  "xpathUsage": "normal"
}