forked from qmaplab/phenotyping-json-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathethnicity_uk_ons.json
28 lines (28 loc) · 974 Bytes
/
ethnicity_uk_ons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"MeasurementToolMetadata": {
"Description": "UK Office for National Statistics ethnic categories",
"TermURL": "https://www.ons.gov.uk/methodology/classificationsandstandards/measuringequality/ethnicgroupnationalidentityandreligion"
},
"ethnicity": {
"LongName": "UK ONS ethnicity category",
"Description": "Self-identified ethnic classification using 2018 recommended practice from UK Office for National Statistics (Guidelines last updated: 18 January 2016)",
"Levels": {
"01": "White British",
"02": "White Irish",
"03": "White Other",
"04": "White and Black Caribbean",
"05": "White and Black African",
"06": "White and Asian",
"07": "Other mixed background",
"08": "Indian",
"09": "Pakistani",
"10": "Bangladeshi",
"11": "Other Asian background",
"12": "Caribbean",
"13": "African",
"14": "Black other",
"15": "Chinese",
"16": "Other"
}
}
}