{
  "resourceType": "SearchParameter",
  "id": "Practitioner-communication",
  "url": "http://hl7.org/fhir/SearchParameter/Practitioner-communication",
  "name": "communication",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Administration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "code": "communication",
  "base": [
    "Practitioner"
  ],
  "type": "token",
  "description": "One of the languages that the practitioner can communicate with",
  "expression": "Practitioner.communication",
  "xpath": "f:Practitioner/f:communication",
  "xpathUsage": "normal"
}