{
  "resourceType": "SearchParameter",
  "id": "individual-address",
  "url": "http://hl7.org/fhir/SearchParameter/individual-address",
  "name": "address",
  "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": "address",
  "base": [
    "RelatedPerson",
    "Practitioner",
    "Person",
    "Patient"
  ],
  "type": "string",
  "description": "Multiple Resources: \r\n\r\n* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text\r\n* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text\r\n* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text\r\n* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text",
  "expression": "RelatedPerson.address | Practitioner.address | Person.address | Patient.address",
  "xpath": "f:RelatedPerson/f:address | f:Practitioner/f:address | f:Person/f:address | f:Patient/f:address",
  "xpathUsage": "normal"
}