<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="individual-given" />
  <url value="http://hl7.org/fhir/SearchParameter/individual-given" />
  <name value="given" />
  <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="given" />
  <base value="Practitioner" />
  <base value="Patient" />
  <type value="string" />
  <description value="Multiple Resources: &#xD;&#xA;&#xD;&#xA;* [Practitioner](practitioner.html): A portion of the given name&#xD;&#xA;* [Patient](patient.html): A portion of the given name of the patient" />
  <expression value="Practitioner.name.given | Patient.name.given" />
  <xpath value="f:Practitioner/f:name/f:given | f:Patient/f:name/f:given" />
  <xpathUsage value="normal" />
</SearchParameter>