{
  "resourceType": "SearchParameter",
  "id": "StructureDefinition-valueset",
  "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset",
  "name": "valueset",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm"
        }
      ]
    }
  ],
  "code": "valueset",
  "base": [
    "StructureDefinition"
  ],
  "type": "reference",
  "description": "A vocabulary binding reference",
  "expression": "StructureDefinition.snapshot.element.binding.valueSet",
  "xpath": "f:StructureDefinition/f:snapshot/f:element/f:binding/f:valueSetUri | f:StructureDefinition/f:snapshot/f:element/f:binding/f:valueSetReference",
  "xpathUsage": "normal",
  "target": [
    "ValueSet"
  ]
}