{
  "resourceType": "SearchParameter",
  "id": "Observation-combo-code-value-quantity",
  "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity",
  "name": "combo-code-value-quantity",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Orders and Observations)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "code": "combo-code-value-quantity",
  "base": [
    "Observation"
  ],
  "type": "composite",
  "description": "Code and quantity value parameter pair, including in components",
  "expression": "Observation | Observation.component",
  "xpathUsage": "normal",
  "component": [
    {
      "definition": {
        "reference": "http://hl7.org/fhir/SearchParameter/Observation-combo-code"
      },
      "expression": "code"
    },
    {
      "definition": {
        "reference": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity"
      },
      "expression": "value.as(Quantity)"
    }
  ]
}