{
  "resourceType": "SearchParameter",
  "id": "individual-phonetic",
  "url": "http://hl7.org/fhir/SearchParameter/individual-phonetic",
  "name": "phonetic",
  "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": "phonetic",
  "base": [
    "RelatedPerson",
    "Practitioner",
    "Person",
    "Patient"
  ],
  "type": "string",
  "description": "Multiple Resources: \r\n\r\n* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm",
  "expression": "RelatedPerson.name | Practitioner.name | Person.name | Patient.name",
  "xpath": "f:RelatedPerson/f:name | f:Practitioner/f:name | f:Person/f:name | f:Patient/f:name",
  "xpathUsage": "phonetic"
}