{
  "resourceType": "SearchParameter",
  "id": "Group-member",
  "url": "http://hl7.org/fhir/SearchParameter/Group-member",
  "name": "member",
  "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": "member",
  "base": [
    "Group"
  ],
  "type": "reference",
  "description": "Reference to the group member",
  "expression": "Group.member.entity",
  "xpath": "f:Group/f:member/f:entity",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Device",
    "Medication",
    "Patient",
    "Substance"
  ]
}