{
  "resourceType": "ValueSet",
  "id": "ValueSet-Genomics-EthnicCategory-1",
  "url": "https://fhir.nhs.uk/STU3/ValueSet/ValueSet-Genomics-EthnicCategory-1",
  "version": "1.0.0",
  "name": "ValueSet-Genomics-EthnicCategory-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 describes ethnic categories.",
  "copyright": "Copyright © 2018 NHS Digital",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nhs.uk/STU3/CodeSystem/ValueSet-Genomics-EthnicCategory-1",
        "concept": [
          {
            "code": "A",
            "display": "British"
          },
          {
            "code": "B",
            "display": "Irish"
          },
          {
            "code": "C",
            "display": "Any other White Background"
          },
          {
            "code": "D",
            "display": "White and Black Caribbean"
          },
          {
            "code": "E",
            "display": "White and Black African"
          },
          {
            "code": "F",
            "display": "White and Asian"
          },
          {
            "code": "G",
            "display": "Any other mixed background"
          },
          {
            "code": "H",
            "display": "Indian"
          },
          {
            "code": "J",
            "display": "Pakistani"
          },
          {
            "code": "K",
            "display": "Bangladeshi"
          },
          {
            "code": "L",
            "display": "Any other Asian background"
          },
          {
            "code": "M",
            "display": "Caribbean"
          },
          {
            "code": "N",
            "display": "African"
          },
          {
            "code": "P",
            "display": "Any other Black background"
          },
          {
            "code": "R",
            "display": "Chinese"
          },
          {
            "code": "S",
            "display": "Any other ethnic group"
          },
          {
            "code": "Z",
            "display": "Not stated"
          }
        ]
      }
    ]
  }
}