{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-Genomics-Ethnicity-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CodeSystem-Genomics-Ethnicity-1",
  "version": "1.0.0",
  "name": "CodeSystem-Genomics-Ethnicity",
  "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 of the patient.",
  "copyright": "Copyright © 2018 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "S1",
      "display": "Ashkenazi"
    },
    {
      "code": "S2",
      "display": "Sephardi"
    }
  ]
}