Extensions for Using Data Elements from FHIR R4B in FHIR STU3 - Downloaded Version null See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "CodeSystem",
"id" : "gender-identity",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/gender-identity defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">transgender-female\n <a name=\"gender-identity-transgender-female\"> </a>\n </td>\n <td>transgender female</td>\n <td>the patient identifies as transgender male-to-female</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">transgender-male\n <a name=\"gender-identity-transgender-male\"> </a>\n </td>\n <td>transgender male</td>\n <td>the patient identifies as transgender female-to-male</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">non-binary\n <a name=\"gender-identity-non-binary\"> </a>\n </td>\n <td>non-binary</td>\n <td>the patient identifies with neither/both female and male</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">male\n <a name=\"gender-identity-male\"> </a>\n </td>\n <td>male</td>\n <td>the patient identifies as male</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">female\n <a name=\"gender-identity-female\"> </a>\n </td>\n <td>female</td>\n <td>the patient identifies as female</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">other\n <a name=\"gender-identity-other\"> </a>\n </td>\n <td>other</td>\n <td>other gender identity</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">non-disclose\n <a name=\"gender-identity-non-disclose\"> </a>\n </td>\n <td>does not wish to disclose</td>\n <td>the patient does not wish to disclose his gender identity</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r3"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
}
],
"url" : "http://hl7.org/fhir/gender-identity",
"version" : "4.3.0",
"name" : "GenderIdentity",
"status" : "draft",
"experimental" : true,
"date" : "2026-03-20T13:55:37+11:00",
"publisher" : "Patient Administration",
"contact" : [
{
"name" : "Patient Administration",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "This example code System 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"
}
]
}
],
"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"
}
]
}