{
  "resourceType": "SearchParameter",
  "id": "individual-phone",
  "url": "http://hl7.org/fhir/SearchParameter/individual-phone",
  "name": "phone",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "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": "phone",
  "base": [
    "PractitionerRole",
    "RelatedPerson",
    "Practitioner",
    "Person",
    "Patient"
  ],
  "type": "token",
  "description": "Multiple Resources: \r\n\r\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](relatedperson.html): A value in a phone contact\r\n* [Practitioner](practitioner.html): A value in a phone contact\r\n* [Person](person.html): A value in a phone contact\r\n* [Patient](patient.html): A value in a phone contact",
  "expression": "PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | Person.telecom.where(system='phone') | Patient.telecom.where(system='phone')",
  "xpath": "f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Patient/f:telecom[system/@value='phone']",
  "xpathUsage": "normal"
}