{
  "resourceType": "SearchParameter",
  "id": "CareTeam-participant",
  "url": "http://hl7.org/fhir/SearchParameter/CareTeam-participant",
  "name": "participant",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "participant",
  "base": [
    "CareTeam"
  ],
  "type": "reference",
  "description": "Who is involved",
  "expression": "CareTeam.participant.member",
  "xpath": "f:CareTeam/f:participant/f:member",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization",
    "CareTeam",
    "Patient",
    "RelatedPerson"
  ]
}