IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: ie-core-patient-gender-identity - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "ie-core-patient-gender-identity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ie-core-patient-gender-identity</b></p><a name=\"ie-core-patient-gender-identity\"> </a><a name=\"hcie-core-patient-gender-identity\"> </a><a name=\"ie-core-patient-gender-identity-en-US\"> </a><h2>IECorePatientGenderIdentity <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>Returns patients with an gender-identity extension matching the specified code.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.extension.where(url='http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-genderIdentity').value.coding.code</code></td></tr><tr><td>Processing Mode</td><td>Normal</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-wg",
      "valueCode" : "cgp"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://iehr.ai/fhir/ie/core/ImplementationGuide/iehr.fhir.ie.core"
          }
        ]
      }
    },
    {
      "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://iehr.ai/fhir/ie/core/ImplementationGuide/iehr.fhir.ie.core"
          }
        ]
      }
    }
  ],
  "url" : "http://iehr.ai/fhir/ie/core/SearchParameter/ie-core-patient-gender-identity",
  "version" : "1.0.0-ballot",
  "name" : "IECorePatientGenderIdentity",
  "status" : "active",
  "date" : "2023-04-06",
  "publisher" : "iEHR.ai",
  "contact" : [
    {
      "name" : "iEHR.ai",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.iehr.ai"
        },
        {
          "system" : "email",
          "value" : "fhir@iehr.ai"
        }
      ]
    }
  ],
  "description" : "Returns patients with an gender-identity extension matching the specified code.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IE"
        }
      ]
    }
  ],
  "code" : "gender-identity",
  "base" : [
    "Patient"
  ],
  "type" : "token",
  "expression" : "Patient.extension.where(url='http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-genderIdentity').value.coding.code",
  "xpathUsage" : "normal",
  "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"
      }
    ]
  }
}