Skip to content

Commit

Permalink
Added categorical versions of key integer variables (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkranz authored Apr 29, 2022
1 parent b84e726 commit ad698e5
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
41 changes: 40 additions & 1 deletion gdcdictionary/schemas/justice_involvement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,46 @@ uniqueKeys:

properties:
$ref: "_definitions.yaml#/ubiquitous_properties"


# integer --> categorical for viewing in explorer page
J1_category:
description: >
Categorical of variable for purposes of explorer display
type: string

J1a_category:
description: >
Categorical of variable for purposes of explorer display
type: string


J2_category:
description: >
Categorical of variable for purposes of explorer display
type: string

J2a_category:
description: >
Categorical of variable for purposes of explorer display
type: string


J2d_category:
description: >
Categorical of variable for purposes of explorer display
type: string

J3c_and_d_category:
description: >
Categorical of variable for purposes of explorer display
type: string

J5a_category:
description: >
Categorical of variable for purposes of explorer display
type: string

#core measures
J1:
description: >
During the 90 days (prior to entering jail or prison/ since your last assessment), on how many days were you involved in any activities that might get you into trouble or be against the law besides drug use?
Expand Down
31 changes: 30 additions & 1 deletion gdcdictionary/schemas/substance_use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,36 @@ uniqueKeys:

properties:
$ref: "_definitions.yaml#/ubiquitous_properties"



# integer --> categorical for viewing in explorer page
S3a_category:
description: >
Categorical of variable for purposes of explorer display
type: string

S4a_category:
description: >
Categorical of variable for purposes of explorer display
type: string
S4f_category:
description: >
Categorical of variable for purposes of explorer display
type: string
S4g_category:
description: >
Categorical of variable for purposes of explorer display
type: string
S4h_category:
description: >
Categorical of variable for purposes of explorer display
type: string
S4j_category:
description: >
Categorical of variable for purposes of explorer display
type: string

#core measures
S1a:
description: >
When was the last time you used alcohol or other drugs weekly or more often?
Expand Down

0 comments on commit ad698e5

Please sign in to comment.