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