Skip to content

Commit

Permalink
Merge pull request #168 from RADAR-base/test-nhs
Browse files Browse the repository at this point in the history
Add NHS ID test protocol
  • Loading branch information
mpgxvii authored Oct 12, 2023
2 parents 1ae3c16 + 4c36295 commit 928c199
Showing 1 changed file with 170 additions and 0 deletions.
170 changes: 170 additions & 0 deletions STAGING_PROJECT/arm/test_nhs/protocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
{
"version": "1.4.2",
"schemaVersion": "0.0.2",
"name": "RADAR STAGING Project",
"healthIssues": ["depression"],
"protocols": [
{
"name": "BHF Study Consent",
"showIntroduction": false,
"showInCalendar": true,
"order": 2,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/nhs-id-consent/questionnaires/",
"name": "bhf_study_consent",
"avsc": "questionnaire"
},
"startText": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"endText": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"warn": {
"en": "Requires a quiet space.",
"it": "Richiede uno spazio tranquillo.",
"nl": "Vereist een rustige ruimte.",
"da": "Kræver et stille rum.",
"de": "Benötigt einen ruhigen Platz.",
"es": "Requiere un espacio tranquilo."
},
"estimatedCompletionTime": 1,
"protocol": {
"repeatProtocol": {
"unit": "day",
"amount": 1
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [480]
},
"reminders": {
"unit": "day",
"amount": 0,
"repeat": 0
}
}
},
{
"name": "NHS ID Consent",
"showIntroduction": false,
"showInCalendar": true,
"order": 1,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-CNS/RADAR-REDCap-aRMT-Definitions/nhs-id-consent/questionnaires/",
"name": "nhs_id_consent",
"avsc": "questionnaire"
},
"startText": {
"en": "This questionnaire is known as the PHQ8. Clinicians use it to assess current depression in patients. Please note that none of your answers will be collected today. Thank you for taking part in this focus group.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"endText": {
"en": "Thank you for taking the time today.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"warn": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"estimatedCompletionTime": 2,
"protocol": {
"repeatProtocol": {
"unit": "day",
"amount": 4
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [510]
},
"reminders": {
"unit": "day",
"amount": 4,
"repeat": 1
},
"completionWindow": {
"unit": "day",
"amount": 3
}
}
},
{
"name": "NHS ID",
"showIntroduction": false,
"showInCalendar": true,
"order": 1,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions-Private/nhs-id-consent/questionnaires/",
"name": "nhs_id",
"avsc": "questionnaire"
},
"startText": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"endText": {
"en": "Thank you for taking the time today.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"warn": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"estimatedCompletionTime": 2,
"protocol": {
"repeatProtocol": {
"unit": "day",
"amount": 4
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [540]
},
"reminders": {
"unit": "day",
"amount": 4,
"repeat": 1
},
"completionWindow": {
"unit": "day",
"amount": 3
}
}
}
]
}

0 comments on commit 928c199

Please sign in to comment.