diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/city b/peds-protocol-combined/activities/q_generic_demographics/items/city deleted file mode 100644 index 3b651a7..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/city +++ /dev/null @@ -1,22 +0,0 @@ -{ - "id": "city", - "category": "reproschema:Item", - "preamble": { - "en": "Address Information" - }, - "prefLabel": { - "en": "city" - }, - "question": { - "en": "City" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/cognition b/peds-protocol-combined/activities/q_generic_demographics/items/cognition deleted file mode 100644 index 6acc15c..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/cognition +++ /dev/null @@ -1,39 +0,0 @@ -{ - "id": "cognition", - "category": "reproschema:Item", - "prefLabel": { - "en": "cognition" - }, - "question": { - "en": "Because of a physical, mental, or emotional condition, do you have serious difficulty concentrating, remembering, or making decisions?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No" - }, - "value": "no" - }, - { - "name": { - "en": "Yes" - }, - "value": " yes" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/country b/peds-protocol-combined/activities/q_generic_demographics/items/country deleted file mode 100644 index 70688a4..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/country +++ /dev/null @@ -1,33 +0,0 @@ -{ - "id": "country", - "category": "reproschema:Item", - "prefLabel": { - "en": "country" - }, - "question": { - "en": "Country" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "USA" - }, - "value": 1 - }, - { - "name": { - "en": "Canada" - }, - "value": 2 - } - ], - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "select" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/edu_level b/peds-protocol-combined/activities/q_generic_demographics/items/edu_level deleted file mode 100644 index da35511..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/edu_level +++ /dev/null @@ -1,96 +0,0 @@ -{ - "id": "edu_level", - "category": "reproschema:Item", - "preamble": { - "en": "Education" - }, - "prefLabel": { - "en": "edu_level" - }, - "question": { - "en": "What is your highest level of education?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No formal education" - }, - "value": 1 - }, - { - "name": { - "en": "Some elementary school" - }, - "value": 2 - }, - { - "name": { - "en": "Some secondary or high school education" - }, - "value": 3 - }, - { - "name": { - "en": "High School or secondary school degree complete" - }, - "value": 4 - }, - { - "name": { - "en": "Some college education" - }, - "value": 5 - }, - { - "name": { - "en": "Associate's or technical degree complete" - }, - "value": 6 - }, - { - "name": { - "en": "College or baccalaureate degree complete" - }, - "value": 7 - }, - { - "name": { - "en": "Some post-baccalaureate education" - }, - "value": 8 - }, - { - "name": { - "en": "Graduate or professional degree complete" - }, - "value": 9 - }, - { - "name": { - "en": "Doctoral or post graduate education" - }, - "value": 10 - }, - { - "name": { - "en": "Other" - }, - "value": 11 - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": 12 - } - ], - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/first_language b/peds-protocol-combined/activities/q_generic_demographics/items/first_language deleted file mode 100644 index af3b5cc..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/first_language +++ /dev/null @@ -1,84 +0,0 @@ -{ - "id": "first_language", - "category": "reproschema:Item", - "preamble": { - "en": "First Language" - }, - "prefLabel": { - "en": "first_language" - }, - "question": { - "en": "What was your first language?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "English" - }, - "value": 1 - }, - { - "name": { - "en": "French" - }, - "value": 2 - }, - { - "name": { - "en": "Mandarin Chinese" - }, - "value": 3 - }, - { - "name": { - "en": "Punjabi" - }, - "value": 4 - }, - { - "name": { - "en": "Spanish" - }, - "value": 5 - }, - { - "name": { - "en": "Arabic" - }, - "value": 6 - }, - { - "name": { - "en": "Tagalog" - }, - "value": 7 - }, - { - "name": { - "en": "Italian" - }, - "value": 8 - }, - { - "name": { - "en": "German" - }, - "value": 9 - }, - { - "name": { - "en": "Other, Please Specify" - }, - "value": 10 - } - ], - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/gender_identity b/peds-protocol-combined/activities/q_generic_demographics/items/gender_identity deleted file mode 100644 index 87b032e..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/gender_identity +++ /dev/null @@ -1,54 +0,0 @@ -{ - "id": "gender_identity", - "category": "reproschema:Item", - "preamble": { - "en": "Patient Demographics" - }, - "prefLabel": { - "en": "gender_identity" - }, - "question": { - "en": "What is your gender identity?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "Female gender identity" - }, - "value": "female" - }, - { - "name": { - "en": "Male gender identity" - }, - "value": " male" - }, - { - "name": { - "en": "Non-binary or genderqueer gender identity" - }, - "value": " nonBinary" - }, - { - "name": { - "en": "Other" - }, - "value": " other" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/hearing b/peds-protocol-combined/activities/q_generic_demographics/items/hearing deleted file mode 100644 index d2913e8..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/hearing +++ /dev/null @@ -1,42 +0,0 @@ -{ - "id": "hearing", - "category": "reproschema:Item", - "preamble": { - "en": "Disability Questions" - }, - "prefLabel": { - "en": "hearing" - }, - "question": { - "en": "Are you deaf or do you have serious difficulty hearing?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No" - }, - "value": "no" - }, - { - "name": { - "en": "Yes" - }, - "value": " yes" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/mobility b/peds-protocol-combined/activities/q_generic_demographics/items/mobility deleted file mode 100644 index dd31f95..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/mobility +++ /dev/null @@ -1,39 +0,0 @@ -{ - "id": "mobility", - "category": "reproschema:Item", - "prefLabel": { - "en": "mobility" - }, - "question": { - "en": "Do you have serious difficulty walking or climbing stairs?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No" - }, - "value": "no" - }, - { - "name": { - "en": "Yes" - }, - "value": " yes" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/native_american_race b/peds-protocol-combined/activities/q_generic_demographics/items/native_american_race deleted file mode 100644 index 659983d..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/native_american_race +++ /dev/null @@ -1,34 +0,0 @@ -{ - "id": "native_american_race", - "category": "reproschema:Item", - "prefLabel": { - "en": "native_american_race" - }, - "question": { - "en": "American Indian or Alaska Native" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "American Indian" - }, - "value": 10041 - }, - { - "name": { - "en": "Alaska Native" - }, - "value": 17350 - } - ], - "multipleChoice": true, - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/other_edu_level b/peds-protocol-combined/activities/q_generic_demographics/items/other_edu_level deleted file mode 100644 index 46ff393..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/other_edu_level +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "other_edu_level", - "category": "reproschema:Item", - "prefLabel": { - "en": "other_edu_level" - }, - "question": { - "en": "If you selected \"other\" level of education, please specify:" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/other_first_language b/peds-protocol-combined/activities/q_generic_demographics/items/other_first_language deleted file mode 100644 index cc53c03..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/other_first_language +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "other_first_language", - "category": "reproschema:Item", - "prefLabel": { - "en": "other_first_language" - }, - "question": { - "en": "If you selected \"other\" first language, please specify:" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/other_gender_identity b/peds-protocol-combined/activities/q_generic_demographics/items/other_gender_identity deleted file mode 100644 index c4c1684..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/other_gender_identity +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "other_gender_identity", - "category": "reproschema:Item", - "prefLabel": { - "en": "other_gender_identity" - }, - "question": { - "en": "If you selected \"other\" for gender identity, please specify:" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/other_primary_language b/peds-protocol-combined/activities/q_generic_demographics/items/other_primary_language deleted file mode 100644 index 5f5d250..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/other_primary_language +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "other_primary_language", - "category": "reproschema:Item", - "prefLabel": { - "en": "other_primary_language" - }, - "question": { - "en": "If you selected \"other\" primary language, please specify:" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/other_race_specify b/peds-protocol-combined/activities/q_generic_demographics/items/other_race_specify deleted file mode 100644 index e4ae3bc..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/other_race_specify +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "other_race_specify", - "category": "reproschema:Item", - "prefLabel": { - "en": "other_race_specify" - }, - "question": { - "en": "If race not listed above, please specify:" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/primary_language b/peds-protocol-combined/activities/q_generic_demographics/items/primary_language deleted file mode 100644 index a3520ed..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/primary_language +++ /dev/null @@ -1,84 +0,0 @@ -{ - "id": "primary_language", - "category": "reproschema:Item", - "preamble": { - "en": "Primary Language" - }, - "prefLabel": { - "en": "primary_language" - }, - "question": { - "en": "What language do you primarily speak?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "English" - }, - "value": 1 - }, - { - "name": { - "en": "French" - }, - "value": 2 - }, - { - "name": { - "en": "Mandarin Chinese" - }, - "value": 3 - }, - { - "name": { - "en": "Punjabi" - }, - "value": 4 - }, - { - "name": { - "en": "Spanish" - }, - "value": 5 - }, - { - "name": { - "en": "Arabic" - }, - "value": 6 - }, - { - "name": { - "en": "Tagalog" - }, - "value": 7 - }, - { - "name": { - "en": "Italian" - }, - "value": 8 - }, - { - "name": { - "en": "German" - }, - "value": 9 - }, - { - "name": { - "en": "Other, Please Specify" - }, - "value": 10 - } - ], - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/race b/peds-protocol-combined/activities/q_generic_demographics/items/race deleted file mode 100644 index 31bf2f7..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/race +++ /dev/null @@ -1,70 +0,0 @@ -{ - "id": "race", - "category": "reproschema:Item", - "prefLabel": { - "en": "race" - }, - "question": { - "en": "Which race category best describes you? Choose all that apply" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "American Indian or Alaska Native" - }, - "value": 1 - }, - { - "name": { - "en": "Asian" - }, - "value": 2 - }, - { - "name": { - "en": "Black or African American" - }, - "value": 3 - }, - { - "name": { - "en": "Native Hawaiian or other Pacific Islander" - }, - "value": 4 - }, - { - "name": { - "en": "White" - }, - "value": 5 - }, - { - "name": { - "en": "Canadian Indigenous or Aboriginal" - }, - "value": 6 - }, - { - "name": { - "en": "Other" - }, - "value": 7 - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": 8 - } - ], - "multipleChoice": true, - "valueType": [ - "xsd:integer" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/self_care b/peds-protocol-combined/activities/q_generic_demographics/items/self_care deleted file mode 100644 index f873e0a..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/self_care +++ /dev/null @@ -1,39 +0,0 @@ -{ - "id": "self_care", - "category": "reproschema:Item", - "prefLabel": { - "en": "self_care" - }, - "question": { - "en": "Do you have difficulty dressing or bathing?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No" - }, - "value": "no" - }, - { - "name": { - "en": "Yes" - }, - "value": " yes" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/state_province b/peds-protocol-combined/activities/q_generic_demographics/items/state_province deleted file mode 100644 index 556a04f..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/state_province +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "state_province", - "category": "reproschema:Item", - "prefLabel": { - "en": "state_province" - }, - "question": { - "en": "State/Province" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/vision b/peds-protocol-combined/activities/q_generic_demographics/items/vision deleted file mode 100644 index 7039310..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/vision +++ /dev/null @@ -1,39 +0,0 @@ -{ - "id": "vision", - "category": "reproschema:Item", - "prefLabel": { - "en": "vision" - }, - "question": { - "en": "Are you blind or do you have serious difficulty seeing, even when wearing glasses?" - }, - "responseOptions": { - "choices": [ - { - "name": { - "en": "No" - }, - "value": "no" - }, - { - "name": { - "en": "Yes" - }, - "value": " yes" - }, - { - "name": { - "en": "Prefer not to answer" - }, - "value": " noAnswer" - } - ], - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "radio" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/items/zipcode b/peds-protocol-combined/activities/q_generic_demographics/items/zipcode deleted file mode 100644 index f085a4c..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/items/zipcode +++ /dev/null @@ -1,19 +0,0 @@ -{ - "id": "zipcode", - "category": "reproschema:Item", - "prefLabel": { - "en": "zipcode" - }, - "question": { - "en": "Zipcode" - }, - "responseOptions": { - "valueType": [ - "xsd:string" - ] - }, - "ui": { - "inputType": "text" - }, - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-combined/activities/q_generic_demographics/q_generic_demographics_schema b/peds-protocol-combined/activities/q_generic_demographics/q_generic_demographics_schema deleted file mode 100644 index 8f2e907..0000000 --- a/peds-protocol-combined/activities/q_generic_demographics/q_generic_demographics_schema +++ /dev/null @@ -1,134 +0,0 @@ -{ - "id": "q_generic_demographics_schema", - "category": "reproschema:Activity", - "prefLabel": { - "en": "q_generic_demographics" - }, - "schemaVersion": "1.0.0", - "ui": { - "order": [ - "items/city", - "items/state_province", - "items/zipcode", - "items/country", - "items/gender_identity", - "items/other_gender_identity", - "items/race", - "items/other_race_specify", - "items/primary_language", - "items/other_primary_language", - "items/first_language", - "items/other_first_language", - "items/edu_level", - "items/other_edu_level", - "items/hearing", - "items/vision", - "items/cognition", - "items/mobility", - "items/self_care" - ], - "addProperties": [ - { - "isAbout": "items/city", - "isVis": true, - "variableName": "city" - }, - { - "isAbout": "items/state_province", - "isVis": true, - "variableName": "state_province" - }, - { - "isAbout": "items/zipcode", - "isVis": true, - "variableName": "zipcode" - }, - { - "isAbout": "items/country", - "isVis": true, - "variableName": "country" - }, - { - "isAbout": "items/gender_identity", - "isVis": true, - "variableName": "gender_identity" - }, - { - "isAbout": "items/other_gender_identity", - "isVis": true, - "variableName": "other_gender_identity" - }, - { - "isAbout": "items/race", - "isVis": true, - "variableName": "race" - }, - { - "isAbout": "items/other_race_specify", - "isVis": true, - "variableName": "other_race_specify" - }, - { - "isAbout": "items/primary_language", - "isVis": true, - "valueRequired": true, - "variableName": "primary_language" - }, - { - "isAbout": "items/other_primary_language", - "isVis": true, - "variableName": "other_primary_language" - }, - { - "isAbout": "items/first_language", - "isVis": true, - "valueRequired": true, - "variableName": "first_language" - }, - { - "isAbout": "items/other_first_language", - "isVis": true, - "variableName": "other_first_language" - }, - { - "isAbout": "items/edu_level", - "isVis": true, - "valueRequired": true, - "variableName": "edu_level" - }, - { - "isAbout": "items/other_edu_level", - "isVis": true, - "variableName": "other_edu_level" - }, - { - "isAbout": "items/hearing", - "isVis": true, - "variableName": "hearing" - }, - { - "isAbout": "items/vision", - "isVis": true, - "variableName": "vision" - }, - { - "isAbout": "items/cognition", - "isVis": true, - "variableName": "cognition" - }, - { - "isAbout": "items/mobility", - "isVis": true, - "variableName": "mobility" - }, - { - "isAbout": "items/self_care", - "isVis": true, - "variableName": "self_care" - } - ], - "shuffle": false - }, - "version": "1.0.0", - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" -} \ No newline at end of file diff --git a/peds-protocol-questionnaires/activities/q_generic_demographics/items/edu_level b/peds-protocol-questionnaires/activities/q_generic_demographics/items/edu_level index da35511..4181670 100644 --- a/peds-protocol-questionnaires/activities/q_generic_demographics/items/edu_level +++ b/peds-protocol-questionnaires/activities/q_generic_demographics/items/edu_level @@ -36,42 +36,6 @@ }, "value": 4 }, - { - "name": { - "en": "Some college education" - }, - "value": 5 - }, - { - "name": { - "en": "Associate's or technical degree complete" - }, - "value": 6 - }, - { - "name": { - "en": "College or baccalaureate degree complete" - }, - "value": 7 - }, - { - "name": { - "en": "Some post-baccalaureate education" - }, - "value": 8 - }, - { - "name": { - "en": "Graduate or professional degree complete" - }, - "value": 9 - }, - { - "name": { - "en": "Doctoral or post graduate education" - }, - "value": 10 - }, { "name": { "en": "Other" diff --git a/peds-protocol-questionnaires/activities/q_generic_demographics/items/zipcode b/peds-protocol-questionnaires/activities/q_generic_demographics/items/zipcode index f085a4c..2daca80 100644 --- a/peds-protocol-questionnaires/activities/q_generic_demographics/items/zipcode +++ b/peds-protocol-questionnaires/activities/q_generic_demographics/items/zipcode @@ -2,10 +2,10 @@ "id": "zipcode", "category": "reproschema:Item", "prefLabel": { - "en": "zipcode" + "en": "zipcode/postal code" }, "question": { - "en": "Zipcode" + "en": "Zipcode/Postal Code" }, "responseOptions": { "valueType": [