{
  "resourceType": "SearchParameter",
  "id": "individual-address-use",
  "url": "http://hl7.org/fhir/SearchParameter/individual-address-use",
  "name": "address-use",
  "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-use",
  "base": [
    "RelatedPerson",
    "Practitioner",
    "Person",
    "Patient"
  ],
  "type": "token",
  "description": "Multiple Resources: \r\n\r\n* [RelatedPerson](relatedperson.html): A use code specified in an address\r\n* [Practitioner](practitioner.html): A use code specified in an address\r\n* [Person](person.html): A use code specified in an address\r\n* [Patient](patient.html): A use code specified in an address",
  "expression": "RelatedPerson.address.use | Practitioner.address.use | Person.address.use | Patient.address.use",
  "xpath": "f:RelatedPerson/f:address/f:use | f:Practitioner/f:address/f:use | f:Person/f:address/f:use | f:Patient/f:address/f:use",
  "xpathUsage": "normal"
}