<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="individual-family" />
  <url value="http://hl7.org/fhir/SearchParameter/individual-family" />
  <name value="family" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10:00" />
  <publisher value="Health Level Seven International (Patient Administration)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://www.hl7.org/Special/committees/pafm/index.cfm" />
    </telecom>
  </contact>
  <code value="family" />
  <base value="Practitioner" />
  <base value="Patient" />
  <type value="string" />
  <description value="Multiple Resources: &#xD;&#xA;&#xD;&#xA;* [Practitioner](practitioner.html): A portion of the family name&#xD;&#xA;* [Patient](patient.html): A portion of the family name of the patient" />
  <expression value="Practitioner.name.family | Patient.name.family" />
  <xpath value="f:Practitioner/f:name/f:family | f:Patient/f:name/f:family" />
  <xpathUsage value="normal" />
</SearchParameter>