Skip to content

Commit

Permalink
Merge pull request #96 from kind-lab/reproschema_beta
Browse files Browse the repository at this point in the history
Added age to the questionnaire side of protocol
  • Loading branch information
Evan8456 authored Oct 4, 2024
2 parents d61aca9 + f548166 commit e876bca
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "age",
"category": "reproschema:Item",
"prefLabel": {
"en": "age"
},
"question": {
"en": "Age"
},
"responseOptions": {
"valueType": [
"xsd:integer"
]
},
"ui": {
"inputType": "number",
"readonlyValue": true
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "subjectparticipant_contact_information_schema",
"category": "reproschema:Activity",
"preamble": {
"en": "Contact Information"
},
"prefLabel": {
"en": "subjectparticipant_contact_information"
},
"schemaVersion": "1.0.0",
"ui": {
"order": [
"items/age"
],
"addProperties": [
{
"isAbout": "items/age",
"isVis": true,
"valueRequired": true,
"variableName": "age"
}
],
"shuffle": false
},
"version": "1.0.0",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
9 changes: 9 additions & 0 deletions peds-protocol-questionnaires/peds-protocol/peds-protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
},
"variableName": "subjectparticipant_basic_information_schema"
},
{
"isAbout": "../activities/subjectparticipant_contact_information/subjectparticipant_contact_information_schema",
"isVis": true,
"prefLabel": {
"en": "Contact Information"
},
"variableName": "subjectparticipant_contact_information_schema"
},
{
"isAbout": "../activities/peds_vhi_10/peds_vhi_10_schema",
"isVis": true,
Expand Down Expand Up @@ -73,6 +81,7 @@
],
"order": [
"../activities/subjectparticipant_basic_information/subjectparticipant_basic_information_schema",
"../activities/subjectparticipant_contact_information/subjectparticipant_contact_information_schema",
"../activities/q_generic_demographics/q_generic_demographics_schema",
"../activities/peds_vhi_10/peds_vhi_10_schema",
"../activities/peds_voice_outcome_survey/peds_voice_outcome_survey_schema",
Expand Down

0 comments on commit e876bca

Please sign in to comment.