{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-Genomics-EthnicCategory-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CodeSystem-Genomics-EthnicCategory-1",
  "version": "1.0.0",
  "name": "CodeSystem-Genomics-EthnicCategory",
  "status": "draft",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem that describes the Ethnicity Category of the patient.",
  "copyright": "Copyright © 2018 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "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"
    }
  ]
}