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 - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "gender-identity",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org.au/fhir/SearchParameter/gender-identity",
  "version" : "4.2.1-ci-build",
  "name" : "GenderIdentity",
  "status" : "draft",
  "date" : "2024-03-17T23:48:39+00:00",
  "publisher" : "HL7 Australia",
  "contact" : [
    {
      "name" : "HL7 Australia FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.hl7.org/display/HAFWG",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This search parameter returns resources with the Individual Gender Identity extension matching the specified code.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "code" : "gender-identity",
  "base" : [
    "Patient",
    "RelatedPerson",
    "Person",
    "Practitioner",
    "PractitionerRole"
  ],
  "type" : "token",
  "expression" : "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" : true,
  "_multipleOr" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  },
  "multipleAnd" : true,
  "_multipleAnd" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  }
}