{
  "resourceType": "ValueSet",
  "id": "shr-sex-GenderIdentityVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR GenderIdentityVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/sex/vs/GenderIdentityVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.sex.GenderIdentityVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR GenderIdentityVS ValueSet",
  "title": "SHR GenderIdentityVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/sex/cs/GenderIdentityCS",
        "concept": [
          {
            "code": "male_gender",
            "display": "Identifies as male, exclusively, usually, or primarily"
          },
          {
            "code": "female_gender",
            "display": "Identifies as female, exclusively, usually, or primarily"
          },
          {
            "code": "agender",
            "display": "Does not identify with any gender"
          },
          {
            "code": "bigender",
            "display": "Identifies with both male and female genders, either simultaneously, or changing fluidly over time"
          },
          {
            "code": "unsure_gender",
            "display": "Uncertain or searching for gender identity"
          },
          {
            "code": "trans_female",
            "display": "Male (at birth) who identifies as a female"
          },
          {
            "code": "trans_male",
            "display": "Female (at birth) who identifies as a male"
          }
        ]
      }
    ]
  }
}