{
  "resourceType": "SearchParameter",
  "id": "individual-family",
  "url": "http://hl7.org/fhir/SearchParameter/individual-family",
  "name": "family",
  "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": "family",
  "base": [
    "Practitioner",
    "Patient"
  ],
  "type": "string",
  "description": "Multiple Resources: \r\n\r\n* [Practitioner](practitioner.html): A portion of the family name\r\n* [Patient](patient.html): A portion of the family name of the patient",
  "expression": "Practitioner.name.family | Patient.name.family",
  "xpath": "f:Practitioner/f:name/f:family | f:Patient/f:name/f:family",
  "xpathUsage": "normal"
}