Skip to content

Commit

Permalink
Merge pull request #108 from DFE-Digital/update-hesa-disabilty-codes
Browse files Browse the repository at this point in the history
Add codes to disability hesa
  • Loading branch information
ericaporter authored Jun 6, 2024
2 parents 991005a + 6461a08 commit 67215d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/dfe/reference_data/equality_and_diversity/disabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,16 @@ module EqualityAndDiversity
'b14e142a-adfe-4646-af5d-8236b6a5b48d' =>
{ name: 'No disabilities or health issues',
kind: :none,
hesa_code: '95' } },
hesa_code: '95' },
'e0facf13-af98-4688-ba66-fa7f269dd50c' =>
{ name: 'No disabilities or health issues - pre 2022',
hint: 'No known impairment, health condition or learning difference. Pre 2022 code, replaced by code 95 thereafter',
kind: :none,
hesa_code: '00' },
'e8a66a2f-899c-4a73-b57a-586486d79d0e' =>
{ name: 'Multiple disabilities',
hint: 'Pre 2022 code, replaced by multiple codes thereafter',
hesa_code: '08' } },
schema: DISABILITIES_SCHEMA,
list_description: 'Disability and Health Condition classifications',
list_usage_guidance: 'These items are intended to be referenced from a multiple-value field. The options with kind :prefer_not_to_say and :none are exclusive; if used, no other values can be used.',
Expand Down

0 comments on commit 67215d4

Please sign in to comment.