{
  "resourceType": "ValueSet",
  "id": "ValueSet-Genomics-KarotypicSex-1",
  "url": "https://simplifier.net/genomicsfhirprofiles/valueset-genomics-karotypicsex-1",
  "version": "1.0.0",
  "name": "ValueSet-Genomics-KarotypicSex-1",
  "status": "draft",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A ValueSet that contains a set of codes that identify the karotypic sex of a patient.",
  "copyright": "Copyright © 2018 NHS Digital",
  "compose": {
    "include": [
      {
        "system": "https://simplifier.net/genomicsfhirprofiles/codesystem-genomics-karotypicsex-1",
        "concept": [
          {
            "code": "other",
            "display": "other"
          },
          {
            "code": "unknown",
            "display": "unknown"
          },
          {
            "code": "XO",
            "display": "XO"
          },
          {
            "code": "XX",
            "display": "XX"
          },
          {
            "code": "XXX",
            "display": "XXX"
          },
          {
            "code": "XXXX",
            "display": "XXXX"
          },
          {
            "code": "XXXY",
            "display": "XXXY"
          },
          {
            "code": "XXY",
            "display": "XXY"
          },
          {
            "code": "XXYY",
            "display": "XXYY"
          },
          {
            "code": "XY",
            "display": "XY"
          },
          {
            "code": "XYY",
            "display": "XYY"
          }
        ]
      }
    ]
  }
}