LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Gender Identity Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "gender-identity",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"gender-identity-female\"> </a></td><td>Female</td></tr><tr><td style=\"white-space:nowrap\">gender-neutral<a name=\"gender-identity-gender-neutral\"> </a></td><td>Gender-neutral</td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"gender-identity-male\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">non-binary<a name=\"gender-identity-non-binary\"> </a></td><td>Non-binary</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"gender-identity-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"gender-identity-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity",
"version" : "8.0.0",
"name" : "GenderIdentityCodeSystem",
"title" : "Gender Identity Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Typically, gender identity codes are described in terms of masculinity and femininity. Gender identity is a social construct that varies, both across different cultures and over time. This value is often used for identity purposes, and should be collected directly from the patient.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "female",
"display" : "Female"
},
{
"code" : "gender-neutral",
"display" : "Gender-neutral"
},
{
"code" : "male",
"display" : "Male"
},
{
"code" : "non-binary",
"display" : "Non-binary"
},
{
"code" : "other",
"display" : "Other"
},
{
"code" : "unknown",
"display" : "Unknown"
}
]
}