AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: GenderIdentity - XML Representation

Page standards status: Trial-use Maturity Level: 0

Raw xml | Download



<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="gender-identity"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>GenderIdentity <a style="padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6" href="http://hl7.org/fhir/R4/versions.html#std-process" title="Standards Status = Trial Use">TU</a></h2><p>Parameter <code>gender-identity</code>:<code>token</code></p><div><p>This search parameter returns resources with the Individual Gender Identity extension matching the specified code.</p>
</div><table class="grid"><tr><td>Resources</td><td><a href="http://hl7.org/fhir/R4/patient.html">Patient</a>, <a href="http://hl7.org/fhir/R4/relatedperson.html">RelatedPerson</a>, <a href="http://hl7.org/fhir/R4/person.html">Person</a>, <a href="http://hl7.org/fhir/R4/practitioner.html">Practitioner</a>, <a href="http://hl7.org/fhir/R4/practitionerrole.html">PractitionerRole</a></td></tr><tr><td>Expression</td><td><code>Patient.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | RelatedPerson.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | Practitioner.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | Person.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | PractitionerRole.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org.au/fhir/SearchParameter/gender-identity"/>
  <version value="4.2.1-ci-build"/>
  <name value="GenderIdentity"/>
  <status value="draft"/>
  <date value="2024-03-17T23:48:39+00:00"/>
  <publisher value="HL7 Australia"/>
  <contact>
    <name value="HL7 Australia FHIR Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://confluence.hl7.org/display/HAFWG"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="This search parameter returns resources with the Individual Gender Identity extension matching the specified code."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="AU"/>
    </coding>
  </jurisdiction>
  <code value="gender-identity"/>
  <base value="Patient"/>
  <base value="RelatedPerson"/>
  <base value="Person"/>
  <base value="Practitioner"/>
  <base value="PractitionerRole"/>
  <type value="token"/>
  <expression
              value="Patient.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | RelatedPerson.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | Practitioner.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | Person.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value | PractitionerRole.extension('http://hl7.org/fhir/StructureDefinition/individual-genderIdentity').value"/>
  <multipleOr value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleOr>
  <multipleAnd value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleAnd>
</SearchParameter>