Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: PCORNet Gender Identity Codes - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "pcornet-gender-identity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-gender-identity defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"pcornet-gender-identity-M\"> </a></td><td>Man</td><td>Gender identity is a Man.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"pcornet-gender-identity-F\"> </a></td><td>Woman</td><td>Gender identity is a Woman.</td></tr><tr><td style=\"white-space:nowrap\">TM<a name=\"pcornet-gender-identity-TM\"> </a></td><td>Transgender male/Transman/Female-to-male</td><td>Gender identity is Transgender male or Transman or Female-to-Male.</td></tr><tr><td style=\"white-space:nowrap\">TF<a name=\"pcornet-gender-identity-TF\"> </a></td><td>Transgender female/Transwoman/Male-tofemale</td><td>Gender identity is Transgender female or Transwoman or Male-to-female.</td></tr><tr><td style=\"white-space:nowrap\">GQ<a name=\"pcornet-gender-identity-GQ\"> </a></td><td>Genderqueer/Non-binary</td><td>Gender identity is GenderQueer/Non-binary.</td></tr><tr><td style=\"white-space:nowrap\">SE<a name=\"pcornet-gender-identity-SE\"> </a></td><td>Something else</td><td>Gender identity is Something else.</td></tr><tr><td style=\"white-space:nowrap\">MU<a name=\"pcornet-gender-identity-MU\"> </a></td><td>Multiple gender categories</td><td>Gender identity is Multiple gender categories.</td></tr><tr><td style=\"white-space:nowrap\">DC<a name=\"pcornet-gender-identity-DC\"> </a></td><td>Decline to Answer</td><td>Person has declined to answer about their gender identity.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-gender-identity-NI\"> </a></td><td>No information</td><td>There is no information about the Person's gender identity</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-gender-identity-UN\"> </a></td><td>Unknown</td><td>Person's gender identity is unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-gender-identity-OT\"> </a></td><td>Other</td><td>Person's gender identity is Other.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-gender-identity",
  "version" : "1.0.0",
  "name" : "PCORNetGenderIdentity",
  "title" : "PCORNet Gender Identity Codes",
  "status" : "active",
  "date" : "2021-09-06",
  "publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "The PCORNet Gender Identity Codes contains the codes to be used by PCORNet data marts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-gender-identity",
  "content" : "complete",
  "count" : 11,
  "concept" : [
    {
      "code" : "M",
      "display" : "Man",
      "definition" : "Gender identity is a Man."
    },
    {
      "code" : "F",
      "display" : "Woman",
      "definition" : "Gender identity is a Woman."
    },
    {
      "code" : "TM",
      "display" : "Transgender male/Transman/Female-to-male",
      "definition" : "Gender identity is Transgender male or Transman or Female-to-Male."
    },
    {
      "code" : "TF",
      "display" : "Transgender female/Transwoman/Male-tofemale",
      "definition" : "Gender identity is Transgender female or Transwoman or Male-to-female."
    },
    {
      "code" : "GQ",
      "display" : "Genderqueer/Non-binary",
      "definition" : "Gender identity is GenderQueer/Non-binary."
    },
    {
      "code" : "SE",
      "display" : "Something else",
      "definition" : "Gender identity is Something else."
    },
    {
      "code" : "MU",
      "display" : "Multiple gender categories",
      "definition" : "Gender identity is Multiple gender categories."
    },
    {
      "code" : "DC",
      "display" : "Decline to Answer",
      "definition" : "Person has declined to answer about their gender identity."
    },
    {
      "code" : "NI",
      "display" : "No information",
      "definition" : "There is no information about the Person's gender identity"
    },
    {
      "code" : "UN",
      "display" : "Unknown",
      "definition" : "Person's gender identity is unknown."
    },
    {
      "code" : "OT",
      "display" : "Other",
      "definition" : "Person's gender identity is Other."
    }
  ]
}