{
  "resourceType": "SearchParameter",
  "id": "Group-value",
  "url": "http://hl7.org/fhir/SearchParameter/Group-value",
  "name": "value",
  "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": "value",
  "base": [
    "Group"
  ],
  "type": "token",
  "description": "Value held by characteristic",
  "expression": "Group.characteristic.value",
  "xpath": "f:Group/f:characteristic/f:valueCodeableConcept | f:Group/f:characteristic/f:valueBoolean | f:Group/f:characteristic/f:valueQuantity | f:Group/f:characteristic/f:valueRange",
  "xpathUsage": "normal"
}