FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-gender-identity.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-gender-identity.html
URLhttp://hl7.org/fhir/gender-identity
Version4.0.1
Statusdraft
Date2025-09-13T16:11:23-04:00
NameGenderIdentity
TitleGender identity
Realmuv
Authorityhl7
DescriptionThis example value set defines a set of codes that can be used to indicate a patient's gender identity.
CopyrightThis resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org
Contentcomplete

Resources that use this resource

ValueSet
R4-gender-identity-for-R5Cross-version VS for R4.GenderIdentity for use in FHIR R5
R4B-gender-identity-for-R5Cross-version VS for R4B.GenderIdentity for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem gender-identity

This case-sensitive code system http://hl7.org/fhir/gender-identity defines the following codes:

CodeDisplayDefinition
transgender-female transgender femalethe patient identifies as transgender male-to-female
transgender-male transgender malethe patient identifies as transgender female-to-male
non-binary non-binarythe patient identifies with neither/both female and male
male malethe patient identifies as male
female femalethe patient identifies as female
other otherother gender identity
non-disclose does not wish to disclosethe patient does not wish to disclose his gender identity

Source1

{
  "resourceType": "CodeSystem",
  "id": "gender-identity",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "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/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/gender-identity",
  "version": "4.0.1",
  "name": "GenderIdentity",
  "title": "Gender identity",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:11:23-04:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This example value set defines a set of codes that can be used to indicate a patient's gender identity.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "transgender-female",
      "display": "transgender female",
      "definition": "the patient identifies as transgender male-to-female"
    },
    {
      "code": "transgender-male",
      "display": "transgender male",
      "definition": "the patient identifies as transgender female-to-male"
    },
    {
      "code": "non-binary",
      "display": "non-binary",
      "definition": "the patient identifies with neither/both female and male"
    },
    {
      "code": "male",
      "display": "male",
      "definition": "the patient identifies as male"
    },
    {
      "code": "female",
      "display": "female",
      "definition": "the patient identifies as female"
    },
    {
      "code": "other",
      "display": "other",
      "definition": "other gender identity"
    },
    {
      "code": "non-disclose",
      "display": "does not wish to disclose",
      "definition": "the patient does not wish to disclose his gender identity"
    }
  ]
}